Your Ad Here

7/30/2008

Belajar Linux Tidak Sesulit Yang Dikira ;)

Sudah terbiasa pake windows N gax ngerti cara belajar linux dari awal ? Sekali lagi tidak perlu khawatir. karena jika anda memang benar2 ingin belajar pasti akan bisa, karena saat ini banyak Link yang mengajarkan tentang linux kepada anda secara mendetail bagaimana bekerja diatas Linux. Dalam sekejap anda akan menguasai bagaimana mengontrol desktop, menggunakan browser, file manager, melakukan administrasi server control center, memanage paket software (update, delete), dan sebagainya. Jangan lupa untuk melengkapi pengetahuan Linux anda dengan mempelajari manual

Dibawah ini ada beberapa Website yang mengajarkan dan membahas tentang linux dengan menggunakan bahasa indonesia, mungkin bagi anda yang pusing menghadapi bahasa Inggris, nah dibawah ini menggunakan bahasa Indonesia. Semoga semua ini bisa membantu anda yang ingin belajar tentang linux.... Nice Day... N ... Good Luck...

Link Dibawah Ini :

Terus bagaimana kalau ada kesulitan tanyanya ke siapa ? Di Indonesia ada komunitas Linux dimana mailing list-nya bisa menjadi teman anda dalam mencari solusi. Silakan pilih milis yang ingin anda langgan disini

Perintah Dasar MIRC

Perintah dasar DAL.NET

/nickserv register (password) (email) = register nick

/nickserv ghost (nick) (passwd) = kill ghost yaitu bila nick dipakai orang atau tertinggal di channel

/nickserv identify (password) = identify nick

/nickserv set kill (on/off) = set kill nick

/nickserv release (nick) = release nick

/nickserv drop (nick) = drop nick

/nickserv set passwd (passwd baru) = ganti password nick

/nickserv info (nick) = mengetahui informasi tentang nick


/nick (nick baru) = mengganti nickname anda

/notice (nick) (pesan) = notice ke nick

/join (#channel) = masuk chennel

/say (pesan) = seperti chat biasa

/part (#channel) = keluar dari channel

/msg (nick) (pesan) = kirim msg ke nick

/quit = keluar dari IRC

/notify (nick) = agar tau nick tersebut online / tidak

/notify - (nick) = menghilangkan (nick) dari notify list

/quit (pesan) = quit dengan pesan kamu

/server (nama server) = ganti server

/query (nick) = private msg ke user

/invite (nick) (#channel) = invite user

/dcc chat (nick) = dcc chat ke nick

/dcc send (nick) (filename) = kirim file

/mode (nick kamu) +I = ubah mode menjadi invisible (tidak kelihatan di /who #channel oleh orang)

/me (pesan) = untuk diminculkan ke semua channel yang kita OL

/list = melihat list semua chennel

/away (pesan) = pergi sesaat dengan pesan

/away = menyatakan balik dari away



Perintah Standar Untuk Operator Channel

/kick (#channel) (nick) = kick user

/topic (#channel) (topiknya) = mengganti topik channel

/kick (nick) (#channel) (alasan)= kick user dengan alasan

/mode (#channel) +b *!*@IPnya = Band IP user

/mode (#channel) +b nick! username@host.add.ress = Ban user

/mode (#channel) +o (nick) = memberikan Op pada user

/mode (#channel) – o (nick) = menurunkan user agar tidak Op lagi

/chanserv sop #ch add nick = memberi SOP

Cara Register Nick di MIRC

Perintah : /ns register password alamat@emal.com

Contoh : /ns register 123456 email_saya@email.com

Keterangan:
Perintah diatas akan mendaftarkan nickname yang sedang anda gunakan, dengan password 123456. Beberapa saat setelah anda menggunakan Perintah tersebut maka Dalnet akan mengirimkan email ke email adresed anda (email_saya@email.com). Untuk melengkapi pendaftaran nickname anda bukalah pesan email dari dalnet dan baca instruksi yang ada di email tersebut. Atau agar lebih mudah anda tinggal mencari Kata-Kata
/msg nickserv@services.dal.net AUTH (nickname anda) [kode nickname yang tertera di email] . Copy dan pastekan tulisan tersebut di IRC (untuk keamanan sebaiknya copy kan tulisan itu di STATUS window).


Identify Nickname Anda
Perintah : /identify password

Contoh : /identify 123456

Keterangan :
anda juga bisa melakukan identify terhadap nickname anda yang lain tanpa harus mengganti nickname yang sedang anda pakai saat ini. Contoh jika saat ini anda menggunakan nickname nick_saya anda bisa melakukan identify pada nickname nick_baru tanpa harus mengetik /nick nick_baru terlebih dahulu (contoh: /ns identify nick_baru 123456). Sebagai catatan bahwa nickname anda akan DROP jika tidak di identify selama 30 hari.


Menendang Nick kita Jika Dipakai Oleh Orang Lain
Perintah : /ns ghost nickname password

Contoh : /ns ghost nick_saya 123456

Keterangan :
Contoh tersebut berguna jika anda ingin menggunakan nickname anda, tapi seseorang sedang menggunakannya. Perintah ini akan men DISCONECT kan orang yang menggunakan nickname yang kita miliki.

Perintah Dasar Konsole

- ls (list) adalah perintah untuk melihat file ataupun direktory
contoh :
[kave@client1] $ ls -la
ini adalah melihat seluruh isi file yang ada dalam directory kave

- cp (copy) adalah perintah untuk mencopy/menggandakan file
contoh :
[kave@client1] $ cp namafile Newfile
ini adalah melihat mencopy file namafile dan dijadikan Newfile yang ada dalam direktory kave

- rm (remove) adalah perintah untuk menghapus file
contoh :
[kave@client1] $ rm namafile
ini adalah melihat menghapus sebuah file yang ada dalam direktory kave

- mv (move) adalah perintah untuk memindahkan file dari tempat lama ke tempat yang baru
contoh :
[kave@client1] $ mv /home/kave/directory01/namafile /home/kave/director002/namafile
ini adalah memindahakan namafile di direktory /home/kave/directory01/ ke directory
/home/kave/director02/

- pwd (parrent working directory) adalah perintah untuk menghapus melihat directory dimana kita berada saat ini
contoh :
[kave@client1] $ pwd namafile
ini adalah melihat menghapus sebuah file yang ada dalam direktory kave
- cd (change directory) adalah perintah untuk berpindah directory dimana kita berada saat ini ke tempat
atau directory baru
contoh :
[kave@client1] $ cd /mnt/public atau cd /home/kave
ini adalah berpindah ke dalam directory /mnt/public dan berpindah ke dalam directory /home/kave

- mkdir (make directory) adalah perintah untuk membuat directory
contoh :
[kave@client1] $ mkdir /home/kave/NewFolder
ini adalah membuat directory baru yang diletakkan di directory /home/kave/ dan dengan nama NewFolder

- rmdir (remove directory) adalah perintah untuk menghapus directory
contoh :
[kave@client1] $ rmdir /home/andi/NewFolder
ini adalah menghapus direktory yang berada di direktory /home/kave/ dengan nama NewFolder
- cat adalah perintah untuk melihat lebih lanjut isi dari sesuatu file (seperty perintah type dalam DOS)
contoh :
[kave@client1] $ cat namafile

- mc adalah Perintah untuk Menjalankan "Midnight Commander" sebagai file manager, cepat dan keren.

- ps (print status) adalah Melihat proses-proses yang dijalankan oleh kita
- df -h (disk free) adalah Perintah untuk Melihat informasi pemakaian disk pada seluruh system (in human-readable form)

- man (manual) adalah perintah untuk melihat manual dari suatu command (seperty perintah help/? dalam DOS)

- top adalah Perintah untuk melihat proses yang sedang terjadi dalam komputer dan akan menampilkan nomor PID dari
masing masing proses yang sedang berjalan
PID = Process ID

- kill adalah Perintah untuk membunuh/mematikan proses yang sedang berlangsung dalam sistem
contoh :
[kave@client1] $ kill 1234
(dimana nomor 1234 adalah nomor PID dari sebuah proses)
dapat dilihat nomor PID lewat perintah top

- killall adalah Perintah untuk membunuh/mematikan semua proses yang sedang berlangsung dalam sistem
contoh :
[kave@client1] $ killall

- clear adalah Perintah untuk membersihkan layar

Knew Linux Ubuntu

Linux was one of the operation systems that seized much attention of the users of the computer all over the world. But knew you from where from him Linux personally??? It was a student of nationality Filandia that was the first person who found him. Linus Thorvald's, so the name of his discoverer. It is not surprising that Linux was used to the name operating system like the name of his discoverer. In August 1991, Linus did the version 0,01. And in the same year, to be precise on October 5 1991, officially launched the version 0,02

The Linux Ubuntu history Ubuntu came from the African language namely “Humanity to Others” that meant “Humanity for fellow”. On the basis of so was launched by him Linux Ubuntu that was released during 2004. This operation system was to be the descendants from the operation system Linux that was other, namely Debian. Ubuntu was personally made with the aim: always free without the existence of the license cost, was open source (the code was open), and was ready to be utilized in the stable condition. Ubuntu was supported by the company named Canonical, Ltd that had the aim of helping the development, the distribution, and the promotion from products that was open source (the code was open). This company had headquarters in Europe and was led by someone named Mark Shuttle worth.

Since the first time being launched, Ubuntu received attention that was very big from the user Linux that was other. This was caused because of the stability that was owned by Ubuntu personally. Moreover comfort and the ease that were owned by Ubuntu to the attraction that was big for the Linux user all over the part of the world.

As for the Ubuntu version that was released and circulated was as follows :
1) the Version 4,10 (Warty Warthdog).
2) the Version 5,04 (Hoary Hedgedog).
3) the Version 5,10 (Breezy Badger).
4) the Version 6,06 (Drapper Drake).
5) the Version 6,10 (Edgy Eft).
6) the Version 7,04 (Feisty Fawn).
7) the Version 7,10 (Gutsy Gibbson).

For further information about Ubuntu, please visited www.ubuntu.com and www.canonical.com.

Linux History


Linux was created by Finnish computer scientist Linus Torvalds in 1991 as a Unix clone. Previously all big computers used one or another version of UNIX as their operating system. UNIX was created by programmers of Bell Labs in early 1960 and proved to be really good. So good that it became a de facto standard OS for practically all computers before the PC era. Linus being unsatisfied that he could not run Unix on his PC with Intel 386 processor decided to rewrite Unix from scratch.

But ability to run on cheap PC clones was not the only thing that made Linux special. What really created revolution in OS world was that Linus gave away his work for free. Though it was not uncommon to write freeware at that time Linux really broke the ice of free software foundation. The ability to see the source code, to improve it and share it with others to gain satisfaction inspired many programmers to dedicate many sleepless nights to work on it. It was improved and improved, so that ultimately it became even better than many commercial Unix packages.

Later Linux was distributed on GPL license which allowed everyone even to sell one's work on Linux for profit with the condition that the full source code should be supplied without any restrictions to use it. That also threw Linux into heated discussions about freedom, responsibility and other politicized things we will not speak about here. The main thing is that Linux with all wonderful features is free but getting the installation disk, getting the support and maintenance will cost you something. Source From This