以下介绍在CentOS 7下安装vncserver并使用vnc-viewer进行登录(使用root权限): 1、运行命令yum install tigervnc-server安装vncserver; 2、运行命令yum install vnc安装vnc;//感觉不安装也可以,安装一下也很快,不要在意 ...
分类:
其他好文 时间:
2017-09-18 22:33:51
阅读次数:
253
操作系统环境:CentOS Linux release 7.0.1406(Core) 64位CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。1、关闭firewall:systemctl stop firewalld.service #停止firewal ...
分类:
其他好文 时间:
2017-09-18 14:48:50
阅读次数:
177
我输入 service httpd start显示一下内容:Redirecting to /bin/systemctl start httpd.service ...
分类:
Web程序 时间:
2017-09-16 15:57:59
阅读次数:
232
1、安装erlang rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm yum install erlang 2、安装rabbitMQ wget http://www. ...
分类:
其他好文 时间:
2017-09-10 10:11:30
阅读次数:
161
at centos 6 service atd start centos 7 systemctl status atd at 命令:at [option] TIME 常用选项: -V 显示版本信息: -l: 列出指定队列中等待运行的作业;相当于atq -d: 删除指定的作业;相当于atrm -c: ...
分类:
其他好文 时间:
2017-09-08 23:55:45
阅读次数:
254
查阅来自salt官网:http://docs.saltstack.cn/topics/installation/rhel.html To install using the SaltStack repository: Run one of the following commands based o ...
分类:
其他好文 时间:
2017-09-08 09:58:54
阅读次数:
397
环境:ubuntu16.04 今天遇到dns被劫持的情况,在此记录一下: 1.首先如何确定是否被劫持: 那么查询一个并不存在的域名 nslookup notexit.comrrrr 如果返回了一个ip地址,说明dns被劫持了,假设此ip地址为:123.34.5.6 那么用8.8.8.8域名服务器解析 ...
分类:
系统相关 时间:
2017-09-07 23:09:40
阅读次数:
273
本文主要讲解了linux下的at命令的使用和周期性任务计划crond的用法。 ...
分类:
系统相关 时间:
2017-09-05 11:17:54
阅读次数:
358
开启防火墙systemctl start firewalld 关闭防火墙systemctl stop firewalld 查看已打开端口firewall-cmd --zone=public --list-ports 增加防火墙开放端口firewall-cmd --zone=public --add- ...
分类:
其他好文 时间:
2017-08-28 23:50:34
阅读次数:
164
1:环境:centos7 2:当在重启centos7 linux服务器后,再连接ftp客户端不能链接 此时需要检查以下几点: 2-1:核查ftp服务是否启动正常: 如果是ftp服务没有启动起来:则需要执行启动命令 或者是设置ftp服务开机自动启动;如何设置请参考《CentOS7 搭建FTP服务器》的 ...
分类:
其他好文 时间:
2017-08-25 10:48:35
阅读次数:
508