Minggu, 23 November 2008

Membangun reapeter dengan metode Wireless Distribution System (WDS) menggunakan mikrotik RB 433


Sering kali, kita ingin menggunakan Mikrotik Wireless untuk solusi point to point dengan mode jaringan bridge (bukan routing). Namun, Mikrotik RouterOS sendiri didesain bekerja dengan sangat baik pada mode routing. Kita perlu melakukan beberapa hal supaya link wireless kita bisa bekerja untuk mode bridge.

Mode bridge memungkinkan network yang satu tergabung dengan network di sisi satunya secara transparan, tanpa perlu melalui routing, sehingga mesin yang ada di network yang satu bisa memiliki IP Address yang berada dalam 1 subnet yang sama dengan sisi lainnya.

Namun, jika jaringan wireless kita sudah cukup besar, mode bridge ini akan membuat traffic wireless meningkat, mengingat akan ada banyak traffic broadcast dari network yang satu ke network lainnya. Untuk jaringan yang sudah cukup besar, saya menyarankan penggunaan mode routing.
Berikut ini adalah diagram network yang akan kita set.

Konfigurasi Pada Access Point

1. Buatlah sebuah interface bridge yang baru, berilah nama bridge1

klik interface kemudian tambahkan brige

Rabu, 15 Oktober 2008

LOAD BALANCING


Banyak pertanyaan dari teman-teman, terutama para operator warnet, admin jaringan sekolah/kampus dan korporasi tentang load balancing dua atau lebih koneksi internet. Cara praktikal sebenarnya banyak dijumpai jika kita cari di internet, namun banyak yang merasa kesulitan pada saat diintegrasikan. Penyebab utamanya adalah karena kurang mengerti konsep jaringan, baik di layer 2 atau di layer 3 protokol TCP/IP. Dan umumnya dual koneksi, atau multihome lebih banyak diimplementasikan dalam protokol BGP. Protokol routing kelas ISP ke atas, bukan protokol yang dioprek-oprek di warnet atau jaringan kecil.
Berikut beberapa konsep dasar yang sering memusingkan:
1. Unicast
Protokol dalam trafik internet yang terbanyak adalah TCP, sebuah komunikasi antar host di internet (praktiknya adalah client-server, misal browser anda adalah client maka google adalah server). Trafik ini bersifat dua arah, client melakukan inisiasi koneksi dan server akan membalas inisiasi koneksi tersebut, dan terjadilah TCP session (SYN dan ACK).
2. Destination-address
Dalam jaringan IP kita mengenal router, sebuah persimpangan antara network address dengan network address yang lainnya. Makin menjauh dari pengguna persimpangan itu sangat banyak, router-lah yang mengatur semua trafik tersebut. Jika dianalogikan dengan persimpangan di jalan, maka rambu penunjuk jalan adalah routing table. Penunjuk jalan atau routing table mengabaikan “anda datang dari mana”, cukup dengan “anda mau ke mana” dan anda akan diarahkan ke jalan tepat. Karena konsep inilah saat kita memasang table routing cukup dengan dua parameter, yaitu network address dan gateway saja.
3. Source-address
Source-address adalah alamat IP kita saat melakukan koneksi, saat paket menuju ke internet paket akan melewati router-router ISP, upstream provider, backbone internet dst hingga sampai ke tujuan (SYN). Selanjutnya server akan membalas koneksi (ACK) sebaliknya hingga kembali ke komputer kita. Saat server membalas koneksi namun ada gangguan saat menuju network kita (atau ISPnya) maka komputer kita sama sekali tidak akan mendeteksi adanya koneksi. Seolah-olah putus total, walaupun kemungkinan besar putusnya koneksi hanya satu arah.
4. Default gateway
Saat sebuah router mempunyai beberapa interface (seperti persimpangan, ada simpang tiga, simpang empat dan simpang lima) maka tabel routing otomatis akan bertambah, namun default router atau default gateway hanya bisa satu. Fungsinya adalah mengarahkan paket ke network address yang tidak ada dalam tabel routing (network address 0.0.0.0/0).
5. Dua koneksi
Permasalahan umumnya muncul di sini, saat sebuah router mempunyai dua koneksi ke internet (sama atau berbeda ISP-nya). Default gateway di router tetap hanya bisa satu, ditambah pun yang bekerja tetap hanya satu. Jadi misal router NAT anda terhubung ke ISP A melalui interface A dan gateway A dan ke ISP B melalui interface B dan gateway B, dan default gateway ke ISP A, maka trafik downlink hanya akan datang dari ISP A saja. Begitu juga sebaliknya jika dipasang default gateway ke ISP B.
Bagaimana menyelesaikan permasalahan tersebut?
Konsep utamanya adalah source-address routing. Source-address routing ibaratnya anda dicegat di persimpangan oleh polisi dan polisi menanyakan “anda dari mana?” dan anda akan ditunjukkan ke jalur yang tepat.
Pada router NAT (atau router pada umumnya), source-address secara default tidak dibaca, tidak dipertimbangkan. Jadi pada kasus di atas karena default gateway ke ISP A maka NAT akan meneruskan paket sebagai paket yang pergi dari IP address interface A (yang otomatis akan mendapat downlink dari ISP A ke interface A dan diteruskan ke jaringan dalam).
Dalam jaringan yang lebih besar (bukan NAT), source-address yang melewati network lain disebut sebagai transit (di-handle dengan protokol BGP oleh ISP). Contoh praktis misalnya anda membeli bandwidth yang turun dari satelit melalui DVB, namun koneksi uplink menggunakan jalur terestrial (dial-up, leased-line atau fixed-wireless). Dalam kasus ini paket inisiasi koneksi harus menjadi source-address network downlink DVB, agar bandwidth downlink dari internet mengarah DVB receiver, bukan ke jalur terestrial.
Di lingkungan Linux, pengaturan source-address bisa dilakukan oleh iproute2. Iproute2 akan bekerja sebelum diteruskan ke table routing. Misal kita mengatur dua segmen LAN internal agar satu segmen menjadi source-address A dan satu segmen lainnya menjadi source-address B, agar kedua koneksi ke ISP terutilisasi bersamaan.
Penerapan utilisasi dua koneksi tersebut bisa mengambil tiga konsep, yaitu round-robin, loadbalance atau failover.
6. Round-robin
Misalkan anda mempunyai tiga koneksi internet di satu router NAT, koneksi pertama di sebut Batman, koneksi kedua disebut Baskin dan koneksi ketiga disebut Williams, maka konsep round-robin adalah sang Robin akan selalu berpindah-pindah secara berurutan mengambil source-address (bukan random). Misal ada satu TCP session dari komputer di jaringan internal, maka koneksi TCP tersebut tetap di source-address pertama hingga sesi TCP selesai (menjadi Batman & Robin). Saat TCP session Batman & Robin tersebut belum selesai, ada ada request koneksi baru dari jaringan, maka sang Robin akan mengambil source-address koneksi berikutnya, menjadi Baskin & Robin. Dan seterusnya sang Robin akan me-round-round setiap koneksi tanpa memperhatikan penuh atau tidaknya salah satu koneksi.
Pasti anda sedang pusing membaca kalimat di atas, atau sedang tertawa terbahak-bahak.
7. Loadbalance
Konsep loadbalance mirip dengan konsep round-robin di atas, hanya saja sang Robin dipaksa melihat utilisasi ketiga koneksi tersebut di atas. Misalkan koneksi Batman & Robin serta Baskin & Robin sudah penuh, maka koneksi yang dipilih yang lebih kosong, dan koneksi yang diambil menjadi Robin Williams. Request koneksi berikutnya kembali sang Robin harus melihat dulu utilisasi koneksi yang ada, apakah ia harus menjadi Batman & Robin, Baskin & Robin atau Robin Williams, agar semua utilisasi koneksi seimbang, balance.
8. Failover
Konsep fail-over bisa disebut sebagai backup otomatis. Misalkan kapasitas link terbesar adalah link Batman, dan link Baskin lebih kecil. Kedua koneksi tersebut terpasang online, namun koneksi tetap di satu link Batman & Robin, sehingga pada saat link Batman jatuh koneksi akan berpindah otomatis ke link Baskin, menjadi Baskin & Robin hingga link Batman up kembali.
*makan es krim Haagendaz dulu*
Tools NAT yang mempunyai ketiga fitur di atas adalah Packet Firewall (PF) di lingkungan BSD, disebut dengan nat pool. Saya belum menemukan implementasi yang bagus (dan cukup mudah) di Linux dengan iproute2.
*Uraian panjang di atas hanyalah kata sambutan sodara-sodara…*
Berikut contoh implementasi load balance dua koneksi sesuai judul di atas. Dijalankan di mesin OpenBSD sebagai NAT router dengan dua koneksi DSL Telkom, interface ethernet sk0 dan sk1.
1. Aktifkan forwarding di /etc/sysctl.conf
net.inet.ip.forwarding=1

2. Pastikan konfigurasi interface dan default routing kosong, hanya filename saja
# /etc/hosts.sk0
# /etc/hosts.sk1
# /etc/hostname.sk0
# /etc/hostname.sk1
# /etc/mygate

Script koneksi DSL Speedy, pppoe0 untuk koneksi pertama dan pppoe1 untuk koneksi kedua. Sesuaikan interface, username dan passwordnya. Jangan lupa, gunakan indent tab.
# /etc/ppp/ppp.conf
default:
set log Phase Chat LCP IPCP CCP tun command
set redial 15 0
set reconnect 15 10000
pppoe0:
set device "!/usr/sbin/pppoe -i sk0"
disable acfcomp protocomp
deny acfcomp
set mtu max 1492
set mru max 1492
set crtscts off
set speed sync
enable lqr
set lqrperiod 5
set cd 5
set dial
set login
set timeout 0
set authname blahblahblah@telkom.net
set authkey asaljangandejek
add! default HISADDR
enable dns
enable mssfixup
pppoe1:
set device "!/usr/sbin/pppoe -i sk1"
disable acfcomp protocomp
deny acfcomp
set mtu max 1492
set mru max 1492
set crtscts off
set speed sync
enable lqr
set lqrperiod 5
set cd 5
set dial
set login
set timeout 0
set authname blahblahblah2@telkom.net
set authkey vikingboneksamasaja
add! default HISADDR
enable dns
enable mssfixup

3. Aktifkan interface sk0 dan sk1
# ifconfig sk0 up
# ifconfig sk1 up

4. Jalankan PPPoE, Point to Point Protocol over Ethernet.
# ppp -ddial pppoe0
# ppp -ddial pppoe1

5. Jika koneksi Speedy berhasil, IP address dari Speedy akan di-binding di interface tunneling tun0 dan tun1
# ifconfig
tun0: flags=8051 mtu 1492
groups: tun egress
inet 125.xxx.xxx.113 --> 125.163.72.1 netmask 0xffffffff
tun1: flags=8051 mtu 1492
groups: tun
inet 125.xxx.xxx.114 --> 125.163.72.1 netmask 0xffffffff

6. Dan default gateway akan aktif
# netstat -nr |more
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 125.163.72.1 UGS 7 17529 - tun0

7. Serta konfigurasi resolver DNS pun akan terisi
# cat /etc/resolv.conf
lookup file bind
nameserver 202.134.2.5
nameserver 203.130.196.5

8. Aktifkan Packet Firewall pf
# /etc/rc.conf
pf=”YES”

9. Script Packet Firewall NAT dan balancing dengan round-robin (ganti round-robin dengan loadbalance jika lebih sesuai dengan kebutuhan anda). Baris yang di-indent masih termasuk baris di atasnya. Entah kenapa tag
 malah menghilangkan karakter backslash (\).

# /etc/pf.conf
lan_net = "10.0.0.0/8"
int_if = "vr0"
ext_if1 = "tun0"
ext_if2 = "tun1"
ext_gw1 = "125.163.72.1"
ext_gw2 = "125.163.72.1"
# scrub all
scrub in all
# nat outgoing connections on each internet interface
nat on $ext_if1 from $lan_net to any -> ($ext_if1)
nat on $ext_if2 from $lan_net to any -> ($ext_if2)
# pass all outgoing packets on internal interface
pass out on $int_if from any to $lan_net
# pass in quick any packets destined for the gateway itself
pass in quick on $int_if from $lan_net to $int_if
# load balance outgoing tcp traffic from internal network.
pass in on $int_if route-to \
{ ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin \
proto tcp from $lan_net to any flags S/SA modulate state
# load balance outgoing udp and icmp traffic from internal network
pass in on $int_if route-to \
{ ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin \
proto { udp, icmp } from $lan_net to any keep state
# general "pass out" rules for external interfaces
pass out on $ext_if1 proto tcp from any to any flags S/SA modulate state
pass out on $ext_if1 proto { udp, icmp } from any to any keep state
pass out on $ext_if2 proto tcp from any to any flags S/SA modulate state
pass out on $ext_if2 proto { udp, icmp } from any to any keep state

10. Aktifkan script yang diperlukan di /etc/rc.local agar setiap reboot langsung bekerja.
ifconfig sk0 up
ifconfig sk1 up
# aktifkan speedy
ppp -ddial pppoe0
ppp -ddial pppoe1

PF akan langsung bekerja membaca /etc/pf.conf.
Jika harus me-restart koneksi DSL Speedy, pastikan pppoe dimatikan dulu
# pkill ppp

Jika tidak, maka ppp akan membuat tunneling baru menjadi tun2, tun3 dan seterusnya.
11. Untuk memantau fungsi nat pool round-robin di atas bekerja atau tidak, bisa menggunakan tools pftop yang bisa diambil di http://www.eee.metu.edu.tr/~canacar/pftop/
Jika anda mengoptimasikan koneksi jaringan juga dengan menggunakan proxy, misalnya Squid, maka proxy Squid jangan dipasang juga di mesin router NAT tersebut, sebab saat Squid mengakses halaman web ke internet; oleh PF dianggap bukan sebagai koneksi NAT, jadi tidak akan di-balance, dan akan stay mengambil interface utama dan default gateway pertama. Simpanlah mesin proxy/squid di belakang router NAT, agar koneksi proxy ke internet menjadi trafik NAT yang akan di-balance oleh script PF di atas.

Sabtu, 06 September 2008

TIPS dan TRIK Mempercepat Kinerja Windows XP



Ada beberapa hal yang seharusnya Anda lakukan Setelah menginstalasi Windows dan aplikasi-aplikasi lain yang dibutuhkan ke dalam komputer. Di antaranya adalah melakukan beberapa hal untuk mempercepat serta mempermudah kinerja komputer. Misalnya, mengatur agar komputer bisa restart lebih cepat, atau memunculkan menu tersembunyi, menggunakan shortcut untuk akses lebih cepat dan lain sebagainya.
Semua hal di atas adalah sebagian kecil dari tip dan trik dasar Windows yang kami sampaikan berikut ini. Beberapa panduan langkah demi langkah yang mudah berikut ini akan menjadikan komputer Anda lebih nyaman bekerja. Tentu saja, akhirnya, produktivitas Anda di depan komputer kian berkembang.
Sebuah komputer yang nyaman saja belum cukup tanpa dibarengi Instalasi program yang ada dalam tulisan ini kebanyakan berasal dari situs resmi Microsoft. Sehingga kecil kemungkinannya program-program ini
menyebabkan error di PC. Jadi jangan ragu, ikuti terus tip dan trik dasar pada Windows yang jarang terungkap!
Instalasi Windows yang Mudah dan Menyenangkan
1.Back-up dahulu registry sebelum diedit. Caranya, klik Start|Run, ketik regedit. Setelah muncul window registry, pilih menu File|Export.
Pada bagian Export range, pilih All dan tentukan nama file, akhiri dengan klik tombol Save.
2.Banyak program yang sebenarnya terinstalasi dalam Windows, namun tidak aktif. Untuk mengaktifkannya, masuk ke Control Panel|Add/Remove Windows Component dan beri tanda centang pada program yang belum aktif.
3.Sebelum menginstalasi program baru atau melakukan perubahan setting Windows secara keseluruhan, lebih baik buat Restore Point secara manual dahulu. Caranya, Klik Start|All Programs|Accessories|System Tool|System Restore dan klik Create a restore point.
4.Jika Anda memutuskan untuk menginstalasi Windows Update yang sebelumnya sudah didecline, masuk ke Control Panel|System, pilih tab Automatic Updates dan klik Restore Declined Updates.
5.Untuk mengatur Windows update berjalan sesuai dengan kebutuhan Anda, atur dulu Windows Update. Caranya, buka System di Control Panel dan klik tab Automatic Updates. Atur enable atau disable option Keep my computer up to date.
6.Bila Anda tidak memiliki CD bootable, jangan khawatir. Microsoft sudah menyediakan tool gratis untuk membuat disket booting di http://support.microsoft.com/?kbid=310994.
7.Jika saat instalasi Windows tiba-tiba terhenti, matikan computer dan lepas card tambahan. Misalnya sound card. Instal ulang dan pasang kembali card setelah instalasi selesai.
8.Untuk menambahkan System Administration Tools ada Start Menu, klik kanan Start|Properties. Masuk dalam tab Start Menu dan klik Customize kemudian masuk dalam tab Advanced. Geser ke bawah dan beri tanda centang pada option Display on the All Programs and the Start Menu.
9. Untuk menginstal Back up Utility pada Windows XP Home Edition carilah file ntbackup.msi di direktori\valudeadd\msft\ntbackup\ di CD instalasi Windows XP. Jalankan file tersebut dan ikuti langkahlangkahnya.
10. Windows XP secara otomatis akan me-highlight setiap program baru yang ter-install. Cara menghilangkannya, klik kanan Start|Properties. Masuk ke tab Start Menu|Customize, kemudian klik tab Advanced dan
hilangkan tanda centang pada opsi Highlight newly installed program.
11. Untuk tampilan film atau game terbaik pada komputer, pastikan bahwa DirextX terbaru sudah terinstalasi dengan baik. Lihat versi terbarunya di www.microsoft.com/windows/directx.
12. Ada kalanya hardware yang akan dipasang belum support Plug-and-Play. Untuk itu, gunakan Add Hardware Wizard yang ada di Control Panel|System|Hardware untuk mendeteksinya. –> TOP TIPS ! Mempercepat Kerja Komputer
13. Sebenarnya hanya dibutuhkan waktu tidak lebih dari 2 menit saja untuk masuk ke Windows sejak komputer dihidupkan. Namun, kadang terasa sangat lama. Untuk mempercepat loading Windows, ada beberapa hal yang bisa
dilakukan. Misalnya, mengurangi icon di desktop serta tidak menggunakan wallpaper yang memakan banyak memory. Ganti wallpaper dengan background berwarna, serta gunakan Desktop Cleanup Wizard yang ada bisa ditemui dengan klik kanan pada desktop untuk membersihkan icon. Jangan lupa juga, jalankan defrag secara berkala. Jika Anda sering menambah atau mengurangi program di komputer, bersihkan registry secara rutin. Gunakan software bantu seperti Registry Mechanic dari situs www.winguides.com. Sayangnya, versi trial program ini
hanya bisa digunakan memperbaiki sebanyak 6 sections saja. Langkah lain yang perlu dilakukan adalah me-remove program yang di-load secara otomatis saat memulai Windows. Tentu saja, hanya program-program yang tidak dibutuhkan. Caranya, dengan menghapus semua isi folder startup dan membuka msconfig melalui Start|Run.

Posting By : Iskandar, S.Pd, M.Pd

Selasa, 06 Mei 2008

NEW VARIANT FROM DEBIAN (DREAM LINUX 3.01)

What is Dreamlinux ?

•Dreamlinux is a modern and modular GNU/Linux system that can be run directly from a CD/DVD/Pen-Drive and optionally be installed to a HDD (IDE, SCSI, SATA, PATA and USB).

• Dreamlinux comes with a selection of the best applications designed to meet most of your daily needs.

• Dreamlinux is based on the venerable Debian Operating System, which means it takes advantage of Debian best features and adds its own modern development tools, system scripts and applications.

• Dreamlinux Desktop Edition 3.0 offers two options of Desktop Environments to be selected during boot time: Xfce and Gnome.

See what you can do running Dreamlinux:
Work with:

The OpenOffice.org office suite; the Orage personal organizer; the PDF Reader Evince;
the instant communicator Pidgin; theThunderbird e-mail client and the Firefox (Iceweasel) web browser pre- configured, including several useful plugins such as java, flash, audio and video, etc.

Design, paint:

Unleash your imagination with the digital painting applications: Gthumb and GimpShop. Draw using Inkscape, the last word in vector graphics design, with exclusive features.

Listen to:

Music, be in the traditional CD format, be in the new audio formats such as mp3, ogg and others, using Rhythmbox and Gxine. Convert audio files using SoundConverter. Use SoundJuicer to extract tracks from your CD and record audio CDs using Brasero.

View:

Download photos from a photo camera with just one mouse click. Cut, paste and edit using AviDemux.
Record CD/DVD using Brasero. Run any video format file using MPlayer with subtitles and several tunning options. Watch DVDs with the original interactive menus using Gxine.

Download Dream Linux 3.0 di http://www.dreamlinux.com.br

Senin, 28 April 2008

Ubuntu 7.10 Flash Disk Installation

USB 7.10 Ubuntu Linux install from: This tutorial enables you to install, boot and run Ubuntu 7.10 (Dapper Gibbon) from a USB flash drive. In addition to installing Ubuntu to a USB device and then booting Ubuntu from the memory stick, this tutorial will enable you to automatically save your changes and settings back to the thumb drive and further restore them on each boot using a second "casper-rw" persistent partition. In addition to installing Ubuntu to a USB device and then booting Ubuntu from the memory stick, this tutorial will enable you to automatically save your changes and settings back to the thumb drive and further restore them on each boot using a second "casper-rw" persistent partition. The tutorial was written for those already familiar with working from Ubuntu or another Linux desktop environment. The tutorial was written for those already familiar with working from Ubuntu or another Linux desktop environment. If you do not have access to or prefer not to use a Windows computer, this Ubuntu Linux on a stick tutorial is for you. If you do not have access to or prefer not to use a Windows computer, this Ubuntu Linux on a stick tutorial is for you.
Ubuntu 7.10 takes slightly longer to boot than previous releases. Ubuntu 7.10 takes slightly longer to boot than previous releases. However, once it's up and running, it performs much better than running from the Live CD. However, once it's up and running, it performs much better than running from the Live CD.
USB Ubuntu 7.10 Essentials: USB Ubuntu 7.10 Essentials:
• Ubuntu7.10 ISO ISO Ubuntu7.10
• CD Burner CD Burner
• 1GB USB flash drive (2GB+ recommended) 1GB USB flash drive (2GB + recommended)
• U710fix.zip U710fix.zip
Ubuntu 7.10 USB installation tutorial: Ubuntu 7.10 USB installation tutorial:
Hint: You can drastically speed up the install by Copying and Pasting most commands into the terminal instead of manually typing them out. Hint: You can drastically speed up the install by Copying and Pasting most commands into the terminal instead of manually typing them out. With the exception of replacing x with your drive letter. With the exception of replacing X with your drive letter.
1. Grab the Ubuntu 7.10 ISO and burn it to a CD Grab the Ubuntu 7.10 ISO and burn it to a CD
2. Insert the CD and your USB flash drive Insert the CD and your USB flash drive
3. Reboot your computer into Ubuntu from the Live CD Reboot your computer into Ubuntu from the Live CD
4. Open a terminal window and type sudo su Open a terminal window and type sudo su
5. Type fdisk -l to list available drives/partitions. Type fdisk-l to list available drives / partitions. Note which device is your flash drive (example: /dev/sda ) Throughout this tutorial, replace x with your flash drive letter. Note which device is your flash drive (example: / dev / sda) Throughout this tutorial, replace X with your flash drive letter. For example, if your flash drive is sdb , replace x with b . For example, if your flash drive is sdb, replace X with b.
6. Type umount /dev/sd x 1 Type umount / dev / sd x 1
7. Type fdisk /dev/sd x Type fdisk / dev / sd x
o type p to show the existing partition and d to delete it P type to show the existing partition and d to delete it
o type p again to show any remaining partitions (if partitions exist, repeat the previous step) P type again to show any remaining partitions (if partitions exist, repeat the previous step)
o type n to make a new partition No type to make a new partition
o type p for primary partition Type p for Primary Partition
o type 1 to make this the first partition Type 1 to make this the first partition
o hit enter to use the default 1st cylinder Hit enter to use the default 1st cylinder
o type +750M to set the partition size Type +750 F to set the partition size
o type a to make this partition active To make this type of partition active
o type 1 to select partition 1 Type 1 to select partition 1
o type t to change the partition filesystem T type to change the partition filesystem
o type 6 to select the fat16 file system 6 to select the type fat16 file system
o type n to make another new partition No type to make another new partition
o type p for primary partition Type p for Primary Partition
o type 2 to make this the second partition Type 2 to make this the second partition
o hit enter to use the default cylinder Hit enter to use the default cylinder
o hit enter again to use the default last cylinder Hit enter again to use the default last cylinder
o type w to write the new partition table W type to write the new partition table
8. Type umount /dev/sd x 1 to ensure the 1st partition is unmounted Type umount / dev / sd x 1 to ensure the 1st partition is unmounted
9. Type mkfs.vfat -F 16 -n ubuntu710 /dev/sd x 1 to format the first partition Type mkfs.vfat F-16-No ubuntu710 / dev / sd x 1 format to the first partition
10. Type umount /dev/sd x 2 just to ensure the 2nd partition is unmounted Type umount / dev / sd x 2 just to ensure the 2nd partition is unmounted
11. Type mkfs.ext2 -b 4096 -L casper-rw /dev/sd x 2 to format the second partition Type mkfs.ext2 b-4096-L casper-rw / dev / sd x 2 format to the second partition
12. Remove and Re-insert your flash drive Remove and re-insert your flash drive
13. Back at the terminal, type apt-get update Back at the terminal, type apt-get update
14. Type apt-get install syslinux mtools Type apt-get install syslinux mtools
15. Type syslinux -sf /dev/sd x 1 Type syslinux-sf / dev / sd x 1
16. Type cd /cdrom Type cd / cdrom
17. Type cp -rf casper disctree dists install pics pool preseed .disk isolinux/* md5sum.txt README.diskdefines ubuntu.ico casper/vmlinuz casper/initrd.gz /media/ubuntu710/ Type cp-rf casper disctree dists install pics pool preseed. Disk isolinux / * md5sum.txt README.diskdefines ubuntu.ico casper / vmlinuz casper / initrd.gz / media/ubuntu710 /
Ignore any "cannot create symbolic link" errors Ignore any "can not create symbolic link" errors
18. Type cd /home/ubuntu Type cd / home / ubuntu
19. Type wget pendrivelinux.com/downloads/U710fix.zip Type wget pendrivelinux.com/downloads/U710fix.zip
20. Type unzip -o -d /media/ubuntu710/ U710fix.zip Type unzip-or-d / media/ubuntu710 / U710fix.zip
21. Restart your computer, set your BIOS or Boot menu to boot from the USB device and reboot again. Restart your computer, set your BIOS or Boot menu to boot from the USB device and reboot again.
You should now have a USB Ubuntu 7.10 Gutsy Gibbon flash drive that should automatically save your changes, restoring them on boot. You should now have a USB 7.10 Ubuntu Dapper Gibbon flash drive that should automatically save your changes, restoring them on boot.
Note: If your having trouble getting Ubuntu to boot, your memory stick may have a corrupted MBR. Note: If your having trouble getting Ubuntu to boot, your memory stick may have a corrupted MBR. To repair the MBR of your USB device, at the terminal type sudo apt-get install lilo then type lilo -M /dev/sd x (replacing x with the letter of your flash device) To repair the MBR of your USB device, at the terminal type sudo apt-get install lilo then type lilo M / dev / sd x (x replacing with the letter of your flash device)

Sabtu, 19 April 2008

HOWTO: Setup Samba peer-to-peer with Windows

As many fellow Ubuntu users seem to have trouble setting up samba peer-to-peer with Windows I decided to write a small howto on this matter.

NOTE: I am aware that there's a wiki-page as well as several other howto's around - but by looking at the constant "how do I setup samba" posts that are floating around in the forum I simply see the need for a more thourough guide on this matter.

Feel free to contribute and suggest - it'll only help to make this howto a better guide.

The goal of this howto is to have samba act like a Windows Workstation in the LAN. As a "value added bonus" we will use samba to do netbios name resolution so that you can use the names of the workstations for network drive mapping instead of their ip-addresses (i.e.: \MY_WINDOWS_BOX\SHARE) - but only for as long as your Linux box has an static ip-address and is up and running.

This guide is based on Ubuntu 6.06 LTS and intended for all architectures (i386, AMD64, ...) - if you are still using Breezy it's safe to follow this guide as there should be no differencies.

A second guide on how to setup samba as Primary Domain Controller along with several other services such as DHCP, DNS and NTP will follow later on as this topic will be a little more thourough.


1. Prerequisites

- Your Linux box should have an static ip-address.
In case you're getting your ip from a router/server via DHCP make sure it's configured to provide a fixed dhcp-lease. If that's no valid option you cannot use WINS ... more on this way down.

- You need to have samba installed.
Full Download Tutorial

HOW TO SETUP REMOTE DEKSTOP ON UBUNTU

This guide explains how you can enable a remote desktop on an Ubuntu desktop so that you can access and control it remotely. This makes sense for example if you have customers that are not very tech-savvy. If they have a problem, you can log in to their desktops without the need to drive to their location. I will also show how to access the remote Ubuntu desktop from a Windows XP client and an Ubuntu client.
I do not issue any guarantee that this will work for you!

Full Download

Selasa, 08 April 2008

PC LINUX Mini ME via USB FlashDisk

Berikut adalah cara menjadikan PCLinuxOS MiniME bisa dijalankan via USB Flash Disk dengan langkah-langkah setup menggunakan distro Linux.

1. Download ISO PCLinuxOS MiniMe dan burning ke CD

2. Restart komputer, set agar boot via CD, jalankan PCLinuxOS melalui CD (LiveCD)

3. Login sebagai root, password : root

4. Pasang USB Flash Disk

5. Buka Konsole / Terminal

6. Check posisi pada /dev dengan menjalankan perintah fdisk -l. Biasanya USB Flash Disk terdeteksi pada /dev/sda1 atau /dev/sdb1. Contoh dalam tutorial ini menggunakan /dev/sda1. Silakan sesuaikan dengan posisi flash disk anda

7. Lakukan unmounting pada flash disk

umount /dev/sda1

8. Lakukan pembuatan partisi

- fdisk /dev/sda

Perintah diatas akan menjalankan perintah fdisk. Perintah berikut dijalankan pada prompt fdisk.

- p (untuk display partisi)
- d (untuk hapus partisi)
- p (lagi, untuk memastikan tidak ada partisi tersisa)

Jika sudah bersih, lakukan proses pembuatan partisi baru
- n (untuk membuat partisi baru)
- p (partisi primer)
- 1 (untuk partisi 1)
- ENTER (default first cylinder)
- ENTER (default last cylinder)
- a (mengaktifkan partisi)
- 1 (partisi yang diaktifkan adalah partisi 1)
- t (mengubah file sistem)
- 6 (pilihan FAT)
- w (menyimpan perubahan)

9. Unmount flash disk

umount /dev/sda1

10. Format Flash Disk

mkfs.vfat -F 16 -n usb /dev/sda1

11. Cabut Flash Disk dan masukkan kembali

12. Buat partisi sementara untuk flash disk

mkdir /tmp/usb

13. Lakukan proses mount

mount /dev/sda1 /tmp/usb

14. Mounting CDROM

mount /mnt/cdrom

15. Pindah ke CDROM

cd /mnt/cdrom

16.Copy file

cp -rf livecd.sqfs isolinux/* /tmp/usb

17. Pindah ke folder mounting flash disk dan rename file isolinux.cfg menjadi syslinux.cfg

cd /tmp/usb
mv isolinux.cfg syslinux.cfg

18. Keluar dari folder mounting dan lakukan unmounting flash disk

cd
umount /tmp/usb

19. Buat sistem booting pada USB Flash Disk

syslinux -sf /dev/sda1

20. Restart komputer dan setting BIOS agar bisa boot via USB Flash Disk

Meski prosesnya cukup panjang, mestinya tidak terlalu sulit untuk dilakukan :-).

Posted by Iskandar, S.Pd,M.Pd

Senin, 07 April 2008

INSTALASI UBUNTU 7.10 DI FLASH DISK

LANGKAH KERJA MENGINSTAL UBUNTU 7.10 MELALUI FLASHDISK
Buat yang pengen belajar linux anytime and anywhere, ni da sedikit tutorial cara install linux di FlashDisk. Ni kayak live CD tapi pake FlashDisk, enaknya kita namakan Linux Live FlashDisk aja ya. Sementara Ubuntu 7.10 (Gutsy Gibbon) dulu, klo da sempet entar kita susun yang PCLinuxOS, Slax, dll. Kayaknya disalah satu tabloid komputer (Komputek) dah diulas, tapi ku g punya arsipnya untung nemu di www.pendrivelinux.com, Semoga bermanfaat.

Alat dan Bahan :

1. PC yang bisa booting lewat USB
2. CD-Blank
3. FlashDisk 1GB (direkomendasikan 2GB)
4. ISO Ubuntu 7.10, bisa didownload di http://releases.ubuntu.com/7.10/ubuntu-7.10-desktop-i386.iso
5. U710fix.tar, bisa di download di http://pendrivelinux.com/downloads/U710fix.zip

Langkah-Langkah :

1. Download ISO Ubuntu 7.10 terus burn ke CD-Blank
2. Masukan Live CD Ubuntu 7.10
3. Colokan/tancapkan FlashDisk ke CPU
4. Reboot PC, booting lewat Live CD
5. Buka terminal (masuk mode Console), ketik sudo su
6. Ketik fdisk -l untuk melihat semua partisi yang tersedia. (Cari letak FlasDisk kita, biasanya sebagai /dev/sda atau /dev/sdx, dengan x merupakan huruf FlasDisk kita, misal sdb, sdc, sdd, dst…)
7. Ketik umount /dev/sdx1
8. Ketik fdisk /dev/sdx
* tekan tombol p untuk melihat partisi yang tersedia dan tombol d untuk menghapus partisi.
* tekan tombol p lagi untuk melihat partisi yang tersedia (kembali).
* tekan tombol n untuk membuat partisi yang baru.
* tekan tombol p untuk menjadikannya sebagai partisi primer.
* tekan tombol 1 untuk menjadikannya sebagai partisi pertama.
* tekan enter agar secara default menggunakan silinder pertama.
* ketik +750 untuk menentukan ukuran/besar partisi.
* tekan tombol a untuk menjadikanya sebagai partisi aktif.
* tekan tombol 1 untuk memilih partisi 1 (pertama).
* tekan tombol t untuk merubah tipe filesystem partisi.
* tekan tombol 6 untuk memilih tipe FAT16.
* tekan tombol n untuk membuat partisi yang lain.
* tekan tombol p untuk menjadikannya sebagai partisi primer.
* tekan tombol 2untuk menjadikannya sebagai partisi kedua.
* tekan tombol enter agar secara default menggunakan silinder berikutnya.
* tekan tombol enter lagi agar secara default menggunakan silinder terakhir.
* tekan tombol w untuk mulai menuliskan partisi baru kedalam flashdisk.
9. Ketik umount /dev/sdx1 untuk meyakinkan bahwa partisi pertama tidak sedang di-mount-ing.
10. Ketik mkfs.vfat -F 16 -n ubuntu710 /dev/sdx1 untuk mem-format partisi pertama.
11. Ketik umount /dev/sdx2 untuk meyakinkan bahwa partisi kedua tidak sedang di-mount-ing.
12. Ketik mkfs.ext2 -b 4096 -L casper-rw /dev/sdx2 untuk mem-format partisi kedua.
13. Lepaskan Flashdisk dan tancapkan/colokan kembal.
14. Kembali ke termina, ketik apt-get update
15. Ketikapt-get install syslinux mtools
16. Ketik syslinux -sf /dev/sdx1
17. Ketik cd /cdrom
18. Ketik cp -rf casper disctree dists install pics pool preseed .disk isolinux/* md5sum.txt README.diskdefines ubuntu.ico casper/vmlinuz casper/initrd.gz /media/ubuntu710/
* abaikan apabila muncul pesan kesalahan : “cannot create symbolic link”
19. Ketik cd /home/ubuntu
20. Ketik wget pendrivelinux.com/downloads/U710fix.zip (untuk download U710fix.zip jika dah donlot langsung ke langkah berikutnya)
21. Ketik unzip -o -d /media/ubuntu710/ U710fix.zip
22. Restart komputer, konfigurasikan BIOS komputer agar bisa boot melalui USB device, restart lagi

1. Type
2. Type wget pendrivelinux.com/downloads/U710fix.zip
3. Type
4. Restart your computer, set your BIOS or Boot menu to boot from the USB device and reboot again.

By:ISKANDAR, S.Pd, M.Pd

Catatan:

Jika muncul masalah booting Ubuntu lewat Flashdisk, ada kemungkinan flashdisk kita adacorrupt di MBR-nya. Untuk ngatasinya, buka terminal/console ketik sudo apt-get install lilo kemudian ketik lilo -M /dev/sdx (dengan x adalah huruf Flashdisk kita).

Kamis, 27 Maret 2008

File Sharing Ubuntu dengan Windows

This brief tutorial will outline how to enable file sharing in Ubuntu.
1. Sharing files and folders across your network from your Ubuntu PC is every bit as easy as sharing files in Windows (arguably, it’s easier). Start by right-clicking the folder you want to share, and select Share Folder. If the services required to share files/folders aren’t installed, you’ll be prompted to install them.

2. After clicking Install services they will automatically start to download and install.

3. Once that has completed you’ll be presented with an options window. From here you can select the type of sharing (SMB or NFS), give the shared folder a name and decide if you want read-only access to the folder. Click OK when you’re done.

4. If you right-click on your newly shared folder and select Properties and then the Emblems tab, you can give the folder a unique icon so you’ll know it’s shared.

click to enlarge
5. You can further modify the permissions of your shared folder by selecting the Permissions tab.

click to enlarge
6. Now open a terminal in Ubuntu and enter the command:
sudo smbpasswd -a username
This will add a SMB user.
7. And now other computers can connect to your shared folder!

Kamis, 28 Februari 2008

LOCAL AREA NETWORK PREPARATION

Untuk membangun Suatu jaringan Local Area Network berbasis client-Server, anda perlu menyediakan peralatan yang menjamin keamanan data dan kehandalan terutama untuk komputer yang digunakan sebagai server.

Ruang Server

Server merupakan gudang data sekaligus pengendali komunikasi data antar komputer yang terhubung ke jaringan. Karena itu anda perlu mempertimbangkan faktor keamanan dari gangguan lingkungan. Disarankan untuk menyediakan ruang khusus untuk penempatan server yang dilengkapi dengan fasilitas pendingin ruangan.Peranti keras yang diperlukan Komputer Server Server akan menjadi pusat kegiatan jaringan karena itu harus dipilih komputer yang mempunyai kemampuan yang memadai sehingga dapat melayani semua client yang terhubung di jaringan. Agar kinerja sistem berjalan secara makimal, perlu diperhatikan konfigurasi peranti keras komputer Server sebagai berikut :

* CPU berbasis Pentium IV. Sebenarnya masih dapat menggunakan seri lebih rendah namun sangat tidak direkomendasikan.
* Memori minimal 256 MB (dianjurkan lebih besar)
* Harddisk minimal 20 GB
* Floppy Disk Drive (FDD) (Opsi)
* CD ROM DriveSound Card (Opsi)
* Ethernet Card (LAN Card) 10 atau 10/100 Mbps
* Keyboard & Mouse
* Monitor SVGA
* Switct 10/100Modem (Opsi)

Persyaratan tersebut di atas telah merupakan standar minimal PC saat ini, jadi tidak ada yang spesial.
Komputer ClientClient adalah komputer yang dijadikan workstation, jumlahnya disesuaikan dengan kebutuhan. Tidak ada batasan untuk jumlah client, namun jika jumlahnya lebih dari sepuluh komputer, sebaiknya memperbesar kemampuan Server terutama memori. Spesifikasi komputer client sebagai berikut :CPU berbasis Pentium I atau lebih tinggi.Local Area Network (LAN)Untuk menghubungkan semua komputer yang akan digunakan pada sistem kloning diperlukan peralatan LAN (Local Area Network) yang terdiri atas Ethernet HUB, LAN Card, Kabel UTP dan Konektor RJ-45. Pembahasan mengenai LAN dapat dilihat pada bagian selanjutnya di buku ini.

Perangkat LunakSystem Operasi JaringanSystem operasi jaringan yang terpopuler adalah Novel, Unix, Windows NT dan Linux. Dalam hal ini kita akan membahas system operasi jaringan Windows 2003 merupakan pengembangan dari Windows NT Server. Sistem operasi jaringan Windows yang menyediakan fasilitas Terminal Service adalah Windows NT 4.0 Terminal Edition (TSE) dan Windows 2000 Server Family (Windows 2000 Server, Windows 2000 Advance Server, Windows 2000 Datacenter Server dan windows 2003 Server). Namun secara default belum terinstal kecuali jika Anda menambahkan fasilitas tersebut pada saat instalasi atau melalui Windows Components di Control Panel.Microsoft Windows 2003 Server adalah pengembangan dari Windows NT Server. Berbagai kekurangan pada Windows NT Server diperbaiki dan dilengkapi dengan berbagai fiture baru yang semakin sempurna dan service yang semakin lengkap.

Read MOre

Minggu, 10 Februari 2008

Ubuntu Server Guide

Short Desciption: This chapter provides a quick overview of installing Ubuntu 6.10 Server ...
Ubuntu 6.10 Server Edition supports three (3) major architectures: Intel x86, ...
Content Inside: Ubuntu Server Guide Ubuntu Documentation Project Ubuntu Server Guide by Ubuntu Documentation Project Copyright © 2004, 2005, 2006 Canonical Ltd. and members of the Ubuntu Documentation Project Abstract An introduction to installing and configuring server applications on Ubuntu. Credits and License The following Ubuntu Documentation Team authors maintain this document: · Bhuvaneswaran Arumugam The Ubuntu Server Guide is also based on the contributions of: · Robert Stoffers · Brian Shumate · Rocco Stanzione This document is made available under a dual license strategy that includes the GNU Free Documentation License (GFDL) and the Creative Commons ShareAlike 2.0 License (CC-BY-SA). You are free to modify, extend, and improve the Ubuntu documentation source code under the terms of these licenses. All derivative works must be released under either or both of these licenses. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS .

Download Tutorial

Kamis, 31 Januari 2008

Free E-Book

If you want to increase your knowledge please open this website http://www.acrobatfiles.com. This contents fill e-book for information communication, automotive etc.
otal: 40 Page 2 of 4 Pages

download
57
times Cover of LAN/WAN Troubleshooting Network Design/Installation Expert PC ...LAN/WAN Troubleshooting Network Design/Installation Expert PC ...
Home Network Installation/Configuration. Expert Novell NDS/Edir. Design and Repair.
Web Site Design and Administration. Local Company with over 10 years of ...
Resource:
mywebpages.comcast.net
Last download: 19 hours 29 minutes ago

download
56
times Cover of Integration of Hybrid Fibre Radio and IEEE 802.11 WLAN network 1 ...Integration of Hybrid Fibre Radio and IEEE 802.11 WLAN network 1 ...
IEEE 802.11 wireless local access network (WLAN) through integration .... CTS/RTS mechanism, it is unlike 802.11 MAC would collapse in the HFR-WLAN network. ...

Resource:
www.ee.ucl.ac.uk
Last download: 1 week 1 day 5 hours 20 minutes ago

download
47
times Cover of Network Installation and Configuration Guide: Windows 2000, 2003 ...Network Installation and Configuration Guide: Windows 2000, 2003 ...
Network Installation and Configuration Guide. 3 of 13. I. Document Purpose.
The purpose of this document is to detail a step-by-step process of an ideal ...
Resource:

Rabu, 23 Januari 2008

UBUNTU NETWORKING SETUP

If you are new to networking the graphical configuration tool is your best method for configuring new hardware in Ubuntu.We are going to use GUI tool “network-admin” to configure networking. Remember, you must be root to run network-admin.

There are two ways to start network-admin first thing is you can use your terminal to type “sudo network-admin” it will start up or you can go to System—>Administration —>Networking

Once it opens you should see the following screen

fULL TUTORIAL

Building House with Box Modeling Using 3DSMAX 7

Hello everyone!

here we will try to build a old looking building which is intended pretty simple modeling method, specially designed for beginners and intermediate user can read it too, box modeling is one of old and common method of modelers and its still powerful method to model something inside any 3d package, when I was learning 3ds max after spending some time my teacher told me to model human figure he made the reference /images and asked me to start modeling, believe me it was my first attempt to model something and before this I never been done any thing, I start working and I was really confused I tried several methods no success, even I tried every thing and idea I had in my mind but still no success, in the meanwhile my teacher visited me and told a few steps and I start working again this time I was surprised of my speed, in few minutes I reached to her torso, and its called box modeling, I hope I am not talking too much sorry guys.

before starting the tutorial I would like to mention, this tutorial is dedicated to www.3dkingdom.org one of my favorite websites in (Computer Graphics).

ok guys lets start the lesson

Full Tutorial

How To Set Up A Linux Network For DEBIAN 4.0

Before we get into setting up Linux networking on a Debian system, we'll cover the basics of how to set up a network with both Windows and Linux systems and how to make it a "private" network. Here the term "private" may not mean what you think it does. It has to do with the IP addresses you use on your home or business network. You'll then understand the value of having a proxy/NAT server or a firewall system which also performs the proxy/NAT function on your network.

Once we cover the "whys" and "whats" we'll get into the "hows". You'll see how easy it is to set up a home or small-business network including what hardware is needed. We'll briefly mention what you need to look at on Windows PCs and present more in-depth information on which files are used on a Debian system to set up networking. The Network Configuration Files section shows what files are involved in setting up your Debian system to work on a local network and how they need to be configured to enable the various functions involved in networking including being able to connect to the Internet.

Note: Even if you're not familier with TCP/IP networks, try giving the material on this page a shot. It's presented in an introductory manner. Don't be concerned if you don't understand all of the material on OSI layers, subnetting, etc. presented on this page. Understanding this material is not necessary when setting up a network or using the subsequent guide pages on this site. It is merely presented for those who wish more in-depth information.

Even if you don't have a network you can still play around with the material present on this page and on the Proxy/NAT and Firewall pages. See the No-Network Network section below on how to do this.

What's particularly appealing about Linux for small businesses and non-profit organizations is that you can set up both internal (file, print, database) servers, external Internet (Web, e-mail, ftp) servers, firewalls, and routers (yes, you can set up a Linux system to be a router too) for very little cost. The operating system and server applications are free and, given that Debian will run on older hardware, the hardware costs can be minimal. These attributes also make it a great toy for those wishing to learn more about networking. Pick up one CD set and you can set up all the Linux servers, firewalls, and routers you want and experiment your brains out.
Link Tutorial

Introduction to Computer Networks

What can a Network do For You?


Introduction

A computer network can be two computers connected:
B.computer network can also consist of, and is usually made for, more than two computers:

Characteristics of a Computer Network

The primary purpose of a computer network is to share resources:

* You can play a CD music from one computer while sitting on another computer
* You may have a computer with a CD writer or a backup system but the other computer doesn’t have it; In this case, you can burn CDs or make backups on a computer that has one of these but using data from a computer that doesn’t have a CD writer or a backup system
* You may have a computer that doesn’t have a DVD player. In this case, you can place a movie DVD on the computer that has a DVD player, and then view the movie on a computer that lacks a DVD player
* You can connect a printer (or a scanner, or a fax machine) to one computer and let other computers of the network print (or scan, or fax) to that printer (or scanner, or fax machine)
* You can place a CD with pictures on one computer and let other computers access those pictures
* You can create files and store them in one computer, then access those files from the other computer(s) connected to it

Link Tutorial

Senin, 21 Januari 2008

Depth of the Field (The Cheapskate Way) 3D Smax Tutorial

Depth of field is an expensive thing to render when its done 'Properly'. The most common (and most effective) method of attaining expensive looking depth without actually investing rendering time to it is to render off various objects in your scene according to their distance from the camera, and hence you can apply varying levels of blur in post.

The above method is fine, but is limited to certain types of scenes. So this tutorial deals with blurring using a Z-Depth, manually.

This tutorial does not cover how to do this in Combustion since its own manuals are more than sufficient. This tutorial assumes you're compositing with Shake, and also provides 'Practical Theory' for how to perform the same task in Photoshop

link tutorial

Rabu, 16 Januari 2008

Editing Halaman Web Menggunakan Dreamweaver

Ada sebagian web designer dalam membuat situs professional tidak memanfaatkan Adobe Photoshop dalam merancang web, padahal dengan software tersebut kita akan lebih mudah dan lebih praktis dibandingkan harus membuat kode html.
Ketika dokumen Adobe Photoshop (download: situs_bisnis.zip) tersimpan dalam bentuk web maka secara otomatis akan membuat tag html sendiri sehingga tidak perlu bersusah payah mengetik kode html.

Full Download

Selasa, 15 Januari 2008

Video Editing Dengan Adobe Primer Pro

Adobe Premiere Pro merupakan software editing video digital yang diproduksi oleh Adobe System Inc. Program ini digunakan dalam proses paska produksi (post production) untuk mengolah video digital hasil shooting dengan menggunakan komputer yang kemudian didistribusikan ke dalam format VCD maupun DVD. Buku Elektronik “Capturing dan Editing Video dengan Adobe Premiere Pro beserta Tip dan Triknya” ini memberikan bimbingan kepada Anda untuk menggunakan program aplikasi Adobe Premiere Pro dengan contoh latihan yang sering digunakan dalam proses pengolahan digital video, seperti proses capture, editing, visual effects, animasi keyframe, titling, rendering serta tips dan trik tingkat lanjut.

Download Tutorial

Jumat, 11 Januari 2008

Web Design With Adobephotoshop

Not to be overly dramatic, but the World Wide Web is one of modern society’s sterling achievements.

It’s everywhere — from the home to the classroom. We use it to communicate at work or to waste some hours playing at night. The World Wide Web’s something that’s always there — accessible 24 hours a day, 7 days a week. The World Wide Web never sleeps.

The beginnings of this technological marvel are humbling. A group of bookish and serious engineers, wishing to exchange information more effectively, designed the World Wide Web in the late 1980s and early 1990s.

The concerns of these early engineers were about function — not necessarily form. On occasion, one of them might add a horizontal bar to separate sections of a document. However, these engineers mostly stuck with simple white or gray web pages that used black text.

Want an idea of how far we’ve come? Check out an early HTML document from The Simple Times newsletter, pictured in Figure 1-1. It dates from 1992.


Figure 1-1: An example of an early web page
Eventually, more and more users came to use the World Wide Web. Creative types and designers wanted more control over the format of web pages. In a response to these demands, the web transformed from a stale message board to a flowering communication entity unimagined by those first architects.

To design for the web effectively, you must bring to the table both creative flair and technical savvy. You must know how to make a page appealing without distracting from its message. You must know how to provide images that are interesting, and yet won’t take minutes to view. These and other ideas are what you’ll discover in this book.

Take a look at Figure 1-2 to see how far we’ve come in the past decade.


Figure 1-2: An example of the graphical nature of the World Wid

Download Tutorial Link

Senin, 07 Januari 2008

THE PERFECT SERVER FOR DEBIAN 4.0

This tutorial shows how to set up a Debian Etch (Debian 4.0) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Debian Etch, but should apply to the 64-bit version with very little modifications as well.
I will use the following software:
• Web Server: Apache 2.2
• Database Server: MySQL 5.0
• Mail Server: Postfix
• DNS Server: BIND9
• FTP Server: proftpd
• POP3/IMAP: I will use Maildir format and therefore install Courier-POP3/Courier-IMAP.
• Webalizer for web site statistics
In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box).
I want to say first that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!

Download Artikel

Membuat Web Foto Galery dengan Adobephotoshop CS3

Kita sering melihat web photo gallery begitu manisnya tertampil di halaman web, ada yang statis tanpa animasi, namun ada juga yang menggunakan animasi flash agar tampak lebih ciamik, mungkin sebagian dari kita akan berpikir, Hmmm….pasti sulit ya membuat web photo gallery seperti itu.
Anda mungkin akan berubah pikiran karena dengan bantuan adobe photoshop CS3 kita dapat dengan mudah membuat web photo gallery semudah menghitung 1,2,3.
Bahkan CS3 sendiri sudah menyertakan template style yang cukup manis dan ada juga yang sudah ber-flash. mau tau caranya, silahkan baca artikel singkat ini selanjutnya.

Download Artikel

Sabtu, 05 Januari 2008

Membuat Iklan Produk dengan 3d Smax

Iklan menjadi sarana yang vital sebagai media promosi suatu produk dari sebuah perusahaan, apalagi bila disajikan dengan menarik dan dinamis. Banyak faktor yang dapat membuat sebuah iklan menarik dan terlihat dinamis, seperti faktor imajinatif, dimana sebuah ketidakmungkinan dapat terjadi dan faktor kreatifitas, yang memungkinkan sebuah alur cerita iklan bergerak dan tidak monoton.

Untuk mampu mewujudkan kondisi tersebut, sangat tidak memungkinkan bagi production house, sebagai pembuat materi iklan, untuk merealisasikan tanpa bantuan sebuah perangkat komputer dan sistem aplikasinya. Bagaimana mungkin sebuah iklan produk mampu berjalan, menari dan melompat dengan sendirinya, apalagi mampu berbicara layaknya manusia.

Saat ini telah banyak sistem aplikasi yang dikembangkan untuk membuat sebuah produk secara 3 dimensi, baik bentuk, gerak dan suara dapat disatukan dalam sistem aplikasi ini. Untuk bahasan kali ini akan digunakan sistem aplikasi/software pencitraan 3 dimensi yaitu 3DStudio Max, dengan release versi 6, software pengolah foto yaitu photoshop dan software design grafis yaitu corel draw. Namun fokus pembahasan akan ditujukan terhadap aplikasi sistem 3Dstudio Max,

Tutorial download

Jumat, 04 Januari 2008

CONFIGURASI VGA CARD INTEL GRAPHICMEDIA ACCELERATOR 950 PADA UBUNTU 7.10

First, as root, install 915resolution with the following command:
apt-get install 915resolution

Now you will need to configure the settings to match your monitor's native resolution. Edit the file /etc/default/915resolution with your favourite editor. You can use this line below to launch the editor:
gedit /etc/default/915resolution

Change the contents of this file to match below, changing the XRESO and YRESO to match your display's resolution:
mode=3c
XRESO=1280
YRESO=800
BIT=32

Reboot your system and you should now be able to use the resolution
you entered.

Tutorial