Archive for January 19, 2008
Using “dd” command!!!
Posted in Technical on January 19, 2008 by zayar43Clone HDD
Posted in Technical on January 19, 2008 by zayar43HDD တစ္ခုကေနၿပီး အျခား HDD တစ္ခုကို clone လုပ္တဲ့နည္းကေတာ့-
#dd if=/dev/hda of=/dev/hdb bs=1024
ဒါကေတာ့ ‘dd’ command ကုိ သံုးတဲ့ method ျဖစ္ပါတယ္။ ‘cp’ command နဲ႕လည္း ေအာက္ပါအတိုင္း လုပ္လို႕ရပါေသးတယ္-
#cp /dev/hda /dev/hdb
Read/Write NTFS partition for Linux!!!
Posted in zayar43 on January 19, 2008 by zayar43ntfs-3g driver အကူအညီနဲ႕ ေျဖရွင္းႏိုင္ပါတယ္။
http://www.ntfs-3g.org ကေနၿပီး ေအာက္ပါ package ႏွစ္ခု download လုပ္ပါ-
- ntfs-3g-1.810.tgz
- fuse-2.6.3.tar.gz
1. fuse-2.6.3 ကို အရင္ install လုပ္ပါ..
#./configure
#make
Forget your root password?
Posted in Technical on January 19, 2008 by zayar43Don’t care about it!!! System ထဲကို single user mode နဲ႕၀င္ၿပီး root password ကို ေအာက္ပါအတိုင္း ျပင္လို႕ရပါတယ္..
Just do the following instructions:
- grub> linux single init=/bin/bash
- mount -o remount,rw /
- password root (type your new password for root)
- mount -o remount,ro /
- reboot
Nvidia driver for Linux.
Posted in Technical on January 19, 2008 by zayar43ေအာက္မွာေဖာ္ျပထားတဲ့ NVIDIA ရဲ႕ homepage မွာ လူၿကီးမင္းရဲ႕ hardware device အမ်ိဳးအစားေပၚမူတည္ၿပီး download လုပ္ႏိုင္ပါတယ္-
http://www.nvidia.com/Download/index.aspx?lang=en-us
install လုပ္ရမယ့္ instruction ကေတာ့ ေအာက္ပါအတုိင္းျဖစ္ပါတယ္။ ပထမဆံုး X server ကို kill ၿပီးမွ console မွာ run ရမွာျဖစ္ပါတယ္-
#sh NVIDIA.xxx.run -q
#sax2 -r -m 0=nvidia


















