
centos
biguojun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vmware固定ip
【代码】vmware固定ip。原创 2023-08-21 15:54:57 · 92 阅读 · 1 评论 -
阿里云 centos7.7 搭建lnmp vsftpd
安装nginxyum -y install nginx安装ftpuseradd -d /home/www/ -m ftpxiaobi -s /sbin/nologinchmod -R 777 /home/wwwpasswd ftpxiaobiyum -y install vsftpdvim /etc/vsftpd/vsftpd.conf cd /etccd pam.dvim ...原创 2019-11-28 11:17:22 · 159 阅读 · 0 评论 -
centos7虚拟机安装apache
yum install httpdsystemctl start httpd.servicesudo systemctl stop firewalld.service原创 2019-01-23 10:16:26 · 1426 阅读 · 0 评论 -
centos虚拟机不能联网问题
centos虚拟机不能联网问题ls /etc/sysconfig/network-scripts/vi /etc/sysconfig/network-scripts/ifcfg-ens33修改内容ONBOOT=yes原创 2019-01-23 10:12:35 · 393 阅读 · 0 评论