Silahkan,...,

siapa saja boleh, tanpa ada batasan apapun.

Kamis, 11 Februari 2010

Perintah dasar FreeBSD


  • ‘cd’ = change directory (pindah ke directory …)

  • ‘ls’ = list (me-list semua directory dan file yang ada disuatu directory)

  • ‘rm’ = remove (menghapus suatu file)

  • ‘mkdir’ = make directory (membuat directory/folder)

  • ‘clear’ = menghapus semua layar dari perintah-perintah yang pernah kita buat

  • ‘ps’ = processing status (melihat proses yang sedang bekerja di mesin)

  • ‘kill’ = menghentikan suatu proses

  • ‘cp’ = copy (untuk mengcopy suatu file)

  • ‘whoami’ = untuk mengetahui sebagai apa kita menjalan mesin tersebut

  • ‘pwd’ = untuk mengetahui kalo kita sedang berada di directory …

  • ‘tar’ = untuk mengekstrak file compress (file nya harus bertipe .tar.gz)

  • ‘compress’ = untuk mengkompress suatu file atau directory

  • ‘whereis’ = untuk mengetahui terletak di directory mana suatu file itu berada

  • ‘mv’ = memindahkan suatu file ke directory lain atau merubah nama suatu file

  • ‘passwd’ = untuk merubah password account yang sedang dipakai

  • ‘ee’ = easy editor (suatu program editor text seperti notepad jika di Windows)

  • 1. Install FreeBSD hingga selesai

    2. Masukan ip nya :

    Edit file rc.conf.

    - suwal#ee /etc/rc.conf

    contoh :

    defaultrouter=”202.xxx.xxx.xxx” –> default router
    gateway_enable=”YES”
    hostname=”suwal.suwil.net”
    ifconfig_fxp0=”inet 202.xxx.xxx.xxx netmask 255.255.255.240″ -> ke arah ISP
    ifconfig_fxp1=”inet 192.168.0.3 netmask 255.255.255.0″ -> ke LAN kita


    keymap=”us.iso”
    sshd_enable=”YES” –> aktifkan ssh
    ipnat_enable=”YES” –> aktifkan ipnat
    3. Adduser

    suwal# adduser
    Username: gowang
    Full name:
    Uid (Leave empty for default):
    Login group [gowang]: wheel
    Login group is wheel. Invite gowang into other groups? []:
    Login class [default]:
    Shell (sh csh tcsh nologin) [sh]: tcsh
    Home directory [/home/gowang]:
    Use password-based authentication? [yes]:
    Use an empty password? (yes/no) [no]:
    Use a random password? (yes/no) [no]:
    Enter password:
    Enter password again:
    Lock out the account after creation? [no]:
    Username : gowang
    Password : *****
    Full Name :
    Uid : 1004
    Class :
    Groups : wheel
    Home : /home/gowang
    Shell : /bin/tcsh
    Locked : no
    OK? (yes/no): yes
    adduser: INFO: Successfully added (gowang) to the user database.
    Add another user? (yes/no): no
    Goodbye!

    4. Buat file ipnat.rules nya

    - suwal# ee /etc/ipnat.rules

    conto nya : map fxp0 192.168.0.0/24 -> 202.xxx.xxx.xxx/32

    5. Setelah itu reboot terlebih dahulu, agar script di rc.conf nya dapat di load….

    6. Selesai

    Minggu, 07 Februari 2010

    pertanyaan

    1. Menghubungkan dua buah jaringan yang berbeda, tepatnya mengarahkan rute yang terbaik untuk mencapai network yang diharapkan disebut?
     a. fungsi LAN
     b. fungsi WAN
     c. fungsi MAN
     d. fungsi Router
     e. fungsi kabel UTP

    2. Bluelink merilis wireless router WiFi seri N yang memiliki kemampuan tranfer data mencapai?
     a. 85 Mbps hingga 95 Mbps
     b. 60 Mbps hingga 80 Mbps
     c. 56 Mbps hingga 69 Mbps
     d. 70 Mbps hingga 80 Mbps

    3. Router yang digunakan untuk menghubungkan jaringan lokal ke sebuah koneksi DSL disebut?
     a. Lokal Router
     b. DSL Router
     c. Wireles Router
     d. Switch Router
     e. Bridge Router

    4. Pengaturan routing paling sederhana yang dapat dilakukan pada jaringan komputer disebut?
     a. Routing statik
     b. Routing fleksibel
     c. Routing dinamik
     d. Routing protocol
     e. Routing router

    5. Dibawah ini yang termasuk jenis jenis Router yang paling benar adalah:
     a. Router aplikasi, router PC, router Hardware
     b. Router PC, router Hardware, Router Dinamik
     c. Router Dinamik, router Statik, router Aplikasi
     d. Router software, router Hardware, router Aplikasi
     e. Semuanya Benar