写作热力图 加载中...
加载中...

2017

Centos 7 使用 vnc 远程管理图形化桌面
Linux 防火墙之 iptables

Linux 防火墙之 iptables

防火墙的种类有很多,比如我们的长城防火墙,Windows 的防火墙,linux 的防火墙,以及一些专业的防火墙硬件。防火墙的目的是用来阻止或允许数据包的接收和发送。下面我们就来聊一聊 linux 的防火墙 iptables,另外在 centos7 中默认采用 firewalld 做为系统默认的防...

Linux 使用lvm 管理磁盘

创建和查看 PV1.创建 pv [root@localhost opt]# pvcreate /dev/sdb{1,2,3,4}WARNING: dos signature detected on /dev/sdb1 at offset 510. Wipe it? [y/n]: ...

rsync命令

安装yum -y install rsync 使用1.同步文件到远程服务器 [test@aliyun ~]$ rsync -avz nginx-1.13.8.tar.gz root@59.111.52.225:~/sending incremental file listnginx-1.13.8....

1131415