-
Antinat是一个灵活的SOCKS服务器和客户端库编写代理
Antinat is a flexible SOCKS server and client library for writing proxy-based applications. It supports SOCKS 4, SOCKS 5, authentication, CHAP, XML firewalling, Win32, server chaining, and UDP. It also contains very experimental IPv6 support
- 2022-06-12 15:12:51下载
- 积分:1
-
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。...
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。-nfqueue-bindings was written to provide an interface in high-level
languages such as Perl or Python to libnetfilter_queue.
The goal is to provide a library to gain access to packets queued by
the kernel packet filter.
- 2022-02-02 02:51:28下载
- 积分:1
-
telnetsoft,linux用的着的东西
telnetsoft,linux用的着的东西-telnetsoft, linux use the things
- 2022-01-23 11:26:45下载
- 积分:1
-
opengfs,一种文件系统。
openGFS , a kind of file system.
- 2023-04-05 23:40:03下载
- 积分:1
-
curses Programming Interface
curses界面编程-curses Programming Interface
- 2022-04-06 09:56:36下载
- 积分:1
-
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用-LINUX driver for the development of the third edition of the source code. On the development of very useful LINUX
- 2022-06-20 21:57:03下载
- 积分:1
-
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。...
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。-Bird brother of Linux as part of basis of comparison, systematic, well-organized. I made the PDF format and made more attention brother belongs to the birds. In addition, the Traditional version.
- 2022-11-27 21:15:04下载
- 积分:1
-
Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严...
Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -Linux is a Unix-computer" s operating system collectively. Linux operating system kernel is also the name of " Linux" . Linux operating system is also free software and open source development, the most famous example. Strictly speaking, Linux is only the word itself, said Linux kernel, but in reality people have been accustomed to using Linux to describe the whole based on the Linux kernel and the GNU project to use a variety of tools and databases operating system. Linux is named in a computer amateur Linus Torvalds.
- 2022-01-29 03:00:41下载
- 积分:1
-
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!...
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!-Detailed under linux and efficient C programming manual, has been used in a reference book, I feel great value!
- 2022-04-01 21:55:13下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1