Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1277473
  • 博文数量: 632
  • 博客积分: 2778
  • 博客等级: 大尉
  • 技术积分: 3387
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-31 09:09
个人简介

123

文章分类

全部博文(632)

文章存档

2014年(36)

2013年(33)

2012年(563)

分类: LINUX

2012-09-18 11:11:57

 收集的命令.txt   
0.http://blog.chinaunix.net/uid/14735472/frmd/8838.html
1.优化代码:
indent -npro -nip -nlp -npsl -i4 -ts4 -sob -l200 -ss -bl -bli 0 代码文件名
2.下载网页:
wget -r -p -np -k
3.
从文件的每一行剪切字节:
cut -b cut_ch.txt
4.
[root@localhost ~]# date -s 17:08:50
设置linux系统时间。
[root@localhost ~]# clock -w

设置CMOS时间。强制把系统时间写入CMOS。
5.

http://blog.chinaunix.net/uid-14735472-id-3239614.html
6.用arp-scan扫描局域网IP地址
http://blog.chinaunix.net/uid-14735472-id-3237985.html
7.
Linux 平台中十款播放器
http://blog.chinaunix.net/uid-14735472-id-3233310.html
8.

http://blog.chinaunix.net/uid-14735472-id-3232600.html
9.
http://blog.chinaunix.net/uid-14735472-id-3055389.html
10.
netstat -anp 显示系统端口使用情况
lsof -i :端口 显示占用该端口的进程情况 
 uname -a 内核信息 
 cat /proc/interrupts 显示中断信息




阅读(861) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~