Chinaunix首页 | 论坛 | 博客
  • 博客访问: 84034
  • 博文数量: 33
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 217
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-24 17:05
文章分类
文章存档

2016年(2)

2015年(31)

我的朋友

发布时间:2015-10-29 17:10:16

操作系统环境:CentOS Linux release 7.0.1406(Core) 64位CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动firewall-cmd --state #查看默认防火墙状态.........【阅读全文】

阅读(1234) | 评论(0) | 转发(0)

发布时间:2015-03-31 14:39:06

安装环境CentOS 6.5 ——64  系统安装时选择Desktop进行系统安装。下载需要的软件包1、下载列表,(可选择需要的版本)http://opensips.org/pub/opensips/wget http://opensips.org/pub/opensips/1.9.1/src/opensips-1.9.1_src.tar.gz解压源码包tar -zxvf opensips-1.9.1_src.tar.gz2、安装支持包yum install.........【阅读全文】

阅读(2357) | 评论(0) | 转发(0)

发布时间:2015-03-24 17:28:02

linux远程连接(图像)1、在Linux上安装图形界面服务端程序X Windowyum groupinstall "X Window System"2、vi /etc/gdm/custom.conf #配置,修改添加以下代码[security]AllowRemoteRoot=true[xdmcp]Port=177Enable=1:wq! #保存退出3、vi /etc/inittab #编辑id:5:initdefault: #修改3为54、重启服务gdm-restart.........【阅读全文】

阅读(966) | 评论(0) | 转发(0)

发布时间:2015-03-24 17:22:19

1、在Linux上安装图形界面服务端程序X Windowyum groupinstall "X Window System"2、vi /etc/gdm/custom.conf #配置,修改添加以下代码[security]AllowRemoteRoot=true[xdmcp]Port=177Enable=1:wq! #保存退出3、vi /etc/inittab #编辑id:5:initdefault: #修改3为54、重启服务gdm-restart #重启,如果没有gdm-re.........【阅读全文】

阅读(2284) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册