12 articles
Tuesday, Nov 1, 2022
Debian系统出现 "gpg: command not found"的解决方法 apt-get install gnupg gnupg2 搞定;
Wednesday, May 25, 2022
Use the stats command to monitor memcached Of course, it is also very convenient to use telnet to monitor memcached telnet lcaohost:11211 I prefer to ...
Saturday, May 14, 2022
-bash: dig: command not found solution Because the dig component is not installed in the system, the following is the installation method debian/ubunt...
-bash: dig: command not found的解决方法 因为dig组件没有安装在系统,下面是安装方法 debian/ubuntu系统 apt install dnsutils centos/fedora系统 yum install bind-utils Arch Linux系统 pac...
Wednesday, Aug 18, 2021
brew cask \"Error: Unknown command: cask?\"的解决方法 是命令错误导致的 新版本的 homebrew 取消对 cask 命令支持,之前安装命令是: brew cask install docker 现在新版安装命令需要改成: brew install --cas...
Saturday, Aug 7, 2021
sudo ufw enable|disable Because LInux's original firewall tool iptables is too cumbersome, ubuntu provides a firewall tool ufw based on iptable by def...
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...
Thursday, Apr 2, 2020
-bash: docker-compose: command not found two solutions First, pip installation apt-get python-pip //debian,ubuntu system pip install --upgrade pip pip...
-bash: docker-compose: command not found的两种解决方法 第一种,pip安装 apt-get python-pip //debian,ubuntu系统 pip install --upgrade pip pip install docker-compose yu...
Thursday, Oct 31, 2019
rsync: connection unexpectedly closed 0 bytes received so far sender rsync error: error in rsync protocol data stream code 12 at /BuildRoot/Library/Ca...