上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: Linux x86 frps 通过百度网盘分享的文件:frps.zip 链接:https://pan.baidu.com/s/15NaMdZw6Yz94IGGRuVXtyw?pwd=6jdi 提取码:6jdi frps.toml bindPort = 1234 auth.token = "xxxx" 阅读全文
posted @ 2024-12-25 19:22 shenshu 阅读(79) 评论(0) 推荐(0)
摘要: https://blog.twofei.com/528/ 阅读全文
posted @ 2024-11-28 14:40 shenshu 阅读(31) 评论(0) 推荐(0)
摘要: 进入sources目录,输入命令 setupprep.exe /product server 回车 阅读全文
posted @ 2024-11-28 14:23 shenshu 阅读(268) 评论(0) 推荐(0)
摘要: 1.1SecureCRT 配置动态转发 1.2火狐设置代理 2.1 SSH命令设置动态转发、火狐设置代理 阅读全文
posted @ 2024-11-27 22:30 shenshu 阅读(36) 评论(0) 推荐(0)
摘要: yum install python3-pip pip3 install pdf2image #yum install poppler-utils from pdf2image import convert_from_path # PDF 文件路径 pdf_file_path = '1.pdf' # 阅读全文
posted @ 2024-10-01 21:02 shenshu 阅读(36) 评论(0) 推荐(0)
摘要: curl -o setup.exe https://sfdl.360safe.com/setup.exe curl -s -o setup.exe https://sfdl.360safe.com/setup.exe 阅读全文
posted @ 2024-09-12 12:03 shenshu 阅读(304) 评论(0) 推荐(0)
摘要: string path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config", "2.txt"); 阅读全文
posted @ 2024-09-07 09:26 shenshu 阅读(28) 评论(0) 推荐(0)
摘要: 代码1 using System; using System.DirectoryServices.AccountManagement; class Program { static void Main(string[] args) { // 从控制台输入用户名 Console.Write("请输入要 阅读全文
posted @ 2024-08-28 21:20 shenshu 阅读(200) 评论(0) 推荐(0)
摘要: 主 global_defs { router_id LVS_MASTER #名称标记为master,名字随便取 vrrp_gna_interval 0 } #加入周期性检测nginx服务脚本的相关配置 #vrrp_script check_nginx{ # script "/etc/keepaliv 阅读全文
posted @ 2024-08-04 22:02 shenshu 阅读(238) 评论(0) 推荐(0)
摘要: [root@localhost ~]# curl -v telnet://192.168.2.148:80* Trying 192.168.2.148:80...* TCP_NODELAY set* Connected to 192.168.2.148 (192.168.2.148) port 80 阅读全文
posted @ 2024-08-02 08:56 shenshu 阅读(140) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页