Hotkey Gnome dan KDE

Hotkey GNOME

ALT+Tab = Memilih Daftar Task
Crtl+Alt+(F1-F12) = Command prompt
Crtl+Alt+Backspace = Restart X Windows
Crtl+C = Copy teks atau bagian yang dipilih ke clipboard
Alt+(leftclick mouse) = Tahan window/GUI dan menggerakkannya
Ctrl+F = Pindah desktop
Alt+F2 = Perlihatkan panel aplikasi run
Alt+F1 = Perlihatkan panel menu
Print = Ambil screenshot
Alt+Print = Ambil screenshot sebuah window
Ctrl+Alt+Arrow keys = Pindah workspace dengan mengarahkan ke workspace yang diinginkan
Ctrl+Alt+D = Perkecil semua window dan fokus ke dektop
Ctrl+Alt+Tab = Pindah fokus antara panel dan desktop
Alt+F4 = Tutup window yang sedang dibuka
Alt+F5 = Tidak jadi perbesar window yang sedang dibuka
Alt+F7 = Menggerakkan window yang sedang dibuka

Gnome and KDE Hotkeys

GNOME HotKeys

ALT+Tab = Task List Selection
Crtl+Alt+(F1-F12) = Command prompt
Crtl+Alt+Backspace = Restart XWindows
Crtl+C = Copy the selected text or region onto the clipboard
Alt+(leftclick mouse) = To hold on to the window/GUI and move it around
Ctrl+F = Switch to desktop
Alt+F2 = Show the panel run application dialog
Alt+F1 = Show the panel menu
Print = Take a screenshot

Disable Ctrl+Alt+Backspace untuk restart X di Gnome

Secara default di Desktop Gnome, seorg user dapat merestart X menggunakan Ctrl+Alt+Backspace. Untuk menghindari hal seperti itu bisa menggunakan tips dibawah ini.

Terlebih dahulu backup file xorg.conf menggunakan perintah berikut :

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Sekarang edit file tersebut dengan menggunakan perintah :

$ sudo vi /etc/X11/xorg.conf

Tambahkan baris berikut diakhir file xorg.conf :

Section “ServerFlags”

Option “DontZap” “yes”

EndSection

Simpan file yang telah diedit itu dengan menggunakan :x

Sekarang user tidak bisa lagi merestart X menggunakan Ctrl+Alt+Backspace :)

Disable Ctrl+Alt+Backspace to restart X in Gnome

On default Gnome Desktop, users can restart X using Ctrl+Alt+Backspace. To avoid it you can try this tips.
First you need to backup your xorg.conf file using the following command :

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Now you need to edit the file using the following command :

$ sudo vi /etc/X11/xorg.conf

Add the following lines at the end of xorg.conf file :

Multiple login yahoo messenger

Sering kali kita membutuhkan login yahoo messenger untuk beberapa ID. Dengan cara sederhana tanpa harus menggunakan software tambahan kita bisa menjalankan dua atau tiga account Yahoo Messenger secara bersamaan. Triknya dengan sedikit mengedit Windows Registry kita sudah bisa melakukannya, untuk itu ikutilah langka-langkah berikut ini :

1. Start ->Run lalu ketik regedit
2. Pilih HKEY_CURRENT_USER/Software/yahoo/pager/Test
3. Klik kanan pilih new -> DWORD value lalu rename menjadi Plural lalu klik ganda dan isi value 1

Tutup Windows Registry lalu coba kita jalankan Yahoo Messenger Anda sesudah login pertama lalu klik ganda icon Ym lagi untuk Login kedua dengan user yang berbeda. Selamat mencoba... 

Multiple login yahoo messenger

In normal condition, yahoo messenger can only open for one login. There is a simple way to make multiple yahoo messenger and you can login with multiple ID. All you need is to edit the Windows Registry and change the value.

1. Start ->Run type regedit
2. Choose HKEY_CURRENT_USER/Software/yahoo/pager/Test
3. Right Click then choose new -> DWORD value and rename it Plural. Double click and fill the value with 1

Close your Windows Registry. Open yahoo messenger , after one window then double click your yahoo messenger aplication again and login with different ID. Have nice try...

Sejarah Linux

Kernel Linux pada mulanya ditulis sebagai proyek hobi oleh pelajar universitas di Finlandia yaitu Linus Torvalds yang belajar di University of Helsinki, untuk membuat kernel Minix yang gratis dan dapat diedit. (Minix adalah projek pelajaran menyerupai UNIX dibuat untuk mudah digunakan dan bukannya untuk digunakan secara komersial.) Versi 0.01 dikeluarkan ke Internet pada September 1991, Versi 0.02 pada 5 Oktober 1991.
Berikutnya, beribu-ribu penulis program sukarelawan seluruh dunia telah menyertai proyek ini.