发布时间:2012-12-20 23:03:48
1.命令:例如:要查看ls命令的源代码 1) whereis ls ls: /bin/ls /usr/share/man/man1/ls.1.gz 2) sudo dpkg -S /bin/ls coreutils: /bin/ls 3)&......【阅读全文】
发布时间:2012-12-20 20:06:58
1. 函数原型: #include <unistd.h> int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; /* 选项值 */ extern int optind; &......【阅读全文】
发布时间:2012-12-16 14:49:12
备忘:## client.c~~~~~~~~~~~~~~~~~#include#include#include#include#include#include#include#define BUF_LEN 1024#define SERVER_PORT 6789 int main(int argc, char* argv[]){&n......【阅读全文】
发布时间:2012-12-16 08:04:39
备忘:1. sudo vim /etc/hostname -> hostname2. sudo vim /etc/hosts -> 127.0.1.1 hostname3. reboot......【阅读全文】