Monday, January 12th, 2009 4,363 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 »
Monday, December 1st, 2008 686 views
Melanjutkan artikel yang sebelumnya tentang virtualbox
Sharing Folder and USB on Virtualbox
Contoh settingan :
Misalnya Konfigurasi IP Address anda 192.168.0.1/26
Maka IP Addressnya berkisar antara 192.168.0.1 - 192.168.0.63
Saya misalkan IP Address untuk bridge :
Ip Address : 192.168.0.12
netmask : 255.255.255.192
Gateway : 192.168.0.1
Untuk IP Address di virtual machine nanti saya gunakan
sudo tunctl -t tap1 -u dedyisn
sudo chown root.vboxusers /dev/net/tun
sudo chmod g+rw /dev/net/tun
sudo brctl addbr br0
sudo ifconfig eth0 0.0.0.0 promisc
sudo brctl addif br0 eth0
sudo ifconfig br0 192.168.0.12 netmask 255.255.255.192
sudo route add default gw 192.168.0.1 br0
sudo brctl addif br0 tap1
sudo ifconfig tap1 up
(more…)
Posted in Linux, Teknologi, notes | 1 Comment »
Tuesday, September 2nd, 2008 1 views
This is Program which running well in my Acer 4520. As you know Acer 4520 Using Amd Turion With Nvidia Geforce. I’m not include Application that have package in Ubuntu Like OpenOffice , Movie player, Rhytmbox and Other apps.
1. Accessories
CHM Viewer
#sudo apt-get install gnochm
Gnochm is a Compiled HTML Help (CHM) file viewer for GNOME systems
Knotes
#sudo apt-get install knotes
KNotes is a program that lets you write sticky notes. The notes are saved automatically when you exit the program, and they display when you open the program. The program supports printing and mailing your notes.
Money Manager
#sudo apt-get install kmymoney2
KMyMoney is the Personal Finance Manager for KDE. It operates similar to MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support.
(more…)
Posted in Linux, notes | 3 Comments »