上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
  2020年4月6日
摘要: 这个sh脚本可以方面的端口映射,在使用本功能之前请确保socat已经放到了/usr/bin/socat #!/bin/bash cd `dirname $0` let listenport=`basename $0 .sh` cmd="socat-${listenport}" connect=`ca 阅读全文
posted @ 2020-04-06 20:52 项希盛 阅读(912) 评论(0) 推荐(0)
  2020年3月8日
摘要: C# using System; using System.Collections.Generic; using System.Management; namespace ConsoleApp2 { class Win32DiskQuota { private static readonly Man 阅读全文
posted @ 2020-03-08 21:24 项希盛 阅读(355) 评论(0) 推荐(0)
  2020年3月7日
摘要: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P 阅读全文
posted @ 2020-03-07 04:17 项希盛 阅读(234) 评论(0) 推荐(0)
  2020年2月25日
摘要: Console.WriteLine(Convert.ToDouble(DateTime.UtcNow.Ticks - 621355968000000000) / (10 * 1000 * 1000)); TimeSpan ts1 = DateTime.UtcNow - new DateTime(19 阅读全文
posted @ 2020-02-25 22:47 项希盛 阅读(13791) 评论(1) 推荐(0)
摘要: 编辑文件 /usr/local/CyberCP/websiteFunctions/website.py 跳到第183行 原正则 ^[a-zA-Z0-9]*[a-zA-Z0-9-]{0,61}[a-zA-Z0-9](?:\.[a-zA-Z]{2,})+$ 修改为 ^[a-zA-Z0-9][a-zA-Z 阅读全文
posted @ 2020-02-25 17:14 项希盛 阅读(271) 评论(0) 推荐(0)
  2019年12月25日
摘要: Dovecot邮件服务器的正确安装方法 apt remove dovecot-coredpkg -P dovecot-core sudo apt install dovecot-imapd dovecot-pop3d 参考https://help.ubuntu.com/lts/serverguide 阅读全文
posted @ 2019-12-25 01:07 项希盛 阅读(1116) 评论(0) 推荐(0)
  2019年12月20日
摘要: wget https://download.nextcloud.com/server/releases/nextcloud-17.0.2.zip apt install php7.3-cli php7.3-fpm php7.3-zip php7.3-xml php7.3-mbstring php7. 阅读全文
posted @ 2019-12-20 21:45 项希盛 阅读(535) 评论(0) 推荐(0)
  2019年12月4日
摘要: 情况1:酷Q Air版本可以使用,而Pro版本无法运行 解决方法如下: 首先去官网下载一个Por版本试一下,提示成功安装。 不行的话Por压缩包不要删除, 去官网下载Air版本(推荐下载小i词库) 解压之后打开exe进行安装,Air安装成功之后立马去解压Pro安装 上面办法如果还是不行,就把Air的 阅读全文
posted @ 2019-12-04 18:15 项希盛 阅读(462) 评论(0) 推荐(0)
  2019年12月1日
摘要: IIS重写2.0 IIS伪静态 下载地址 https://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads Download URL Rewrite Module 2.1•English: Web Platform Ins 阅读全文
posted @ 2019-12-01 18:13 项希盛 阅读(626) 评论(0) 推荐(0)
  2019年11月28日
摘要: 为解决DDNS更新慢的问题,直接通过cloudflare的API来更新AAAA记录 将下面代码保存成cloudflare_ipv6_update.ps1 $config = @{} $config.zone_id = "11111111" #填写CF域名编号 $config.auth_email = 阅读全文
posted @ 2019-11-28 01:24 项希盛 阅读(2364) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页