-
unix下的网络编程
unix下的网络编程-of network programming
- 2023-05-08 19:50:02下载
- 积分:1
-
中兴提供的跨平台解码库的解码器的介绍源码和文档
中兴提供的跨平台解码库的解码器的介绍源码和文档-ZTE to provide cross-platform codec decoder library source code and documentation Introduction
- 2022-08-24 07:57:22下载
- 积分:1
-
小型C++工具库,含线程处理、日志、时间处理等各类功能函数...
小型C++工具库,含线程处理、日志、时间处理等各类功能函数-small C library tools, including threads, log, all of the time-function
- 2022-01-27 11:26:09下载
- 积分:1
-
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过...
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过-a common programming PV operations (producer-consumer) c language demo, compile under Linux
- 2023-03-26 01:00:04下载
- 积分:1
-
Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
Linux 内核的中文版,详细介绍了Linux内核的原理,值得一读! -Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
- 2022-01-21 18:41:05下载
- 积分:1
-
Linux环境下,使用串口进行数据传输的实际例子。
Linux环境下,使用串口进行数据传输的实际例子。-Linux environment, using the serial port for data transfer practical examples.
- 2022-07-27 18:12:40下载
- 积分:1
-
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。...
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。-linux under a variety of patch management tools, can help you manage their own patches, more useful in the open-source projects.
- 2022-07-17 04:45:42下载
- 积分:1
-
The Unix 5 code
本源代码是Unix System V的版本,作者详细通俗的叙述非常有益于我们初学者-The Unix 5 code
- 2022-06-16 09:46:15下载
- 积分:1
-
unicon2, linux under the Chinese input method packages must be installed
unicon2,linux下的中文输入法必装的包-unicon2, linux under the Chinese input method packages must be installed
- 2022-01-25 23:34:24下载
- 积分:1
-
linuxptables
linuxptables -P INPUT -A -p tcp -s 192.168.100.0/24 --dport 445 -j ACCEPT
iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 137 -j ACCEPT
iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 138 -j ACCEPT
iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 445 -j ACCEPT-linuxptables-P INPUT-A-p tcp-s 192.168.100.0/24--dport 445-j ACCEPT
iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 137-j ACCEPT
iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 138-j ACCEPT
iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 445-j ACCEPT
- 2022-03-25 08:05:42下载
- 积分:1