上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
  2023年10月11日
摘要: C#实现抓包,并过滤UDP using PacketDotNet; using SharpPcap; using SharpPcap.LibPcap; using System; using System.Linq; using System.Net.Sockets; using System.Te 阅读全文
posted @ 2023-10-11 05:56 项希盛 阅读(738) 评论(0) 推荐(0)
  2023年9月21日
摘要: pve系统盘扩容 fdisk /dev/vda输入n然后按几下回车直到提示Created a new partition最后输入w退出 pvcreate /dev/vda4vgextend pve /dev/vda4vgs #查看可用容量lvresize -r -L+40G /dev/pvelvs 阅读全文
posted @ 2023-09-21 17:49 项希盛 阅读(1594) 评论(0) 推荐(0)
  2023年9月18日
摘要: 如果要分别设置文件夹和文件的权限,建议先设置全部目录和文件为600或644 首先cd到你要设置权限的文件夹 第1种情况:只有自己能读写,其他人无权访问(隐私文件)的话,就是用600 chmod -R 600 . chmod -R u+X . 第2种情况:只有自己能读写,其他人只读(共享文件)的话,就 阅读全文
posted @ 2023-09-18 21:01 项希盛 阅读(397) 评论(0) 推荐(0)
  2023年8月24日
摘要: 1:可以通过访问页面找到download the latest stable 点击下载 https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers 2:可以通过下面的链接直接下载 https://fedorapeople.org/groups/virt/v 阅读全文
posted @ 2023-08-24 15:34 项希盛 阅读(2182) 评论(0) 推荐(0)
  2023年7月26日
摘要: SecureCRT-7.3.1-64bit-cracked-green.zip 绿色破解版https://www.123pan.cn/s/SLoLVv-Trg9d.html 阅读全文
posted @ 2023-07-26 18:46 项希盛 阅读(110) 评论(0) 推荐(0)
  2023年5月13日
摘要: C#写的异步文件下载器 using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Threading.Tasks; using System.Windows.Form 阅读全文
posted @ 2023-05-13 10:53 项希盛 阅读(241) 评论(0) 推荐(0)
  2023年5月7日
摘要: node.js实现反向代理到源服务器的HTTP2协议 const tls = require('tls'); const http = require('http'); const http2 = require('http2'); const { HTTP2_HEADER_AUTHORITY, H 阅读全文
posted @ 2023-05-07 02:23 项希盛 阅读(120) 评论(0) 推荐(0)
  2023年5月6日
摘要: 使用Node.js调用Sqlite3模块写的大数据查询接口 const sqlite3 = require('sqlite3'); const http = require('http'); const url = require('url'); const SqliteDb = async (db 阅读全文
posted @ 2023-05-06 13:06 项希盛 阅读(346) 评论(0) 推荐(0)
  2023年4月5日
摘要: 为了让我们的ubuntu22系统更干净清爽我们使用docker 首先使用snap install docker安装docker后即可使用docker了 docker命令的使用方法1:将你的代码下载到用户目录(~)下面(例如~/github/xixi/...)2:使用cd命令进到你代码需要运行go b 阅读全文
posted @ 2023-04-05 17:23 项希盛 阅读(226) 评论(0) 推荐(0)
  2023年4月2日
该文被密码保护。 阅读全文
posted @ 2023-04-02 20:21 项希盛 阅读(1) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页