搜索资源列表
Linux1
- Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep \"Jun 27\" | grep 1998 下面这个scr ipt,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find - print | ls-l -- full-
imp1.tar
- Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个
imp2.tar
- Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个
jiangyutang_A0617389_homework1
- 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
shelltime
- 一个可以用来打印任何一个月所有天数的SHELL脚本-1 can be used to print all the days in any month the number of Shell scr ipts
parport_usual
- 并口测试程序,用于检测您的打印端口是否能正常通信-Parallel testing procedures for detecting your Print port whether normal communication
LINUX.short.print.device
- LINUX设备short print开发经典代码LINUX development of the classic short print device code -LINUX development of the classic short print device code
Print-a-progress-bar
- Linux终端上打印进度条(多种样式) 我是放在word文档中的。-Print a progress bar on the Linux terminal
dbus-print-message
- Utility function to print out a message.
print
- Print information on generated parser, for bison,.
print-ntp
- Format and print ntp packets.
print-token
- Hacked version of print-ether.
print-radius
- Among other things to print ok MacIntosh and Vendor values.
print-zephyr
- Decode and print Zephyr packets.
print-netbios
- Format and print NETBIOS packets.
print-ipx
- Format and print Novell IPX packets.
print-tftp
- Format and print trivial file transfer protocol packets.
print-tree
- print chunk for Linux v2.13.6.
print
- Print information on generated parser, for bison,.
printk_string
- 当printk无法打印的时候,利用tty方式打印字符串进行调试,驱动代码(When printk can't print, print string to debug with TTY and drive the code)