Sunday, November 29, 2009

Text Base Perintah DOS & Linux




Jenis perintah DOS dan Linux Shell

Dalam menggunakan komputer, kadang kita terpaksa harus berhadapan dengan perintah text base.. Hal ini misalkan terjadi karena adanya error pada GUI dsb. Disini ada beberapa perintah yang sering kita gunakan dalam dos maupun linux yang mana memiliki fungsi sama.




DOS

LINUX

Keterangan

dir

attrib (+-)

cd

copy

del

md

edit

help



ren



ls

chmod (mode) file

cd

cp

rm

mkdir

vi, vim, pico, nano

man [command], info [command]


mv

Meliat isi direktori


Atribut File

Pindah Direktori

Copy

Menghapus

Bikin direktori

Editor teks

Bantuan perintah



Rename

Contoh penggunaannya :

  1. Menghapus file del namafile.dat di linux mv namafile.dat [ Menghapus namafile.dat ]

  2. Menyalin file copy namafile.txt c:\ [ menyalin namafile.txt ke c:\ ] di linux cp namafile.txt /home/data [ menyalin namafile.txt ke home/data ]

  3. Edit namafile.txt di Linux vi namafile.txt  [ untuk linux bisa menggunakan editor selain vi, misal nano, pico dsb ]


dan sebagainya, gunakanlah man atau info di linux shell untuk mencari bantuan dalam mengeksekusi suatu perintah.

Fakta lainnya :



1. Linux menggunakan case
sensitive, yang artinya penulisan antara huruf besar dengan huruf
kecil  berbeda, misal Data.txt tidak sama dengan data.txt. Maka dalam satu folder kita bisa memiliki banyak file dengan nama kombinasi "data.txt"  disini
kita ambil contoh kombinasinya :



Data.txt

daTa.txt

DATA.txt

DAta.txt

datA.txt

data.txt

dan seterusnya. Hal ini berbeda dengan sistem pada DOS ataupun windows.


2. Linux tidak ada extensi wajib seperti exe , com , dan bat ( batchfile ) yang dapat dieksekusi langsung ( executable file )







Text Base Perintah DOS & Linux




Jenis perintah DOS dan Linux Shell

Dalam menggunakan komputer, kadang kita terpaksa harus berhadapan dengan perintah text base.. Hal ini misalkan terjadi karena adanya error pada GUI dsb. Disini ada beberapa perintah yang sering kita gunakan dalam dos maupun linux yang mana memiliki fungsi sama.




DOS

LINUX

Keterangan

dir

attrib (+-)

cd

copy

del

md

edit

help



ren



ls

chmod (mode) file

cd

cp

rm

mkdir

vi, vim, pico, nano

man [command], info [command]


mv

Meliat isi direktori


Atribut File

Pindah Direktori

Copy

Menghapus

Bikin direktori

Editor teks

Bantuan perintah



Rename

Contoh penggunaannya :

  1. Menghapus file del namafile.dat di linux mv namafile.dat [ Menghapus namafile.dat ]

  2. Menyalin file copy namafile.txt c:\ [ menyalin namafile.txt ke c:\ ] di linux cp namafile.txt /home/data [ menyalin namafile.txt ke home/data ]

  3. Edit namafile.txt di Linux vi namafile.txt  [ untuk linux bisa menggunakan editor selain vi, misal nano, pico dsb ]


dan sebagainya, gunakanlah man atau info di linux shell untuk mencari bantuan dalam mengeksekusi suatu perintah.

Fakta lainnya :



1. Linux menggunakan case
sensitive, yang artinya penulisan antara huruf besar dengan huruf
kecil  berbeda, misal Data.txt tidak sama dengan data.txt. Maka dalam satu folder kita bisa memiliki banyak file dengan nama kombinasi "data.txt"  disini
kita ambil contoh kombinasinya :



Data.txt

daTa.txt

DATA.txt

DAta.txt

datA.txt

data.txt

dan seterusnya. Hal ini berbeda dengan sistem pada DOS ataupun windows.


2. Linux tidak ada extensi wajib seperti exe , com , dan bat ( batchfile ) yang dapat dieksekusi langsung ( executable file )







Saturday, November 28, 2009

ACER Netbook Ferrari One



ACER Indonesia has released a new Netbook Ferrari One. This one of eksclusive product of ACER, like the Acer Ferrari Notebook. This netbook is Powered by AMD platform with AMD 2nd ultra thint platform for notebook. This netbook come with the red Scudetto Ferrari cover and  the logo of pranching horse. The LED of wide screen of this netbook is setup at 1366 x 768 pixel that mean 16:9 ratio. The  vendor claim that this product will be able to bring  the full cinematic.

The audio system of Ferrari One  is setup by custom modification of Dolby Laboratory. As the core, Acer plug the AMD Athlon X2 L310, the one of power saving processor of the AMD. Video grafic accelerator is powered by ATi Radeon HD3200 High dev Video, and the high speed RAM DDR2 667MHz @4GB. Media data of the   ACER Netbook Ferrari One is 320 GB Hardisk Drive.

The prise of this product @ IDR 7,5 billion, over than average price of general netbook.

ACER Netbook Ferrari One



ACER Indonesia has released a new Netbook Ferrari One. This one of eksclusive product of ACER, like the Acer Ferrari Notebook. This netbook is Powered by AMD platform with AMD 2nd ultra thint platform for notebook. This netbook come with the red Scudetto Ferrari cover and  the logo of pranching horse. The LED of wide screen of this netbook is setup at 1366 x 768 pixel that mean 16:9 ratio. The  vendor claim that this product will be able to bring  the full cinematic.

The audio system of Ferrari One  is setup by custom modification of Dolby Laboratory. As the core, Acer plug the AMD Athlon X2 L310, the one of power saving processor of the AMD. Video grafic accelerator is powered by ATi Radeon HD3200 High dev Video, and the high speed RAM DDR2 667MHz @4GB. Media data of the   ACER Netbook Ferrari One is 320 GB Hardisk Drive.

The prise of this product @ IDR 7,5 billion, over than average price of general netbook.

a Little Bit of Shell Command

Linux built with text command ( shell ). Shell is a program that input Unix Commands from the keyboard and relays them to the Unix system for execution. Shells typically include various shortcuts for users to use in stating their commands, and also a programming feature, in which users can make programs out of sets of their commands. It mean that we could run several program using the shell? Offcourse we do. Just type the command, so the program will running.

Example:

1. Runing firefox browser

type # firefox .The firefox browser automatically will run. If we want to surf to the certain address, just type like this #firefox address.

Example : #firefox www.ubuntu.com  the browser will bring us to the www.ubuntu.com

Note : 
Don't close the terminal windows, coz the runing program will close too. To prefent this, ubuntu have an answer. Just type nohup that mean send ignore signall to the system, when terminal is close, so the program will keep runing.


2. Install program from the shell?

No matter. Just type

#sudo apt-get install program_name
Example :

#sudo apt-get install vlc . This command will install vlc player to our ubuntu system.

3. Playing mp3 / ogg files from the shell?

This the command :
First time install vlc player #sudo apt-get install vlc wait for several time depend of your connection speed. Then type on the shell this command
#vlc -I filne_name.mp3, or add wildchart "*" to play  any file with the extention mp3 on the active directory.

Note :


we use uppercase i not l ( L )
The view of this command will show like this





How to increase or decrease the volume? use a and z . a to increase / volume up an z to decrease / volume down. To select title use arrow up and down then press enter

4. Download file

Ubuntu come with built in download manager wget. Just type all complete the target file location.

Case : If we want to download the older ubuntu the Ubuntu 8.04.1 release can be found at http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso
on the shell we type :

#wget http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso , the download progress will  show us the percentage and the long of the progress is depend of the speed of your connection. The file downloaded will be save to the active directory.

5. View graphic without graphical environment

First install aview to the system. On the  shell type #sudo apt-get install aview wait  the installation progress. When finished try to view your image using command.
#asciiview image_file.jpeg The result will like this, depend of the picture we viewed.








When use the synaptic, please install aview and imamagick packages.
use + / - and arrow to navigate the picture

6. On the dual OS between ubuntu and win, sometimes win refuse to boot, don't be panic. Let we  try to solve the win problem using our ubuntu.Use synaptic to search for the ntfsprogs package. Once it’s installed, unmount your Windows partition (if it’s mounted), and type sudo ntfsfix /dev/sda1 to check and fix the partition (assuming your Windows partition is /dev/sda1—likely if youi nstalled Ubuntu in a dual-boot configuration on a computer already running Windows). This tip is also useful if you see the “Cannot mount volume” error when
attempting to access your Windows partition from within Ubuntu.

7. Replace the native command with yours

Use alias.  You may wish to invent your own shell commands, which you can do with aliases.

For example

#alias ls "ls -F" That means that the ordinary ls command will always be replaced by ls -F, which I prefer because of its richer information content.

#alias mroe more
I often mistype the more command as “mroe,” so this automatically rectifies my error whenever I make this mistake.

#alias ls=’ls -F’
#alias mroe=more

a Little Bit of Shell Command

Linux built with text command ( shell ). Shell is a program that input Unix Commands from the keyboard and relays them to the Unix system for execution. Shells typically include various shortcuts for users to use in stating their commands, and also a programming feature, in which users can make programs out of sets of their commands. It mean that we could run several program using the shell? Offcourse we do. Just type the command, so the program will running.

Example:

1. Runing firefox browser

type # firefox .The firefox browser automatically will run. If we want to surf to the certain address, just type like this #firefox address.

Example : #firefox www.ubuntu.com  the browser will bring us to the www.ubuntu.com

Note : 
Don't close the terminal windows, coz the runing program will close too. To prefent this, ubuntu have an answer. Just type nohup that mean send ignore signall to the system, when terminal is close, so the program will keep runing.


2. Install program from the shell?

No matter. Just type

#sudo apt-get install program_name
Example :

#sudo apt-get install vlc . This command will install vlc player to our ubuntu system.

3. Playing mp3 / ogg files from the shell?

This the command :
First time install vlc player #sudo apt-get install vlc wait for several time depend of your connection speed. Then type on the shell this command
#vlc -I filne_name.mp3, or add wildchart "*" to play  any file with the extention mp3 on the active directory.

Note :


we use uppercase i not l ( L )
The view of this command will show like this





How to increase or decrease the volume? use a and z . a to increase / volume up an z to decrease / volume down. To select title use arrow up and down then press enter

4. Download file

Ubuntu come with built in download manager wget. Just type all complete the target file location.

Case : If we want to download the older ubuntu the Ubuntu 8.04.1 release can be found at http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso
on the shell we type :

#wget http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso , the download progress will  show us the percentage and the long of the progress is depend of the speed of your connection. The file downloaded will be save to the active directory.

5. View graphic without graphical environment

First install aview to the system. On the  shell type #sudo apt-get install aview wait  the installation progress. When finished try to view your image using command.
#asciiview image_file.jpeg The result will like this, depend of the picture we viewed.








When use the synaptic, please install aview and imamagick packages.
use + / - and arrow to navigate the picture

6. On the dual OS between ubuntu and win, sometimes win refuse to boot, don't be panic. Let we  try to solve the win problem using our ubuntu.Use synaptic to search for the ntfsprogs package. Once it’s installed, unmount your Windows partition (if it’s mounted), and type sudo ntfsfix /dev/sda1 to check and fix the partition (assuming your Windows partition is /dev/sda1—likely if youi nstalled Ubuntu in a dual-boot configuration on a computer already running Windows). This tip is also useful if you see the “Cannot mount volume” error when
attempting to access your Windows partition from within Ubuntu.

7. Replace the native command with yours

Use alias.  You may wish to invent your own shell commands, which you can do with aliases.

For example

#alias ls "ls -F" That means that the ordinary ls command will always be replaced by ls -F, which I prefer because of its richer information content.

#alias mroe more
I often mistype the more command as “mroe,” so this automatically rectifies my error whenever I make this mistake.

#alias ls=’ls -F’
#alias mroe=more

Extract zip, tar.gz, tar.bz2

Do you a Linuxer? Do you have some compressed file on your computer? I think, you have. We know, there are any kind of software which good job on compressed or uncompressed documents. On linux we known like Xarchiver.

Much of them come with graphical interface, it's OK. Do you love your linux? if you love it, I think you should try to learn about text base command. There are too much text base command on the linux os. Now, look the tittle of this post " Extract file zip, tar.gz,  tar.bz2 ".

OK, lets go to the area :

1. Extract tar.gz file.
Use this command, from the shell type

  • # tar -xzf file_name.tar.gz or
  • # tar -xvzf file_name.tar.gz

look :

  • tar -xzf abc.tar.gz
  • tar -xvzf file_name.tar.gz

Note :: additional -v  on the command will show the file(s) to be processed. All file will show to us.


2. Extract zip file
The command to extract zip file is :

  • #unzip file_name.zip

look this : unzip abc.zip

The documentation of this coimmand is just type #man unzip on the shell. The command will show us like this

just read the text, and learn what can we do.

3. Extract tar.bz2
For these files, the way to extract is :


  • #tar -xjf file_name.tar.bz2

or

  • #tar -xvjf file_name.tar.bz2

Documentation for this command, on the shell type #man tar

OK, we knew that it's only a little, but I wish it'll useable.

Extract zip, tar.gz, tar.bz2

Do you a Linuxer? Do you have some compressed file on your computer? I think, you have. We know, there are any kind of software which good job on compressed or uncompressed documents. On linux we known like Xarchiver.

Much of them come with graphical interface, it's OK. Do you love your linux? if you love it, I think you should try to learn about text base command. There are too much text base command on the linux os. Now, look the tittle of this post " Extract file zip, tar.gz,  tar.bz2 ".

OK, lets go to the area :

1. Extract tar.gz file.
Use this command, from the shell type

  • # tar -xzf file_name.tar.gz or
  • # tar -xvzf file_name.tar.gz

look :

  • tar -xzf abc.tar.gz
  • tar -xvzf file_name.tar.gz

Note :: additional -v  on the command will show the file(s) to be processed. All file will show to us.


2. Extract zip file
The command to extract zip file is :

  • #unzip file_name.zip

look this : unzip abc.zip

The documentation of this coimmand is just type #man unzip on the shell. The command will show us like this

just read the text, and learn what can we do.

3. Extract tar.bz2
For these files, the way to extract is :


  • #tar -xjf file_name.tar.bz2

or

  • #tar -xvjf file_name.tar.bz2

Documentation for this command, on the shell type #man tar

OK, we knew that it's only a little, but I wish it'll useable.

Reflective Text Like This " sıɥʇ ǝʞıl ʇxǝʇ ǝʌıʇɔǝlɟǝɹ "

Hello Jo..
Have you ever seen a text " ¡¡ǝɹns ˙ʇxǝʇ ǝʌıʇɔǝlɟǝɹ sıɥʇ 'ǝʞıl ı ", rotate your screen to read the sentence correctly!! just kidding.  I think much of you ever seen text like that at several online media. Facebook , on the chating media like YM, pidgin, Gyache ? Yap one of them. Do you know how to make a text like that ? A simple way to make a reflective text is come to this site. Yap this site is profiding a refective text on the right corner below.


How to make it happen? It's a simple. Very simple, no matter who you are. Just typing sentence or text on the above side textbox, so you'll seen the reflective of you've writen below, suddenly. Afterward, just copy  then paste the refective text to the place you want, like text editor or sossial site like facebook.

A simple, it's too simple for people like you. If you like it, just go here!
Jo..

Reflective Text Like This " sıɥʇ ǝʞıl ʇxǝʇ ǝʌıʇɔǝlɟǝɹ "

Hello Jo..
Have you ever seen a text " ¡¡ǝɹns ˙ʇxǝʇ ǝʌıʇɔǝlɟǝɹ sıɥʇ 'ǝʞıl ı ", rotate your screen to read the sentence correctly!! just kidding.  I think much of you ever seen text like that at several online media. Facebook , on the chating media like YM, pidgin, Gyache ? Yap one of them. Do you know how to make a text like that ? A simple way to make a reflective text is come to this site. Yap this site is profiding a refective text on the right corner below.


How to make it happen? It's a simple. Very simple, no matter who you are. Just typing sentence or text on the above side textbox, so you'll seen the reflective of you've writen below, suddenly. Afterward, just copy  then paste the refective text to the place you want, like text editor or sossial site like facebook.

A simple, it's too simple for people like you. If you like it, just go here!
Jo..

Zencafe : Reboot, Shutdown, Turn off screen From CCL Fox Server



How to shutdown or reboot pc clients on Zencafe using CCLFOX ?


Zencafe is a Linux distribution wich specialized design for internet cafe used. This distro is a modification of zenwalk for Indonesian internet cafe. As we known zenwalk is a varian of the stable linux Slackware. Zencafe come with Xfce as their desktop environment, so it light to operate. The distributor said, it's OK runing Zencafe on the minimum spec PC with 128 MB RAM on PII or the same level.

Actually it's wright that zencafe is a lightweight Indonesian linux distribution, as the answer of IGOS ( Indonesia Goes To Open Source ) campaign. As a speciallized use for internet cafe? Yap... So, what the service which come with this linux? Offcourse Billing system. Zencafe come with CCL Fox builtin. After installation finished, this billing will stay on the system.


We just need a little modification with the billing, like prising, setup time, product and some other. After that all we done, on the server then try to check connection to the client. All we need to make connection at the client side is setup the ip target to the ip's server computer. Set the computer server as a billing server and client computer as a client billing. It's not too difficult, just fill some point on the billing client. After all done restart the client computer, if our setup are succed shown with the running billing before user can access the pc client and the client icon show up on the pc server. Don't forget to check prising on the server,is it runing? If both client and server are OK, like connection and prising we should say yess... ;) or Yess I can do it!!!



What the matter of CCL Fox used with Zencafe ?

The problem is "That we cannot restart or shutdown" the pc client from server. It mean we must go to the client computer one by one then power off the computer. It look like  not a good activity when we does  everyday, 7 days a week. So what must we do to make it easier ?

Here the answer :

All these  on the client side

  1. Go to the shell terminal as root. On the prompt type #su root then fill the root password
  2. Goto the /sbin folder. #cd /sbin
  3. On that directory type #chmod 775 reboot and then #chmod 775 shutdown

After that step  we will be able to :

  1. Turn off screen : turn off screen of the pc client
  2. Reboot : reboot pc client
  3. Turn off : shutdown / turn off pc client

That all? Yap, that all just we do from the server side. That mean a little do get the great result. So... it's the time to say..

Yess I can do it!!!

At our native daily  language  ( bahasa Indonesia kami )
                Aku berhasil Jo....

Zencafe : Reboot, Shutdown, Turn off screen From CCL Fox Server



How to shutdown or reboot pc clients on Zencafe using CCLFOX ?


Zencafe is a Linux distribution wich specialized design for internet cafe used. This distro is a modification of zenwalk for Indonesian internet cafe. As we known zenwalk is a varian of the stable linux Slackware. Zencafe come with Xfce as their desktop environment, so it light to operate. The distributor said, it's OK runing Zencafe on the minimum spec PC with 128 MB RAM on PII or the same level.

Actually it's wright that zencafe is a lightweight Indonesian linux distribution, as the answer of IGOS ( Indonesia Goes To Open Source ) campaign. As a speciallized use for internet cafe? Yap... So, what the service which come with this linux? Offcourse Billing system. Zencafe come with CCL Fox builtin. After installation finished, this billing will stay on the system.


We just need a little modification with the billing, like prising, setup time, product and some other. After that all we done, on the server then try to check connection to the client. All we need to make connection at the client side is setup the ip target to the ip's server computer. Set the computer server as a billing server and client computer as a client billing. It's not too difficult, just fill some point on the billing client. After all done restart the client computer, if our setup are succed shown with the running billing before user can access the pc client and the client icon show up on the pc server. Don't forget to check prising on the server,is it runing? If both client and server are OK, like connection and prising we should say yess... ;) or Yess I can do it!!!



What the matter of CCL Fox used with Zencafe ?

The problem is "That we cannot restart or shutdown" the pc client from server. It mean we must go to the client computer one by one then power off the computer. It look like  not a good activity when we does  everyday, 7 days a week. So what must we do to make it easier ?

Here the answer :

All these  on the client side

  1. Go to the shell terminal as root. On the prompt type #su root then fill the root password
  2. Goto the /sbin folder. #cd /sbin
  3. On that directory type #chmod 775 reboot and then #chmod 775 shutdown

After that step  we will be able to :

  1. Turn off screen : turn off screen of the pc client
  2. Reboot : reboot pc client
  3. Turn off : shutdown / turn off pc client

That all? Yap, that all just we do from the server side. That mean a little do get the great result. So... it's the time to say..

Yess I can do it!!!

At our native daily  language  ( bahasa Indonesia kami )
                Aku berhasil Jo....

Friday, November 27, 2009

Playdeb Gudang Game Linux Ubuntu








Playdeb - gudang game ubuntu



Kadang saat kita lama didepan komputer ada keinginan untuk sekedar merileks kan diri. Denger musik, nonton film atau pun bermain game. Nah jo... bermain game? katanya linux ga bisa main game? Ga juga sih, apalagi untuk ubuntu koala 9.10. Saat udah terinstall, disana kita bisa memilih banyak game yang sesuai dengan selera kita. Tinggal koneksikan PC kita dengan jaringan internet, trus pilih Applications, Ubuntu Software Center.


Nah jo.. liat, disana ternyata banyak pilihan untuk aplikasi apa saja yang ingin kita pasang. Dari banyak kriteria tersebut, pilihlah mana yang kita mau. Untuk game ya tinggal klik dan pilih dari daftarnya. Ga puas dengan yang ada?

Oke.. ternyata ada alternatif lain untuk kita milih game. Salah satunya bisa kita dapatkan dari Playdeb. Klik ajah playdeb. Yups.. playdeb, tempat mangkalnya banyak aplikasi khusus game buat ubuntu, seperti halnya getdeb , disini kita bisa mencari aplikasi game dari berbagai kriteria :
  • Emulator
  • FPS
  • Education
  • Puzzle
  • Action
  • Strategy
  • Simulation
  • RPG ,dsb.

Seperti halnya getdeb, disini kita untuk bisa menginstall game pilihan harus mengikuti rule, aturan yang ada. Diantaranya adalah dengan cara :
  • Mengkonfigurasi repository secara manual : System-Administration_Software Sources tambahkan deb http://archive.getdeb.net/ubuntu karmic-getdeb games
  • Tambahkan repository GPG key, dari terminal ketik wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  • Atau dari terminal, ketikan sudo gedit /etc/apt/sources.list , nah pada bagian akhir masukkan deb http://archive.getdeb.net/ubuntu karmic-getdeb games , simpan dan keluar dari editor gedit. 

Note : gedit bisa diganti dengan teks editor favorit kita


  • Trus dari terminal ketik sudo apt-get update untuk mengapdatenya, baru pada playdeb klik "Install this now" pada game pilihan kita. Tunggu prosesnya sampai selesai.





  Mainkan jo...

Playdeb Gudang Game Linux Ubuntu








Playdeb - gudang game ubuntu



Kadang saat kita lama didepan komputer ada keinginan untuk sekedar merileks kan diri. Denger musik, nonton film atau pun bermain game. Nah jo... bermain game? katanya linux ga bisa main game? Ga juga sih, apalagi untuk ubuntu koala 9.10. Saat udah terinstall, disana kita bisa memilih banyak game yang sesuai dengan selera kita. Tinggal koneksikan PC kita dengan jaringan internet, trus pilih Applications, Ubuntu Software Center.


Nah jo.. liat, disana ternyata banyak pilihan untuk aplikasi apa saja yang ingin kita pasang. Dari banyak kriteria tersebut, pilihlah mana yang kita mau. Untuk game ya tinggal klik dan pilih dari daftarnya. Ga puas dengan yang ada?

Oke.. ternyata ada alternatif lain untuk kita milih game. Salah satunya bisa kita dapatkan dari Playdeb. Klik ajah playdeb. Yups.. playdeb, tempat mangkalnya banyak aplikasi khusus game buat ubuntu, seperti halnya getdeb , disini kita bisa mencari aplikasi game dari berbagai kriteria :
  • Emulator
  • FPS
  • Education
  • Puzzle
  • Action
  • Strategy
  • Simulation
  • RPG ,dsb.

Seperti halnya getdeb, disini kita untuk bisa menginstall game pilihan harus mengikuti rule, aturan yang ada. Diantaranya adalah dengan cara :
  • Mengkonfigurasi repository secara manual : System-Administration_Software Sources tambahkan deb http://archive.getdeb.net/ubuntu karmic-getdeb games
  • Tambahkan repository GPG key, dari terminal ketik wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  • Atau dari terminal, ketikan sudo gedit /etc/apt/sources.list , nah pada bagian akhir masukkan deb http://archive.getdeb.net/ubuntu karmic-getdeb games , simpan dan keluar dari editor gedit. 

Note : gedit bisa diganti dengan teks editor favorit kita


  • Trus dari terminal ketik sudo apt-get update untuk mengapdatenya, baru pada playdeb klik "Install this now" pada game pilihan kita. Tunggu prosesnya sampai selesai.





  Mainkan jo...

Getdeb - Gudang Software Ubuntu

Seperti kita pahami, ubuntu benar-benar memiliki dukungan yang luas. Bukan hanya secara personal tapi juga terus mendapatkan support yang luas dari komunitasnya pun pengembangnya. Saat kita membutuhkan bermacam aplikasi untuk kita gunakan dalam bekerja, entertaint maupun sekedar aplikasi kecil lainnya.

Untuk pemakai  ubuntu dan banyak lagi variannya, beruntunglah anda. Karena apa? karena kita bisa mendapatkan bejibun aplikasi dari satu situs yang men suport linux jenis ini. Coba masuklah ke http://www.getdeb.net/welcome.


Saat halamannya telah  termuat sempurna, disana pilihlah terlebih dahulu, jenis dari ubuntu kita, 9.04 atau 9.10 atau bahkan all release.Kalau kita udah memilih release nya, kini saatnya untuk menuju ke bagian Apps yang sebenarnya berisi daftar dari aplikasi yang tersedia di situs ini dan dapat di install ke sistem kita. Yap.. dapat di install jo..

Biar ga terlalu pusing dengan banyaknya aplikasi yang muncul, maka ga salah kalau kita memilih genre yang juga telah disediakan di situ. Genre ini maksudnya adalah hanya akan menampilkan daftar dari aplikasi sesuai dengan apa yang kita pilih genrenya. Kalau kita tidak memilihnya maka semua aplikasi dari berbagai genre / kategori akan ditampilkan.

Daftar Genre yang tersedia adalah :
  1. Programming
  2. Graphics
  3. Video Tools
  4. Tools 
  5. Internet
  6. Audio
  7. Office
  8. Education
  9. Science
Cukup banyak juga ya? makanya ga salah kalau kita memilih genrenya dulu biar ga puyeng nyari aplikasinya.

Kalau udah ketemu aplikasi yang kita cari, maka seperti pada tampilannya, kita tinggal click Install this now, dan aplikasi yang kita butuhkan akan segera terinstall di sistem kita. ikuti ajah langkah-langkahnya sampai selesai.




Oia, kadang untuk menginstallnya kita perlu sedikit mengedit file /etc/apt/sources.list kita, maka editlah file tersebut sesuai dengan petunjuknya.

 
Biasanya kita disuruh untuk menambahkan baris list tertentu di ubuntu kita yaitu:
deb http://archive.getdeb.net/ubuntu karmic-getdeb apps

dan itu ga terlalu susah. Cukup lakukan dengan perintah sudo gedit /etc/apt/sources.list , saat geditor udah menampilkan file sources.list maka tinggal copas aja baris itu ke dalamnya dibagian akhir file sources.list kita. setelah itu simpan dan tutup gedit nya.oiah... jangan lupa untuk mengetikkan sudo apt-get update dari terminal [ Applications, Accesories, Terminal ]




Kalau beres kita bisa segera menggunakan aplikasi pilihan kita tadi.Asoy jo...

Note :

  • Di sitenya kita bisa juga mencari program kita dengan mengetikkannya di Search pada ujung kanan bagian atas.

Getdeb - Gudang Software Ubuntu

Seperti kita pahami, ubuntu benar-benar memiliki dukungan yang luas. Bukan hanya secara personal tapi juga terus mendapatkan support yang luas dari komunitasnya pun pengembangnya. Saat kita membutuhkan bermacam aplikasi untuk kita gunakan dalam bekerja, entertaint maupun sekedar aplikasi kecil lainnya.

Untuk pemakai  ubuntu dan banyak lagi variannya, beruntunglah anda. Karena apa? karena kita bisa mendapatkan bejibun aplikasi dari satu situs yang men suport linux jenis ini. Coba masuklah ke http://www.getdeb.net/welcome.


Saat halamannya telah  termuat sempurna, disana pilihlah terlebih dahulu, jenis dari ubuntu kita, 9.04 atau 9.10 atau bahkan all release.Kalau kita udah memilih release nya, kini saatnya untuk menuju ke bagian Apps yang sebenarnya berisi daftar dari aplikasi yang tersedia di situs ini dan dapat di install ke sistem kita. Yap.. dapat di install jo..

Biar ga terlalu pusing dengan banyaknya aplikasi yang muncul, maka ga salah kalau kita memilih genre yang juga telah disediakan di situ. Genre ini maksudnya adalah hanya akan menampilkan daftar dari aplikasi sesuai dengan apa yang kita pilih genrenya. Kalau kita tidak memilihnya maka semua aplikasi dari berbagai genre / kategori akan ditampilkan.

Daftar Genre yang tersedia adalah :
  1. Programming
  2. Graphics
  3. Video Tools
  4. Tools 
  5. Internet
  6. Audio
  7. Office
  8. Education
  9. Science
Cukup banyak juga ya? makanya ga salah kalau kita memilih genrenya dulu biar ga puyeng nyari aplikasinya.

Kalau udah ketemu aplikasi yang kita cari, maka seperti pada tampilannya, kita tinggal click Install this now, dan aplikasi yang kita butuhkan akan segera terinstall di sistem kita. ikuti ajah langkah-langkahnya sampai selesai.




Oia, kadang untuk menginstallnya kita perlu sedikit mengedit file /etc/apt/sources.list kita, maka editlah file tersebut sesuai dengan petunjuknya.

 
Biasanya kita disuruh untuk menambahkan baris list tertentu di ubuntu kita yaitu:
deb http://archive.getdeb.net/ubuntu karmic-getdeb apps

dan itu ga terlalu susah. Cukup lakukan dengan perintah sudo gedit /etc/apt/sources.list , saat geditor udah menampilkan file sources.list maka tinggal copas aja baris itu ke dalamnya dibagian akhir file sources.list kita. setelah itu simpan dan tutup gedit nya.oiah... jangan lupa untuk mengetikkan sudo apt-get update dari terminal [ Applications, Accesories, Terminal ]




Kalau beres kita bisa segera menggunakan aplikasi pilihan kita tadi.Asoy jo...

Note :

  • Di sitenya kita bisa juga mencari program kita dengan mengetikkannya di Search pada ujung kanan bagian atas.

Thursday, November 26, 2009

Ini Postingan Ga Perlu Banget

Sungguh ini sepertinya satu postingan yang ga perlu banget. Ga perlu karena apa yang ditulis disini juga ada di sananya. Judulnya sih emang "Ini Postingan Ga Perlu Banget", tapi isinya bukan itu. Jauh beda ama tuh judul diatas.

Ini nih isinya.... Cara Isi Ulang Kartu FleXXX Trendy Card..... Tentunya diantara kita ada yang pakai jasa operator cdma pertama di Indonesia itu. Kebetulan siang ini saya nemuin ada satu ( 1 ) voucher phisik yang udah di gosok-gosok kodenya, ( sepertinya punya Om Rayga ). Artinya tuh voucher udah ga bisa dipakai lagi. Iseng-iseng saya baca tuh kartu. Intinya untuk ngisi voucher phisik ke no FlXXX, kita butuh langkah-langkah berikut :

  1. Gosok bagian pelindung
  2. Hubungi *99* dan dengarkan panduannya
  3. Tekan "1" untuk pengisian pulsa
  4. Masukkan 14 digit ( kode yang tadi digosok ) diakhiri dengan " # "
  5. Pencet Call
Kartu FlXXX akan terisi secara otomatis bila prosesnya berjalan dengan benar. Hehehe... Ga penting banget sih ni postingan....

Ini ada infonya :
  • Waktu Aktif : 15 hari
  • Waktu Tenggang : 60 hari

Ini Postingan Ga Perlu Banget

Sungguh ini sepertinya satu postingan yang ga perlu banget. Ga perlu karena apa yang ditulis disini juga ada di sananya. Judulnya sih emang "Ini Postingan Ga Perlu Banget", tapi isinya bukan itu. Jauh beda ama tuh judul diatas.

Ini nih isinya.... Cara Isi Ulang Kartu FleXXX Trendy Card..... Tentunya diantara kita ada yang pakai jasa operator cdma pertama di Indonesia itu. Kebetulan siang ini saya nemuin ada satu ( 1 ) voucher phisik yang udah di gosok-gosok kodenya, ( sepertinya punya Om Rayga ). Artinya tuh voucher udah ga bisa dipakai lagi. Iseng-iseng saya baca tuh kartu. Intinya untuk ngisi voucher phisik ke no FlXXX, kita butuh langkah-langkah berikut :

  1. Gosok bagian pelindung
  2. Hubungi *99* dan dengarkan panduannya
  3. Tekan "1" untuk pengisian pulsa
  4. Masukkan 14 digit ( kode yang tadi digosok ) diakhiri dengan " # "
  5. Pencet Call
Kartu FlXXX akan terisi secara otomatis bila prosesnya berjalan dengan benar. Hehehe... Ga penting banget sih ni postingan....

Ini ada infonya :
  • Waktu Aktif : 15 hari
  • Waktu Tenggang : 60 hari

Unlock Password Bios Toshiba Satellite A80

Akhirnya, jebol juga proteksi Password Bios Notebook Toshiba Satelite A80. Setelah beberapa hari ga nemu juga triknya, setelah cukup pusing kepala dibikinnya. Bongkar pasang, nyari jalur, batre dan jumpernya. Akhirnya kena juga. Kena deh lu....

Ternyata untuk memulihkan setingan bios toshiba satelite A80, ga perlu pusing-pusing, bongkar pasang casing segala. Sebelumnya udah dicoba cara-cara klasik nebak key default untuk phoenix bios nya, dengan berbagai kombinasi kata-kata. Tapi  hasilnya nihil. Sempet lama hunting juga, ngikutin materi perkuliahan di google universitat, ey.. ga masuk juga tuh materi. Apa karena saya yang emang ga lucky nemuin dosennya yah ? ;)

Udah ah, yang penting saat nulis ini, passwordnya udah bisa di "Lewat Jo". Tinggal beresin di sana-sini dikit. Oia sedikit iklan yah? Untuk dokumentasinya, kita dapat suport dari micell tuh, dengan Sonyericsson K550i    nya, so bisa dapet hasil jepretan di sini. Biarpun agak burem ( atau emang burem banget yah ? ) ga penting, yang penting ada potonya di postingan ini. hehehe....

Singkatnya gini deh, Toshiba A80 ntu memiliki key untuk mereset setingan bios. Yang jadi masalah adalah bahwa di boarnya yang dua sisi atas dan bawahnya tuh ga ada petunjuk sebagai tempat untuk meresetnya. Yang saia inget dari riset mereset bios adalah bahwa titiknya biasanya adalah jp1. Kaya di mainboard desktop. Nah dari situ, kita coba untuk mencarinya. Butuh waktu lumayan lama untuk menemukan tersangkanya.

Senjata apa yang dibutuhkan ?
  • Satu ( 1 ) AK47 alias obeng ( + )
  • Satu SS1 alias obeng ( - )
  • Satu C4 keyakinan, bahwa kita akan mampu melakukannya. hehe..

Tersangkanya kemana? ternyata dia sembunyi di balik gedung tua  eh bukan, tapi di bawah slot memori yang ada pada penampang board bagian bawah. Mungkin karena takut dengan set persenjataan kita :). Artinya untuk mengaksesnya, kita perlu membuka penutup casing bagian bawah. Agak ditengah posisinya.

Lihatlah, disana ada satu blok besar, dekat dengan kipas di bagian bawah serta titik kait untuk optical drive nya. Ya, disanalah letaknya. Serang dengan AK47 obeng +, maka akan menemukan 2 slot memori di sana.

Ini dia point to pint nya :
  1. Baiknya buka dan lepaskan baterai notebook
  2. Buka atau angkat RAM yang ada
  3. Carilah jp / pin dengan warna keemasan di bagian ujung salah satu slot Slot RAM itu
  4. Amati sebentar, apa benar dengan yang kita temukan?
  5. Kalau udah yakin, ambillah SS1 obeng ( - ), saya menggunakannya. untuk melakukan short ( menghubungkan bagian yang terpisah).
  6. Short atau hubungkan kedua  bagian pada tersangka itu selam beberapa saat. Kalau penasaran boleh sampai setengah menit. Kalau udah kesemutan, lepaskan... hehe.. :)
  7. Pasang kembali RAM, tutuplah penutup bawah yang tadi dibuka.
  8. Pasanglah baterai notebook.
  9. Pencet tombol power, tunggu dan liat hasilnya. Kalau berhasil ucapkan "Aku bisa.. Aku bisa ;) hehey.. kalau belum, coba lagi shortnya, mungkin kurang pas.
NB.
*  batre di lepas


    Harusnya, kalau semua prosesinya sesuai yang diatas tadi, kita berhasil melakukan pembobolan dengan sukses. Biar jelas ini hasil jepretan yang burem tadi. Biar burem tapi saia harap masih bisa diliat. Maklum tadi lupa ga pakai setingan makro waktu shot gambarnya.




    Dus, ini gambarnya jo...














    Unlock Password Bios Toshiba Satellite A80

    Akhirnya, jebol juga proteksi Password Bios Notebook Toshiba Satelite A80. Setelah beberapa hari ga nemu juga triknya, setelah cukup pusing kepala dibikinnya. Bongkar pasang, nyari jalur, batre dan jumpernya. Akhirnya kena juga. Kena deh lu....

    Ternyata untuk memulihkan setingan bios toshiba satelite A80, ga perlu pusing-pusing, bongkar pasang casing segala. Sebelumnya udah dicoba cara-cara klasik nebak key default untuk phoenix bios nya, dengan berbagai kombinasi kata-kata. Tapi  hasilnya nihil. Sempet lama hunting juga, ngikutin materi perkuliahan di google universitat, ey.. ga masuk juga tuh materi. Apa karena saya yang emang ga lucky nemuin dosennya yah ? ;)

    Udah ah, yang penting saat nulis ini, passwordnya udah bisa di "Lewat Jo". Tinggal beresin di sana-sini dikit. Oia sedikit iklan yah? Untuk dokumentasinya, kita dapat suport dari micell tuh, dengan Sonyericsson K550i    nya, so bisa dapet hasil jepretan di sini. Biarpun agak burem ( atau emang burem banget yah ? ) ga penting, yang penting ada potonya di postingan ini. hehehe....

    Singkatnya gini deh, Toshiba A80 ntu memiliki key untuk mereset setingan bios. Yang jadi masalah adalah bahwa di boarnya yang dua sisi atas dan bawahnya tuh ga ada petunjuk sebagai tempat untuk meresetnya. Yang saia inget dari riset mereset bios adalah bahwa titiknya biasanya adalah jp1. Kaya di mainboard desktop. Nah dari situ, kita coba untuk mencarinya. Butuh waktu lumayan lama untuk menemukan tersangkanya.

    Senjata apa yang dibutuhkan ?
    • Satu ( 1 ) AK47 alias obeng ( + )
    • Satu SS1 alias obeng ( - )
    • Satu C4 keyakinan, bahwa kita akan mampu melakukannya. hehe..

    Tersangkanya kemana? ternyata dia sembunyi di balik gedung tua  eh bukan, tapi di bawah slot memori yang ada pada penampang board bagian bawah. Mungkin karena takut dengan set persenjataan kita :). Artinya untuk mengaksesnya, kita perlu membuka penutup casing bagian bawah. Agak ditengah posisinya.

    Lihatlah, disana ada satu blok besar, dekat dengan kipas di bagian bawah serta titik kait untuk optical drive nya. Ya, disanalah letaknya. Serang dengan AK47 obeng +, maka akan menemukan 2 slot memori di sana.

    Ini dia point to pint nya :
    1. Baiknya buka dan lepaskan baterai notebook
    2. Buka atau angkat RAM yang ada
    3. Carilah jp / pin dengan warna keemasan di bagian ujung salah satu slot Slot RAM itu
    4. Amati sebentar, apa benar dengan yang kita temukan?
    5. Kalau udah yakin, ambillah SS1 obeng ( - ), saya menggunakannya. untuk melakukan short ( menghubungkan bagian yang terpisah).
    6. Short atau hubungkan kedua  bagian pada tersangka itu selam beberapa saat. Kalau penasaran boleh sampai setengah menit. Kalau udah kesemutan, lepaskan... hehe.. :)
    7. Pasang kembali RAM, tutuplah penutup bawah yang tadi dibuka.
    8. Pasanglah baterai notebook.
    9. Pencet tombol power, tunggu dan liat hasilnya. Kalau berhasil ucapkan "Aku bisa.. Aku bisa ;) hehey.. kalau belum, coba lagi shortnya, mungkin kurang pas.
    NB.
    *  batre di lepas


      Harusnya, kalau semua prosesinya sesuai yang diatas tadi, kita berhasil melakukan pembobolan dengan sukses. Biar jelas ini hasil jepretan yang burem tadi. Biar burem tapi saia harap masih bisa diliat. Maklum tadi lupa ga pakai setingan makro waktu shot gambarnya.




      Dus, ini gambarnya jo...














      Monday, November 23, 2009

      The Choice of Freedom

      There are :



      many choices


      many colors


      many style


      many option


      But for my System...


      I believe...


      very sure..


      no doubt..



      This is my choice


      as my voice


      Linux


      I use it


      The Choice of Freedom