linux安装python3.9
yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib zlib-devel openssl-devel wget vim -y
yum install libXcomposite libXcursor libXi …
yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib zlib-devel openssl-devel wget vim -y
yum install libXcomposite libXcursor libXi …
vsftp创建的用户在使用中突然连接不上,530错误。明明没修改过密码,为什么会出现密码错误提示呢?
原来,是由于vsftp密码过期所致,我们使用以下命令查看密码过期时间:chage yang123 …
linux如何查询端口被哪个程序占用?lsof -i:443 …
对系统cpu占用进行限制,可使用cpulimit …
重启系统,并在开机时按键盘的向下箭头进入如下界面. 回车,出现以下界面,选中第一个项,并按键盘的 忘记密码 …
首先打印下源 使用以下命令安装 yum -y install google-chrome-stable –nogpgcheck …
linux系统下安装firefox浏览器,这里以centos7为例… …
如果你的服务器内存小于1G,安装fileinfo扩展的时候有可能会不成功。比如你的服务器只是国外的一台小vps,内存只有512M的情况。
那么如何在小内存机器上安装fileinfo扩展呢?下面 …
golang环境安装:wget https://mirror.cnop.net/go/go1.19.1.linux-amd64.tar.gz
tar zxvf go1.19.1.linux-amd64.tar.gz && mv go /usr/local/
加入环境变量:vi /etc/profile …
go运行出现 missing go.sum entry for module providing package 错误的解决文案。 …