12 categories
Friday, Apr 10, 2020
Docker command all apt-get install docker-ce install docker apt-get -y autoremove docker- remove docker all docker ps-a view all containers on the...
docker常用命令大全整理收藏版 apt-get install docker-ce 安装docker apt-get -y autoremove docker- 卸载docker docker ps -a 查看宿主机(物理服务器)所有容器 docker exec -it Debian /bi...
Thursday, Apr 9, 2020
检查虚拟服务器(vps)虚拟化技术架构, 那么下面的命令就可以非常方便方便检测 在微软的hyper -V 虚拟机检查返回结果 dmidecode -s system-manufacturer Microsoft Corporation 在杜甫(独立服务器)检查返回结果 dmidecode -s sy...
Wednesday, Apr 8, 2020
debian /ubuntu系统安装测速软件的方法 apt-get update && apt-get upgrade apt-get install speedtest-cli 在终端执行 speedtest-cli speedtest-cli 会自动拉取距离你最近数据中心的数据 https:/...
how can do speed test network for debian /ubuntu? apt-get update && apt-get upgrade //update system apt-get install speedtest-cli //install speedte...
The following error occurred while mounting the hard disk partition mount: special device /dev /sdb1 does not exist This means that the sdb1 device do...
挂载 硬盘分区时出现了下面的错误 mount: special device /dev/sdb1 does not exist 就是说sdb1设备不存在。。。 重新分区一下硬盘即可 fdisk /dev/sdb Welcome to fdisk util-linux 2.25.2. Changes ...
安装了电信百兆的宽带,然后还很恶心的绑定了一个手机卡 最近升级了千兆网络设备后,参考下文 https://www.vpslala.com/t/443 发现了电信宽带速率的bug? 明明是100兆的网络带宽,但是测试时发现下载都超过了200兆,,, 高峰期都维持在150兆左右,难道时电信限速的bug?...
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...