Archive for the ‘Feisty Fawn’ Category.
15th October 2007, 10:33 am
Tutorial ini adalah untuk melakukan instalasi Ubuntu Feisty Fawn melalui jaringan. Dari sisi client menggunakan USB Stick.
1. Download file boot.img.gz dari mirror ubuntu.
wget http://archive.ubuntu.com/ubuntu/dists/feisty/main/installer-i386/current/images/netboot/boot.img.gz
2. Ketikan command dibawah ini untuk menulis file boot.img.gz ke usb stick. Sesuaikan /dev/sda atau /dev/sdb dengan letak usb sticknya.
zcat boot.img.gz > /dev/sda
3. Siapkan downloadan fiesty fawn alternate bukan desktop di salah satu komputer atau server yang sudah memiliki http server yang running.
4. Setelah itu jalankan komputer client dengan mengarahkan boot awal melalui usb.
5. Catatan jangan menjalankan DHCP server di jaringan untuk menghindari ubuntu yang sedang di install mencari update ke internet. Hal ini akan memakan waktu yang lama dan menghabiskan bandwidth internet saja.
6. Apabila ingin menginstall via network tetapi boot melalui cdrom, download file mini.iso
http://archive.ubuntu.com/ubuntu/dists/feisty/main/installer-i386/current/images/netboot/mini.iso
7. Kemudian burn ke cd dengan memakai tool cdburner
Semoga membantu
14th October 2007, 03:59 pm

- Install apache http server
sudo apt-get install apache2
- Install php untuk server apache
sudo apt-get install php5
- Install mysql server database
sudo apt-get install mysql-server
- Install mysql untuk apache server
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin (optional)
12th October 2007, 07:00 pm
VMware Server is a free virtualization product for Windows and Linux servers with enterprise-class support and VirtualCenter management. VMware Server is a robust yet easy to use server virtualization product and is based on proven virtualization technology, which has been used by thousands of customers for more than six yearsVmware server features
first you need to edit the /etc/apt/sources.list filesudo vi /etc/apt/sources.list
add the following line save and exit
deb http://archive.canonical.com/ubuntu feisty-commercial main
Now you need to update Ubuntu Source List using the following command
sudo apt-get update
Install Vmware Server in Ubuntu Feisty
sudo apt-get install vmware-server vmware-tools-kernel-modules
Agar vmware bisa log-in secara remote edit /etc/pam.d/vmware-authd
#%PAM-1.0
auth required pam_unix_auth.so shadow nullok
account required pam_unix_acct.so
12th October 2007, 06:31 pm
sudo apt-get install libxalan110 libxerces27
wget http://www.virtualbox.org/download/1.5.0/virtualbox_1.5.0-24069-1_Ubuntu_feisty_i386.deb
sudo dpkg -i virtualbox_1.5.0-24069-1_Ubuntu_feisty_i386.deb
Apabila terjadi error ketik
sudo apt-get -f install
Apabila ingin menjalankan VirtualBox jalankan melalui terminal(Applications—>Accessories— >Terminal)
VirtualBox
12th October 2007, 06:12 pm
Apabila kita menginstall ubuntu dengan video card yang berbeda pada awal instalasi dan kemudian kita ingin mengganti Video card tersebut, sehingga begitu ubuntu start yang tampil hanya blank screen. Nah lakuin command di bawah ini melalui console ato bisa via fail safe gnome
sudo dpkg-reconfigure -phigh xserver-xorg
12th October 2007, 06:11 pm
Untuk bikin mirror local bisa lakuin command di bawah ini
debmirror –host=kambing.ui.edu –method=ftp –passive –dist=feisty,feisty-updates,feisty-security,feisty-backports –section=main,restricted,universe,multiverse –ignore-missing-release –ignore-release-gpg –arch=i386 –root=ubuntu –postcleanup –nosource /home/user/ubuntu/
12th October 2007, 06:09 pm
sudo dpkg -i dpkg-dev_1.13.24ubuntu6_al.deb
cd /var/ww/html/ubuntu/
dpkg-scanpackages extra /dev/null | gzip -9c > extra/Packages.gz
cp extra/Packages.gz dists/feisty/extra/binary-i386/
Intalasi NVIDIA
aptitude install nvidia-glx
nvidia-xconfig
PLUGINS AUDIO
aptitude install gstreamer0.10-plugins-ugly
aptitude install gstreamer0.10-plugins-bad
INSTALL CODEC DAN VIDEO PLAYER
aptitude install w32codecs vlcgxine
FIREFOX PLUGINS
aptitude install mozilla-acroread mozilla-mplayer mozilla-plugin-vlc libflash-mozpluginj2re1.4-mozzila-plugions
12th October 2007, 06:04 pm
# sudo aptitude install compizconfig-settings-manager
# sudo aptitude install compiz
# sudo aptitude install compiz-fusion-plugins-main compiz-fusion-plugins-extra
# sudo aptitude install compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial compiz-fusion-plugins-unsupported
# compiz –replace
ingat tambahkan di /etc/apt/source
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
kemudian apt-get update
masukin GPG ke terminal
KEY=81836EBF; gpg –keyserver subkeys.pgp.net –recv $KEY && gpg –export –armor $KEY | sudo apt-key add -
12th October 2007, 06:01 pm
Agar file system NTFS (Windows) bisa di baca di linux ubuntu step-step
yang harus diikutin yaitu:
1. sudo apt-get install ntfs-3g
2. edit fstab di vim /etc/fstab
3. masukkan /dev/hda1 /mnt/window ntfs-3g silent,umask=0 0 0
4. hda1 itu partisi ntfs windows dan /mnt/windows itu dimana kita
akan memount partisi windows, terserah mau buat directory di
/media/hda1.
5. sudo umount -a
6. kemudian mount kembali sudo mount -a
7. Bisa juga lakukan ntfs-3g /dev/hda1 /media/hda1
8. beres sudah.. hardisk ntfs windows sudah bisa di baca dan tulis di
linux.
Selamat mencoba