-
基于linux squid的web管理界面源码,基于开源精神可以开放学习.
基于linux squid的web管理界面源码,基于开源精神可以开放学习.-linux java squid
- 2022-05-18 15:45:59下载
- 积分: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
-
of serial communications
linux下的串口通讯-of serial communications
- 2022-06-18 17:39:30下载
- 积分:1
-
是关于linux2.5.1的完全源码
是关于linux2.5.1的完全源码- Is about the linux2.5.1 complete source code
- 2023-06-15 06:08:27下载
- 积分:1
-
入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法...
入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法-entry procedures for testing fifo. Only a few lines, but I can understand basic written fifo
- 2023-07-29 07:30:03下载
- 积分:1
-
对x_hp一样的脆弱
The same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
- 2022-02-05 22:31:23下载
- 积分:1
-
unix下一个实现带参数的简单shell的程序
unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
- 2022-03-15 18:48:54下载
- 积分:1
-
programming process.
unix环境下进程编程。-programming process.
- 2022-05-24 00:21:29下载
- 积分:1
-
非常简单的MAKEFILE文件,
先把执行build_pc.sh 生成makefile文件
再make
很简单,也很实用,适合初学!大虾就不要下了!...
非常简单的MAKEFILE文件,
先把执行build_pc.sh 生成makefile文件
再make
很简单,也很实用,适合初学!大虾就不要下了!-Very simple Makefile file, makefile generation build_pc.sh first implementation of a document and then make a very simple and practical, suitable for beginners! Shrimp do not a!
- 2022-01-25 22:24:36下载
- 积分:1
-
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景...
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i
- 2022-02-16 05:28:10下载
- 积分:1