Calendar

May 2012
S M T W T F S
« Apr    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Scooter feat. Vicky Leandros – C’est Bleu

Aha, finally fount it.


Of course, code for inserting flv like these:

$embed$ src="http://www.fbunix.com/flvplayer/flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file="flv url"&LogoText="text"" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="363">$/embed$
"$$"->"<>"

NoMachine NX for LinuxMint V12

First: Install software into your system, command like:
sudo apt-get install openssh

Second: Download nxclient/nxnode/nxserver from http://www.nomachine.com/download.php, and install them step by step, command like:
sudo dpkg -i ***.deb

Third: Edit /etc/ssh/sshd_config, and modify or add Continue reading NoMachine NX for LinuxMint V12

Installing Win7_X64 & XP_X86 on the same HD

1. install win7 nomaly (etc “partition C:”);
2. active other partition (NOT C:);
3. install xp nomaly to you had actived partition ago;
4. then boot your computer by CD or UDISK (win 7), and into the command line;
5. use this command:
bootrec /rebuildbcd
6. sometime you also copy bootmgr to your win7′s partition
7. use this command:
bcdedit /store c:\boot\bcd /create {ntldr} /d "Windows XP"
bcdedit /store c:\boot\bcd /set {ntldr} device boot
bcdedit /store c:\boot\bcd /set {ntldr} path \ntldr
bcdedit /store c:\boot\bcd /displayorder {ntldr} /addlast
bcdedit /store c:\boot\bcd /timeout 10

8. then copy these files {ntldr,ntdetect.com,boot.ini} to your win7′s partition.
GOOD LUCK