会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kin321
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
73
下一页
2015年2月7日
DNS服务器
摘要: 广东联通主DNS设置为:210.21.4.130,备DNS:221.5.88.88。netstat -an |more linux可以查看windows详细信息可以查看广州电信DNS服务器202.96.128.86202.96.128.16
阅读全文
posted @ 2015-02-07 09:57 kin2321
阅读(219)
评论(0)
推荐(0)
2015年2月6日
网络规划
摘要: 1、核心交换机H3C S12518 15万82、三层交换机H3C 58003、服务器 dell R720无线控制器,汉明howay6100
阅读全文
posted @ 2015-02-06 16:24 kin2321
阅读(186)
评论(0)
推荐(0)
2015年2月5日
iptables和DNS
摘要: 1、iptables防火墙表→链→规则filter表 数据过滤表NAT表---内网和外网的地址转换Mangle-----数据流量,通过防火墙设置流量。特殊数据包标记。太复杂,一般不用。限速工具tc三个表,每个表都有几个链。有个图iptables -Liptables -L -t natiptable...
阅读全文
posted @ 2015-02-05 21:42 kin2321
阅读(940)
评论(0)
推荐(0)
centos6.5下载
摘要: 1、64位系统http://mirrors.163.com/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.isohttp://mirrors.163.com/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin...
阅读全文
posted @ 2015-02-05 13:07 kin2321
阅读(337)
评论(0)
推荐(0)
linux 系统版本信息
摘要: 1、查看版本信息lsb_release -a
阅读全文
posted @ 2015-02-05 09:23 kin2321
阅读(162)
评论(0)
推荐(0)
2015年2月4日
如何挂载
摘要: 1、mkdir /mnt/cdrom2、mount /dev/sr0 /mnt/cdrom 【或者mount -t iso9660 /dev/sr0 /mnt/cdrom】其中/dev/sr0 为设备文件名,默认的。3、虚拟机点击“cd/dvd” 或虚拟机→“设置”点cd/dvd 点连接和“Cent...
阅读全文
posted @ 2015-02-04 21:35 kin2321
阅读(334)
评论(0)
推荐(0)
2015年2月3日
Linux网络命令
摘要: 1、netstat -tuln(TCP udp lister ,n显示地址和端口号)查询当前计算机开了哪些端口0代表很通畅tcp才有监听的状态 udp没有监听------------------listen 的 EN换行了,修改 secureCRT的逻辑行,逻辑列大一点点即可2、netstat -a...
阅读全文
posted @ 2015-02-03 22:41 kin2321
阅读(176)
评论(0)
推荐(0)
2015年2月2日
端口网络等
摘要: 一:查看是否开启了端口你可以使用 lsof 命令来查看某一端口是否开放。查看端口可以这样来使用,我就以80端口为例:lsof -i:80如果有显示说明已经开放了,如果没有显示说明没有开放。
阅读全文
posted @ 2015-02-02 14:50 kin2321
阅读(140)
评论(0)
推荐(0)
2015年1月23日
linux安装tomcat
摘要: 一:安装jdk1、卸载之前的openjdkyum -y remove java java-*2、上传文件到 /opt3、解压到当前目录4、 vi /etc/profile加入到最后JAVA_HOME=/opt/jdk1.7.0_45JAVA_BIN=/opt/jdk1.7.0_45/binPATH=...
阅读全文
posted @ 2015-01-23 10:11 kin2321
阅读(125)
评论(0)
推荐(0)
2015年1月19日
ip设置
摘要: 1, cd /etc/sysconfig/network-scripts/ 进入存放网卡信息的文件夹下2,ls ls ifcfg-eth* 看显示有几个网卡3,cat ifcfg-eth0 从上面ls 找出来的结果查看网卡配置信息!!4、查看外网的ipcurl http://...
阅读全文
posted @ 2015-01-19 14:21 kin2321
阅读(157)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
73
下一页
公告