You are viewing
joe_jiang
's journal
Log in
Create a LiveJournal Account
Learn more
Explore LJ:
Life
Entertainment
Music
Culture
News & Politics
Technology
joe's open source learning - March 1st, 2007
[
entries
|
archive
|
friends
|
userinfo
]
joe jiang
[
userinfo
|
livejournal userinfo
]
[
archive
|
journal archive
]
March 1st, 2007
ns3322
[Mar. 1st, 2007|
05:11 pm
]
#!/usr/bin/perl
$address= `dig 3322.org|grep ^ns1`;
@ary=split /\s+/, $address;
system(qq(sed -i '1inameserver $ary[-1]' /etc/resolv.conf));
# this script is used to add ns1.3322.org as your 1st name server
link
post comment
navigation
[
viewing
|
March 1st, 2007
]
[
go
|
Previous Day
|
Next Day
]
Advertisement
Customize