资源列表
RedHatEnterpriseLinux7Power
- 红帽7 官方指导pdf文档英文版,电源管理,进程控制(redhat 7 power management guide pdf)
day09.tar
- unix c语言高级环境编程,一些小例子仅供参考,主要是使用C程序访问环境变量,系统提供了一个全局变量(include <stdio.h> int main(void){ extern char **environ; int i=0; while(*(environ+i)!=NULL){ printf("%s\n",*(environ+i)); i++; } return 0; })
Linux命令行与shell脚本编程大全.第3版
- linux命令行和Shell脚本大全 Linux 开发 管理(Linux command line and shell)
RedHatEnterpriseLinux7Network
- Linux 系统管理管理 Linux 开发 平台管理,网络 管理,系统管理员(Linux manager's guide book redhat 7)
RC4
- C RC4 implementation
rc4dec
- RC4 encryption / decryption
libxl-lin-3.8.0.tar
- LIBRARY XL FOR LINUX
posixtst_1_0_0_tar
- checksum CRC POSIX connection
hi3531a_tw6874_drivers
- hi3531 tw6874驱动源代码,以及驱动文件(Hi3531 tw6874 driver source code)
Enigma
- 一款模拟enigma密码机的软件,包含源代码(An software analog enigma machine , including source code)
linux入门教程
- 不错的linux的入门教程,适合初学者学习(the introduction of linux)
aes
- 支持128.256加解密,里面有demo(supout 128 and 256 aes)