desktopdrbl

Monday, January 15, 2007

account.pl

#!/usr/bin/perl -w

# rm
for(my $i=1;$i<=9;$i++){
system("/bin/rm -rf /home/test0$i/*");
system("/bin/rm -rf /home/test0$i/.*");
}

# rm
for(my $x=0;$x<=1;$x++){
system("/bin/rm -rf /home/test1$x/*");
system("/bin/rm -rf /home/test1$x/.*");
}

# cp
for(my $i=1;$i<=9;$i++){
system("/bin/cp -R /home/test/* /home/test0$i");
system("/bin/cp -R /home/test/.gconf/ /home/test0$i");
system("/bin/chown -R test0$i:test$i /home/test0$i");
}

#cp
for(my $x=0;$x<=1;$x++){
system("/bin/cp -R /home/test/* /home/test1$x");
system("/bin/cp -R /home/test/.gconf/ /home/test1$x");
system("/bin/chown -R test1$x:test$x /home/test1$x");
}

1/15

1.安裝設定完成

2.設定 corntab cp -R home & del

Thursday, January 11, 2007

工作

1.flash、realplayer、firefox 中文化、mozilla 中文化、adobe、vlc、gxine
、mplayer、google toolbar、beep-media-player、rar、gftp(移除gaim)

2.開關機、autologin、回復原狀

設定

1.設定網路(eth0 對外,eth1-3 對內)

2.對內不設定 gateway

3.遠端開關機

4.自動登入

5.音效,usb,cdrom

6.pdf,realplayer,mp3,firefox 中文化..

7.效能設定 hd

...