[ add comment ] | permalink | related link |




( 3 / 8990 )So you have a script of your own that you want to run at bootup, each time you boot up. This will tell you how to do that.
Write a script. put it in the /etc/init.d/ directory.
Lets say you called it FOO. You then run
% update-rc.d FOO defaults
You also have to make the file you created, FOO, executable, using
$chmod +x FOO
You can check out
% man update-rc.d for more information. It is a Debian utility to install scripts. The option “defaults” puts a link to start FOO in run levels 2, 3, 4 and 5. (and puts a link to stop FOO into 0, 1 and 6.)
Also, to know which runlevel you are in, use the runlevel command.
[ add comment ] | permalink | related link |




( 3 / 8490 )Setup Share Folder in VirtualBox
In VirtualBox click Ubuntu
select setting -> Share folder -> select folder location in XP -> set a name to this shared folder, such as "Host_Desktop"
In Ubuntu
1.Create Mount point
->Create a folder can be mounted
such as "/mnt/hostshare"
2.->open "/etc/fstab" -> add one more line
/dev/(your mount name) (folder you just created above) ext3 defaults 0 0
such as
"/dev/hostshare /mnt/hostshare ext3 defaults 0 0"
3. open terminal run
"sudo mount -t vboxsf "Host_Desktop" /mnt/hostshare"
[ add comment ] | permalink | related link |




( 3 / 8601 )1. Download selfssl.exe (Here)
2. Go to Dos console
3. Go to where you put selfssl.exe
4. type selfssl /?
5. Check your website ID, default is 1, that is the first web
4. Check the ID for you web, first one is 1 and second is 2 , and so no
5.run "selfssl.exe /N:CN=WH-STB5 /K:1024 /V:7 /S:1 /P:443", after /s is the WEB ID,
6. Done
[ add comment ] | permalink | related link |




( 3 / 2350 )Pidgin(前稱Gaim)是一個跨平台的即時通訊客戶端,使用GNU通用公共許可證發佈。這款軟體支援多個現時常用的即時通訊協定,讓用戶可以用同一個軟體登入不同的即時通訊服務。
You can talk to your friends using AIM, ICQ, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr.
Pidgin 中文版
Pidgin (Gaim) 在安装时是有中文选项的,如果不慎安装为英文版,可以按此方法更改为中文版:
打开注册表编辑器,找到 HKEY_CURRENT_USER\Software\pidgin 项,改 Installer Language 数值为 2052 即可。
http://www.pidgin.im/download/windows/
[ add comment ] | permalink | related link |




( 3 / 6151 )
Back Next

Avatar










