自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

转载 ssh 密钥

ssh-keygen -t rsa ssh-copy-id terry@192.168.120.128 修改ssh配置文件[root@localhost ~]# vim /etc/ssh/sshd_config RSAAuthentication yes #使用密钥验证PubkeyA...

2014-11-22 13:38:00 73

转载 netstat

netstat -nat |awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -nr|head -20 统计重复连接最多的ip netstat -nat |awk '{print $6}'|sort|uniq -c|sort -...

2014-11-20 20:50:00 78

转载 NAT-iptables

iptables -t nat -L POSTROUTING iptables -t nat -L PREROUTING iptables -t nat -F POSTROUTING //清空nat表POSTROUTING所有规则iptables -D INPUT 3 //删除in...

2014-11-19 16:21:00 160

转载 vmware虚拟机centos6.5 添加网卡

vim /etc/udev/rules.d/70-persistent-net.rules #查看时候识别了第二块网卡 # PCI device 0x8086:0x100f (e1000)SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", AT...

2014-11-19 13:51:00 342

转载 升级系统

yum update yum upgrade 更新当前系统 转载于:https://my.oschina.net/u/1420001/blog/346293...

2014-11-19 13:42:00 154

转载 ntp

安装NTP: yum install ntp 1)[root@localhost ~]# cat /etc/ntp.conf restrict defaultkod nomodify notrap nopeer noquery restrict -6default kod nomodi...

2014-11-17 12:13:00 130

转载 个人vimrc配置

set nocompatiblefiletype onset history=1000syntax onset aiset autoindentset tabstop=3set shiftwidth=3set showmatchset rulerset incsearch ...

2014-11-05 23:51:00 92

转载 lamp 搭建

-前期准备工作———————————————– 关闭防火墙以及selinux #service iptables stop #chkconfig iptables off #vi /etc/selinux/config ...

2014-05-23 16:48:00 135

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除