📄 readme
字号:
README ------Note: any comments please goto wheelz at <kernel.zeng@gmail.com>This program is based on drcomsuite-0.1.12 and libdrcom-0.0-20050423-2written by William Poetra Yoga Hadisoeseno. You could take this programas a version of upgrading/bug fixing/feature enhancement, etc.Please refer to README-old to get some information of drcom.Please refer to THANKS to thank people contributed a lot for the program.This program is covered by GPL v2. Please refer to COPYING.0. Overview:------------drcomsuite and libdrcom cannot get compiled if your kernel version is recent,because newer linux kernel makes inet_stream_ops and inet_dgram_ops const.This program overcomes this by using jprobe to hijack sock_init_data().So it requires that kernel supports kprobe and jprobe. FC4 supports it.And so this program supports only kernel version 2.6.11 and later.(maybe, I don't know exactly when kprobe entered kernel)There are also some corrections. The source codes of drcomsuite and libdrcom are a bit messy and ugly, and have some bugs. I've tried to clean a bit. Of course, What I have done is just another ugly hack. :)Another feather added is the timeout. If there is no network access for 2minutes, the program will logout automatically, for saving our money.1. Compile:-----------$ make2. Install:-----------run as root the following command.# make install... edit /etc/drcom.conf ...3. Run:-------$ sudo drcomd$ sudo drcomc login...web surfing...$ sudo drcomc logout
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -