Saturday, November 15, 2008

Mamadzus99 - Handphone Modem at Linux

At this moment let me share my experience to connect Internet using Handphone as modem.
1. Connect your phone, and select to be modem.
you can check your phone modem has been detected or not.

mamadzus@mamadzus99:~$ sudo nano /var/log/syslog
Nov 15 21:37:53 mamadzus99 kernel: [ 1039.776197] usb 4-1: new full speed USB device using uhci_hcd and address 7

Friday, November 14, 2008

Mamadzus99 - Kamus Indonesia-English at Linux (Stardict)

How to put digital dictionary at your Ubuntu? Please follow this step.
1. mamadzus@mamadzus99:/$ sudo apt-get install stardict
2. Download library for your dictionary at here:
- English - Indonesi: here
- Indonesia - English: here
- Other language: here
3. Extract file library for dictionary
4. Change permision for folder: /usr/share/stardict/
mamadzus@mamadzus99:/usr/share$ sudo chmod 777 -R /usr/share/stardict/
5. Copy all extracted file to directory: /usr/share/stardict/dic/
6. Let's enjoy your stardict,


regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Monday, November 10, 2008

Mamadzus99 - SOCKS at Linux

To access using SOCKS at Linux, please following this step:
1. Connect to SSH server using:
ssh username@server -D port -C
ssh ma2d_te@10.31.3.134 -D 3000 -C


2. Setup your client application (etc: mozilla, pidgin, etc):
- Mozilla:


- Pidgin:


let's try, and enjoy your surf...

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Saturday, November 1, 2008

Mamadzus99 - Change Ubuntu password root

To change password root:

mamadzus@Mamadzus99:/$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
mamadzus@Mamadzus99:/$ su
Password:
root@Mamadzus99:/#


regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448