41 articles
Wednesday, Apr 8, 2020
how can do speed test network for debian /ubuntu? apt-get update && apt-get upgrade //update system apt-get install speedtest-cli //install speedte...
Tuesday, Apr 7, 2020
Debian way to turn on and off IPv6 Check if the system has ipv6 kernel loaded lsmod | grep ipv6 Return data similar to the following, it means that th...
Debian开启和关闭Ipv6的方法 检查系统是否有加载ipv6内核 lsmod | grep ipv6 返回类似下面的数据,则表示加载了ipv6内核 nfrejectipv6 16384 1 ip6tREJECT nflogipv6 16384 5 nfc...
Wednesday, Apr 1, 2020
新安装的Debian 10,需要对安装源镜像地址进行修改 因为在国内,个人使用感觉163的源最快,最稳定。。。 备份系统的安装源地址,方便有需要时候恢复使用 mv /etc/apt/sources.list /etc/apt/sources.listback20200401 创建新的163源地址 ...
Monday, Mar 30, 2020
Go to the MySQL official website to download the apt installation source https://dev.mysql.com/downloads/repo/apt/ wget https://repo.mysql.com//mysql-...
到MySQL官网下载apt安装源 https://dev.mysql.com/downloads/repo/apt/ wget https://repo.mysql.com//mysql-apt-config0.8.15-1all.deb apt install ./mysql-apt-config...
Sunday, Mar 15, 2020
Ways to create Debian minimal with Hyper-V First open Hyper-V, see the picture below, Hyper-V is really very practical, powerful and easy to operate h...
使用Hyper-V創建Debian minimal的方法 首先開啓Hyper-V,看下圖,Hyper-V真的非常的實用,功能强大,操作簡單 https://s3.cdnha.com/vpslalaimg/b002d87052316f561f190118ac0f93da.png 打開windows管理...
Thursday, Mar 5, 2020
bbr acceleration is not described in detail here, but to enable the bbr acceleration kernel must be greater than 8.0. Here is a detailed tutorial for ...
Tuesday, Mar 3, 2020
Super simple firewall configuration for debian/Ubuntu system Windows has been running naked for years But Linux systems are more complex, especially s...