w*s 发帖数: 7227 | 1 /etc/dhclient.conf r,
/usr/share/synce-hal/dhclient.conf r,
./apparmor/init/network-interface-security/sbin.dhclient3
# This is a sample configuration file for dhclient. See dhclient.conf's
./dhcp3/dhclient.conf
grep: ./blkid.tab: No such file or directory
/etc/dhclient.conf r,
/usr/share/synce-hal/dhclient.conf r,
./apparmor.d/sbin.dhclient3
what are these apparmor files pls ? |
|
s*******n 发帖数: 730 | 2 windows:
start -> run -> type in 'cmd' click ok->
type in 'ipconfig /release' press enter
type in 'ipconfig /renew' press enter
linux:
sudo dhclient -r
sudo dhclient |
|
Z**0 发帖数: 1119 | 3 我手头用的是老版本的ubuntu。
新版本用的应该还是dhclient这个组件。
修改:
/etc/dhcp3/dhclient.conf
add:
prepend domain-name-servers "your dns IP";
remove "domain-name-servers" from the "request" line.
It might work. |
|
s*******n 发帖数: 730 | 4 vm设置换成nat
guest里面用命令行:
sudo dhclient -r
sudo dhclient |
|
g****e 发帖数: 172 | 5 那些suspicious files安全吗?
多谢!!
sudo chkrootkit
ROOTDIR is `/'
Checking `amd'... not found
Checking `basename'... not infected
Checking `biff'... not found
Checking `chfn'... not infected
Checking `chsh'... not infected
Checking `cron'... not infected
Checking ... 阅读全帖 |
|
g****e 发帖数: 172 | 6 【 以下文字转载自 Linux 讨论区 】
发信人: gangle (nothing), 信区: Linux
标 题: 请高手帮忙看看这个chkrootkit安全否?
发信站: BBS 未名空间站 (Mon Aug 13 18:29:14 2012, 美东)
那些suspicious files安全吗?
多谢!!
sudo chkrootkit
ROOTDIR is `/'
Checking `amd'... not found
Checking `basename'... not infected
Checking `biff'... not found
Checking `chfn'... not infected
Checking `chsh'... ... 阅读全帖 |
|
a**********k 发帖数: 1953 | 7 不错, 基本功扎实。
补充一点:
inode carries the map of where the data part of a file is,
while path carries the name part of a file (the complete path
including dentries and the filename).
Also, if DHCP is enabled, it could overwrite what is configured in /etc/
resolve.conf.
In that case, you need to modify your dhcp client config as well, say
/etc/dhcp3/dhclient.conf.
文件系统中 inode 和 path 的区别。我回答是 inode 是文件系统的一个数据结构,指
向某个磁盘上的文件;而 path 是由多个 struct dentry 组成的,每个 dentry 描述
了 inode 的父子关系。
最后一问是如何修改 DNS 服务器?我说可以修... 阅读全帖 |
|
y*y 发帖数: 427 | 8 新楼建新网
NIS server只保存乐static IP(最新的)给其他几台机器
我的机器是用动态IP,所以我去Linux Config改乐一通
结果能上网乐,但是其他机器不认识我,还以为我用
的是老的static IP,甚至连用户登陆都不行,只能root
登陆。
是不是只是DNS没改过来造成的错呢?
我的机器的Linux端是不是不用再改别的乐
网上有些下载DHClient再编译的做法是不是没什么太
多用处? |
|
t****p 发帖数: 1703 | 9 sudo dhclient
如果wifi已经被detect了
I
wireless/ |
|
w*x 发帖数: 3456 | 10 我在用,没什么太多的东西,除了logitech那个squeezebox之外。那个我也给kill掉了
,贴个ps -e 给大家看看
PID TTY TIME CMD
1 ? 00:02:43 init
2 ? 00:00:00 kthreadd
3 ? 00:21:10 ksoftirqd/0
5 ? 00:00:58 kworker/u:0
6 ? 00:00:00 khelper
7 ? 00:00:00 kworker/u:1
10 ? 00:00:00 netns
161 ? 00:00:44 sync_supers
163 ? 00:00:02 bdi-default
165 ? 00:00:00 kblockd
171 ? 00:00:00 ata_sff
182 ? 00:00:00 khubd
275 ? ... 阅读全帖 |
|
w*x 发帖数: 3456 | 11 我在用,没什么太多的东西,除了logitech那个squeezebox之外。那个我也给kill掉了
,贴个ps -e 给大家看看
PID TTY TIME CMD
1 ? 00:02:43 init
2 ? 00:00:00 kthreadd
3 ? 00:21:10 ksoftirqd/0
5 ? 00:00:58 kworker/u:0
6 ? 00:00:00 khelper
7 ? 00:00:00 kworker/u:1
10 ? 00:00:00 netns
161 ? 00:00:44 sync_supers
163 ? 00:00:02 bdi-default
165 ? 00:00:00 kblockd
171 ? 00:00:00 ata_sff
182 ? 00:00:00 khubd
275 ? ... 阅读全帖 |
|
j*a 发帖数: 14423 | 12 dpkg -l|grep dhc
贴来看看
debian的dhclient是会改resolve.conf的 除非你改配置 |
|
Z**0 发帖数: 1119 | 13 你的问题,主要在于eth1用dhcp,eth1启动的时候,会用从dhcp得到的gateway更新
default gateway。这个就是为什么,eth1在eth0后边启动,你就不可以上网了。
好像fc用的是dhclient,这个好像没有命令选项,用自己指定的gateway。两个方法:
1。在/etc/rc.local里边加上,修改default gw的命令:route add default aa.bb.cc
.dd (aa.bb.cc.dd是你的gateway的IP)。
或者
2。让dhcp的eth,先启动,然后固定IP的eth后启动。 |
|
d****n 发帖数: 1637 | 14 my shabby code for questions 4.
//File resovle.c
#include
#include
#include
#define MAXLINECHARSIZE 1000
inline int fsplit(char *line, char **items, char delim);
int main(int argc, char * argv[]){
/***prepare && allocate buffer/space***/
int n,nbytes=100, maxcol=10, maxchar=1000;
char **items;
{
items=(char **) malloc(maxcol*sizeof(char *));
int i;
for(i=0; i
items[i]=(char*)malloc(maxchar*sizeo... 阅读全帖 |
|
y*y 发帖数: 427 | 15 新楼建新网
NIS server只保存乐static IP(最新的)给其他几台机器
我的机器是用动态IP,所以我去Linux Config改乐一通
结果能上网乐,但是其他机器不认识我,还以为我用
的是老的static IP,甚至连用户登陆都不行,只能root
登陆。
是不是只是DNS没改过来造成的错呢?
我的机器的Linux端是不是不用再改别的乐
网上有些下载DHClient再编译的做法是不是没什么太
多用处? |
|