摘要: ERROR: The certificate of `github.com’ is not trusted. --no-check-certificate E: Repository 'http://security.debian.org buster/updates InRelease' chan 阅读全文
posted @ 2022-06-08 19:19 海天孤雁 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 首先安装ffmpeg,打开终端: 然后安装youtube-dl: 下载: 阅读全文
posted @ 2018-01-04 05:48 海天孤雁 阅读(592) 评论(0) 推荐(0) 编辑
摘要: wget -qO- --no-check-certificate https://raw.githubusercontent.com/htgy/htgy/master/speed.sh | bash wget -qO- bench.sh | bash 阅读全文
posted @ 2017-11-10 04:16 海天孤雁 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 下载内核 http://kernel.ubuntu.com/~kernel-ppa/mainline 如果系统是 64 位,则下载 amd64 的 linux-image 中含有 generic 这个 deb 包;如果系统是 32 位,则下载 i386 的 linux-image 中含有 gener 阅读全文
posted @ 2017-10-14 18:31 海天孤雁 阅读(264) 评论(0) 推荐(0) 编辑
摘要: CAC提供多个IP,但是多余的IP需要自己手动配置,今天尝试了一下,将过程叙述如下: 首先打开配置文件: 原始的CAC配置文件如下: 将添加的IP如下: 成功后保存,重启配置: 阅读全文
posted @ 2016-11-29 16:52 海天孤雁 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 购买VPS前主要是使用一些网络测试工具如ping、tracert、WinMTR之类的工具进行测试,确定VPS所走线路的好坏,购买后主要测试VPS的性能。下面主要介绍一下常用的工具: 一、网络测试工具 1、ping测试工具 17ce:主要用来测试国内各地市、香港、台湾、少量国外的ping 阅读全文
posted @ 2016-04-12 22:03 海天孤雁 阅读(5902) 评论(0) 推荐(0) 编辑
摘要: 新购买了一台KVM的VPS,后台为SolusVM,安装了Debian 7.3.0 (64 Bit)后发现,无法用SSH连接,然后nano /etc/network/interfaces auto eth0#allow-hotplug eth0#iface eth0 inet dhcpiface et... 阅读全文
posted @ 2015-09-18 16:18 海天孤雁 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 增加一个linux用户,并赋予该用户一个nologin的shell权限。useradd username -s /sbin/nologinuseradd -s /bin/false username设置该用户密码。passwd usernameusername即为你要设定的用户名,可自行修改。删除u... 阅读全文
posted @ 2015-04-13 01:27 海天孤雁 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 先说下优点:lighttpd安装和配置起来比nginx要简单多了,方便易用,比Apache要节省资源多了,所以非常适合在小内存的低端VPS上使用。 直接 apt-get install lighttpd 配置文件在:/etc/lighttpd/lighttpd.conf #启用或则禁用目录列表 se 阅读全文
posted @ 2015-03-23 15:14 海天孤雁 阅读(734) 评论(0) 推荐(0) 编辑