Recovery Ubuntu For Default Setting

Reset user settings (all linux distro)


1. Login As Root on the terminal with the command

$sudo su

2. Change Direktory you go to the home direktory
3. Delete all Direktory the tesembunyi in these direktory
with by type :

$ rm-drf .*

4. Reboot your Computer with the command

$ reboot

Happy Testing


Thanks
Read More...!!

Atheros net5211.inf Configuration in Ubuntu

T o installAtheros , you should install packages ndiswrapper-common and ndiswrapper-utils-1.9, Then you can install Using windows XP extension .inf


Then type command:

$ ndiswrapper-i net5211.inf 

$ ndiswrapper-l / / make sure the status of devices
present

$ ndiswrapper-m / / make sure last line create alias wlan0

$ ndiswrapper-ma 

$ loadndisdriver 

Finish and restart your computer.

Happy testing..!!
Read More...!!

Recovery Forgotten Password Ubuntu

Reset password can use this if not given Grub Password

How:

 At the Grub Loader select Recovery Mode
Forgot Username If you see in the directory /etc/passwd View in the bottom line remember your username. Type the command  

$ gedit /etc/passwd

3. Type passwd
4. Enter your new password, and enter the password input To Verify your More

Happy Testing...!!
Read More...!!

Install Wine On Ubuntu Interpid Ibex (8.10)

Wine is a Windows application Emulator, there are some Windows software that can be Install in Ubuntu, such as Adobe Photoshop CS2, Jet Audio, and Games that can be installed on Ubuntu. Step as follows:


Add key Repository :

$ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Then add Repository in apt-source

$ sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

$ Update apt-source dengan :sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

$ apt-get update

Then Install Wine by type :

$ apt-get install wine

This can only be used if the your computer connect to the Internet.

Happy Testing...!!
Read More...!!

Add Grub Password in Ubuntu

Keeping to your computer, you do one Grub Password protected ..?

To add a password on your grub follow these steps :

$ e grub-md5-crypt (type your password)
Copy text will appear on terminal and type :

$sudo gedit /etc/boot/grub/menu.lst 

Paste the password was your copied - md5 (password is already encrypted) Into Boot Loader that you want and exit

Wrning

Do not Until you forgotten Grub.

Happy Testing...!!!
Read More...!!