Thursday, August 6th, 2009 1,668 views

Kemarin-kemarin ada yang sempat bertanya tentang cara sharing koneksi speedy, tapi saya masih belum sempat tulis artikelnya karena banyak kesibukan . Mumpung sekarang ada waktu, saya buat saja .
Sebelum membicarakan masalah sharing speedy, sebaiknya kita mesti tahu dulu paket speedy yang kita gunakan yang biasanya dibagi menjadi paket timebased dan volumebased.
Ada juga paket yang unlimited. Pada paket timebased ada paket 15 jam dan ada juga paket 50 jam. Jika kelebihan dari paket tersebut, maka dikatakan overquota. Kalau mau sharing koneksi speedy, sebaiknya anda menggunakan paket speedy unlimited karena menghindari overquota dalam pemakaian bulanan.
Tapi jika anda tetap menginginkan menggunakan paket timebased untuk disharing, maka sebaiknya anda sering-sering melakukan pengecekan tagihan dan mengoffkan modem ketika koneksi internet selesai.
Jika biasanya anda menggunakan sistem dial ketika mengakses speedy, maka artikel berikut adalah cara untuk membuat sharing speedy anda untuk diakses bersama. Pastikan anda telah memiliki Hub, kabel ethernet yang telah di crimping RJ-45, dan 2 bh PC untuk mengetes.
Proses setting yang akan kita lakukan adalah mengubah settingan di modem dari Bridged Mode menjadi PPOe Mode
1. Setting IP address PC anda dengan IP Address yang sesuai dengan kelas IP Articonet, defaultnya
IP articonet : 192.168.1.1
IP Address PC : 192.168.1.2
Subnet : 255.255.255.0
Gateway : 192.168.1.1
DNS : 202.134.1.10
Koneksikan kabel LAN dari PC ke Modem Articonet
(more…)
Posted in Teknologi | 2 Comments »
Sunday, May 3rd, 2009 5,947 views
Samba is an Open Source/Free Software suite thau usually use for provide sharing file and printer between different Operating System like linux and windows. In ubuntu jaunty 9.04 to enable sharing folder between two computer, you must install samba first by using command :
sudo apt-get install samba
After install samba, edit the smb.conf ( /etc/samba/smb.conf )
sudo nano/etc/samba/smb.conf
Change Workgroup to your home network. Then save the configuration.
After that, by right click the folder that you want to share and choose sharing options. the option windows will appear and give a check to share this folder and guest access.
Now you restart your samba
sudo /etc/init.d/samba restart
Test your home network using another PC or from your PC to another
Posted in Linux | 5 Comments »
Monday, January 12th, 2009 4,058 views
Since 3 month ago, I tried using the virtualbox application in Ubuntu. The Installation process is easy. First time, the reason why I use virtualbox actually because I want my canoscan lide 25 to function properly. I already use some applications such as xsane in Ubuntu and kooka in Kooka but the result is still unsatisfactory (the scanner result is still not clear). I just write that I’ve done this week. I hope it can helped around there that have problem same with me . Sometime i forget this step, so i hope this can help me too, when i have problem like this again. Ok Here we go :
in terminal mode :
nano /etc/apt/sources.list
Add to this line :
deb http://download.virtualbox.org/virtualbox/debian hardy non-free deb http://download.virtualbox.org/virtualbox/debian hardy non-free
If you using intrepid, just change the word hardy to intrepid.
(more…)
Posted in Linux, notes | 2 Comments »