CentOS 配置防火墙操作实例(启、停、开、闭端口): ? 注:防火墙的基本操作命令: 查询防火墙状态: [root@localhost ~]# service ? iptables status<回车> ? 停止防火墙: [root@localhost ~]# service ? ip...
分类:
其他好文 时间:
2014-08-04 21:50:38
阅读次数:
261
安装telnet服务1、用root身份进入到tec/xinetd.d目录,然后再安装telnet服务yuninstalltelnet-server-y2、打开配置文件vimtelnet3、重启xinetd服务servicexinetdrestart4、如果连接不上,关闭防火墙iptables-F以上是本菜鸟的实验步骤,不足之处还请各位大神指正
分类:
Web程序 时间:
2014-08-04 08:21:07
阅读次数:
252
接触智能车来,说道上位机,以前看到有人在论坛里分享了visualscope,这几天用了下,过程中也遇到了一些问题,首先先说怎么用吧,也帮助一些准备使用同学,给他们一些参考,我当时就自己摸索浪费了好长时间。
首先先配置波特率,com口等基本配置。如图:
在菜单栏Setup里面选择第一个选项,或者单击右下方状态栏,
然后你会发现Setup第...
分类:
其他好文 时间:
2014-08-03 23:29:26
阅读次数:
360
root@node1glance]#su-s/bin/sh-c"glance-managedb_sync"glanceTraceback(mostrecentcalllast):File"/usr/bin/glance-manage",line10,in<module>sys.exit(main())File"/usr/lib/python2.6/site-packages/glance/cmd/manage.py",line253,inmainlog.setup(‘glance‘)File"/u..
#!/bin/bashiptables -Fiptables -P INPUT DROPiptables -P OUTPUT ACCEPTiptables -P FORWARD DROP/sbin/iptables -A INPUT -i eth1 -m multiport -p tcp --dp....
分类:
系统相关 时间:
2014-08-02 18:04:33
阅读次数:
352
#!/bin/sh#modprobe ipt_MASQUERADEmodprobe ip_conntrack_ftpmodprobe ip_nat_ftpiptables -Fiptables -t nat -Fiptables -Xiptables -t nat -X###############...
分类:
系统相关 时间:
2014-08-01 22:30:22
阅读次数:
424
1.安装:下载ArcGis for Server 10.2是一个iso文件,可以解压安装或用Daemon Tools安装。挨个点Setup安装。2.破解:下载授权许可文件,或使用keygen生成许可文件。然后用 开始->程序->ArcGis->ArcGis for Server->Software ...
分类:
其他好文 时间:
2014-08-01 19:29:32
阅读次数:
729
1. 修改配置文件vim /etc/ssh/sshd_config修改 #Port 22 这行, 去掉 # 修改后面的端口号 例如 Port 2123重启sshd服务/etc/init.d/sshd restart2. 修改防火墙配置vim /etc/sysconfig/iptables可以参照已有...
分类:
其他好文 时间:
2014-08-01 18:38:22
阅读次数:
249
从配置菜单关闭防火墙是不起作用的,索性在安装的时候就不要装防火墙 查看防火墙状态: /etc/init.d/iptables?status 暂时关闭防火墙: /etc/init.d/iptables?stop 禁止防火墙在系统启动时启动 /sbin/chkconfi...
分类:
系统相关 时间:
2014-08-01 14:00:04
阅读次数:
268
本文转载自:http://blog.csdn.net/yushanddddfenghailin/article/details/17250837前面说到过可以使用不用的语言文件实现不同的显示方式,方便与国际接轨,事实上即使没有语言文件也可以实现修改。[Messages]段用于定义安装程序和卸载程序中...
分类:
其他好文 时间:
2014-08-01 13:24:01
阅读次数:
196