linux wireless相关网站
http://linuxwireless.org/
或是 http://wireless.kernel.org/
http://wireless.kernel.org/mac80211book/
http://www.hpl.hp.com/personal/J ... Linux/Wireless.html
http://madwifi.org/
http://ipw2200.sourceforge.net/
http://ieee80211.sourceforge.net/
终于找到组织了,有的学了
相关文档:
系统信息
uptime
uptime 给出下列信息的一行显示. 当前时间, 系统运行了多久时间, 当前登陆的用户有多少, 以及前1,5和15分钟系统的平均负载.
联机信息-时间,显示如下
11:27pm up 9 days, 7:12, 3 user, load average: 0.07, 0.12, 0.14
当前系统时间 系统运行时间 当前在线用户数 系统负荷 1分钟前 5 分钟前 15 分钟 ......
So you want to root a linux system? But, you don't know shit about it?
Well, this guide is for you.
Tools covered by this guide
-----------------------
netcat [utility for creating a backdoor shell, but can be used for a plethora of other things]
gcc [c program compiler, the h ......
1) linux目录架构
/ 根目录
/bin 常用的命令
binary file 的目錄
/boot 存放系统启动时必须读取的档案,包括核心
(kernel) 在内
/boot/grub/menu.lst GRUB设置
/boot/vmlinuz 内核
  ......
Linux系统的每个分区在被创建时都会生成一个唯一识别的UUID,方便管理。
获取方法:
1) # ll -l /dev/disk/by-uuid/
2) # blkid /dev/sda1
注:需要root权限
注:使用libblkid.so和/usr/include/blkid/blkid.h可以实现该命令。
3) # vol_id /dev/sda1
注:某些Linux版本不支持
......
ubuntu9.10
默认安装了 iBus
输入法,这个输入法很好用,但是默认到配置不合理,因此应该设置一下。
iBus
设置步骤:
* 安装 中文语言支持:
默认下,可能中文支持并不全,因此中文输入法也不全,如果中文支持已经完全安装则跳过这步。
添加中文支持:
System -> Administrat ......