网络伪装--网络安全

首页 » 技术文章 » Linux
Linux相关资料

Linux相关资料 (10)

LINUX Daemon程序设计

作者 Dr.H 2008-05-14 16:21 阅读 3455

引言

Daemon程序,又称为守护进程,通常在系统后台长时间运行,由于没有控制终端而无法与前台交互。Daemon程序一般作为系统服务使用,Linux系统中运行着很多这样的守护进程,如iptablesnfsypbinddhcpd等。

最后修改日期: 2011-05-07 17:54

Linux下C语言编程--进程的创建

作者 Dr.H 2008-05-14 15:58 阅读 2992

    这篇文章是用来介绍在Linux下和进程相关的各个概念.我们将会学到: 
1.进程的概念 
2.进程的身份 
3.进程的创建 
4.守护进程的创建

最后修改日期: 2008-05-14 15:59

Compiling DD-WRT Sources

作者 Dr.H 2008-05-04 16:34 阅读 3186

New Instructions
More streamlined, up-to-date instructions with automated scripts can be found here Building_From_Source.

最后修改日期: 2011-05-07 17:55

vi使用手册

作者 Dr.H 2008-05-04 14:14 阅读 2965
进入vi的命令
vi filename :打开或新建文件,并将光标置于第一行首
vi +n filename :打开文件,并将光标置于第n行首
vi + filename :打开文件,并将光标置于最后一行首
vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处
vi -r filename :在上次正用vi编辑时发生系统崩溃,恢复filename
vi filename....filename :打开多个文件,依次编辑
最后修改日期: 2008-05-04 14:15

ipkg 软件安装工具

作者 Dr.H 2008-05-04 14:12 阅读 4272
ipkg 是 OpenWrt 内的一个软件安装管理工具,在 OpenWrt 内输入
最后修改日期: 2008-05-04 14:12

为 OpenWrt 配置网络

作者 Dr.H 2008-05-04 14:08 阅读 3451

1. WRT54G 的网络概况

下面是 WRT54G 的内部结构示意图:

WRT54G由包括LAN,WAN,WIFI 等 3 部份组成,相等于图中的vlan0,vlan1,eth0。

最后修改日期: 2008-05-04 14:08

安装 OpenWRT 的步驟

作者 Dr.H 2008-05-04 14:06 阅读 3601
在安装 OpenWrt 之前,首先你要知道你所使用的无线路由器 OpenWrt 是否支持,在 OpenWrt 的网页上提供了一个路由器列表,地址是:
http://wiki.openwrt.org/TableOfHardware
最后修改日期: 2008-05-04 14:08

NVRM

作者 Dr.H 2008-05-04 14:04 阅读 2869
NVRAM 全名是 Non-Volatile Ram ,在 OpenWrt 里是用了 Flash Rom 最后的 64K 区块,用来储存一些环境参数,OpenWrt 通过这些参数来配置网络,DHCP,DNS和记载硬件版本等。
最后修改日期: 2008-05-04 14:07

How to modify and rebuild dd-wrt

作者 Dr.H 2008-05-04 12:55 阅读 3277

Development

From DD-WRT Wiki

Most of the time you don't really need to re-build DD-WRT to make your desired changes. Now, this process has been made easy with the Firmware Modification Kit. This kit gives the user the ability to make changes to a firmware image without recompiling the firmware sources. It works by extracting the firmware into its component parts, then extracting the squashfs-lzma based file system (other file systems can be supported with tweaks). The user can then make modifications to the extracted file system, then rebuild the firmware image.
最后修改日期: 2008-05-04 13:06

怎样在RH Linux中设置VNC自动启动

作者 Dr.H 2008-04-25 13:09 阅读 3457

The VNC server can be automatically started when the system boots via the vncserver service. However, before this service will work, some preparatory set up needs to be done.

最后修改日期: 2011-05-07 17:55