易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux 各模块架构图


 
  Resources on the site
• Interactive map of GNU/Linux OS and FOSS
• "GNU/Linux is my home" - map of GNU/Linux system
• Interactive map of Linux kernel
• Linux inside
• Linux Technology Reference (single page view)
• Linux kernel diagram
• Linux Device Drivers, 3rd Edition
• Advanced Linux Programming
• Managing Projects with GNU make
• 1000 Hacker Tutorials 2008
• Introduction to Linux
• Bash Guide for Beginners
• Advanced Bash-Scripting Guide
• GNU/Linux Command-Line Tools Summary
• Linux Filesystem Hierarchy
• The Linux Kernel Module Programming Guide
• The Linux System Administrator's Guide
• Linux Network Administrators Guide
• Autobook: GNU Autoconf, Automake, and Libtool src
Linux related products
• Linux kernel poster
• Linux Quick Guide
• Unix like Operating Systems Map
• Unix Quick Guide
Other products
• Computer Operating System Map
• Wi-Fi Quick Guide
• Wireless Communication Technology Map
• VOIP Quick Guide
• Network Protocol Map
• TCP/IP Quick Guide
• Network Security Map
• Network Protocols Handbook
• Network Management Architecture and Technology Map
• Network Dictionary
• IPv6 Deployment Guide
• Ethernet Quick Guide
• 3G Wireless Tech Quick Guide
  


相关文档:

linux磁盘空间不够用,添加硬盘

添加硬盘后启动虚拟机, 如果添加的SCSI硬盘这时应该多出一个sdb/sdc/..的盘,可以用 fdisk -l 查看到
分区fdisk /dev/sdb   ---> n p 1 回车 回车 w
格式化mkfs -t ext3 -c /dev/sdb1
挂载到某个目录 mount /dev/sdb1 /home
vi /etc/fstab 添加一行  /dev/sdb1   /home  ext3 defau ......

Linux 下常用小工具集

1 经常需要刻录 ISO 文件,cdrecord 可以实现
cdrecord 其实是一个软链接
lrwxrwxrwx 1 root root 5 2009-05-04 22:42 /usr/bin/cdrecord -> wodim
刻录的命令如下:
wodim -v dev=6,0,0 xx.iso # dev 可以用 --scanbus 查看
2 ......

Linux x86 Dropbear SSH <= 0.34 remote root exploit

/*
* /*
* Linux x86 Dropbear SSH <= 0.34 remote root exploit
* coded by live
*
* You'll need a hacked ssh client to try this out. I included a patch
* to openssh-3.6.p1 somewhere below this comment.
*
* The point is: the buffer being exploited is too small(25 bytes) to hold our
......

高级Linux程序设计第一章:入门

1、用GCC编译
1.1、创建源文件
(main.c) C 源文件 - main.c
#include
#include “reciprocal.hpp”
int main (int argc, char **argv)
{
    int i;
    i = atoi (argv[1]);
    printf (“The reciprocal of %d is %g\n”, i, reciprocal (i ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号