wget http://ftp.apnic.net/apnic/dbase/tools/ripe-dbase-client-v3.tar.gz ...
Linux
nginx error bind() to 0.0.0.0:80 failed (…)
Standardnginx error bind() to 0.0.0.0:80 failed (98: Address already in use)
80端口被占用,多半是apache没关… -_-
VIM配色方案预览下载
Standard网址: http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-c.html
Pure-FTPd and the Upload-Script Feature
StandardThe uploadscript feature triggers a script after every upload that is made and hands over the path to the uploaded file as argument 1 ("$1") to the script. You can use the script to do something the with file immediately after the upload
linux常用命令行代码
Standard网址: http://www.commandlinefu.com
批量化根据外网IP来更改内网IP
Standard外网eth0 68.168.118.? 内网eth1 192.168.1.? sed...
bash常见错误
Standard常见的错误写法...
history命令技巧
Standard查看命令历史的时间戳 ... 清除所有命令历史 ... 忽略特定命令 ...
Linux IP命令教程
Standard鄙视采集器-_- 本来满好的一遍文章,结果弄得整个google上面全是格式排版面目全非的采集内容,原文出处反而找都找不着-_- 这里重新缩进排版转载一下以便自己查找使用.
网络地址、网段划分、子网掩码
Standard计算网络地址及广播地址
一个主机的ip地址是220.200.100.213,掩码:255.255.255.240
根据上式可判断是C类的地址:
这每个子网的IP地址数为:256-240=16(个)
网络地址:213/16取商乘16=208 220.200.100.208
广播地址:208+16-1(网关)=223 220.200.100.223