Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

1. optimalkan ram 4 GB ubuntu 32 bit sudo apt-get install linux-headers-server linux-image-server linux-server 2.

enable compiz cube ubuntu 11 buka ccsm menu preferences > tab plugin list. hilangkan contreng automatic plugi n sorting. enable kan cube, rotate disablekan desktopwall contreng lagi automatic plugin sorting 3. reset unity unity --reset-icons =reset icon launcher unity --reset =reset seluruh unity reset compiz dan unity gconftool-2 --recursive-unset /apps/compiz-1 unity --reset 4. ALT + F2 doesn't work by default in GNOME Shell under Ubuntu 11.10 Oneiric Oc elot. To fix it, open "System Settings" and under Keyboard > Shortcuts > System, click "Disabled" next to "Show the run command prompt" and press ALT + F2 - thi s should set ALT + F2 for running the command prompt. 5. libre office global menu sudo apt-get install lo-menubar 6. ubuntu tweak sudo add-apt-repository ppa:tualatrix/next sudo apt-get update sudo apt-get install ubuntu-tweak 7. DHCP Server Konfigurasi DHCP Server di Linux Debian Dalam tulisan ini saya memakai lan card eth0 dengan IP Address 10.200.10.1/25 langkah awal install paket dhcp3-server # apt-get install dhcp3-server lalu edit file dhcp3-server # vim /etc/default/dhcp3-server cari baris : INTERFACES="" ganti dengan : INTERFACES="eth0" langkah berikutnya, cadangkan file dhcpd.conf # mv /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.asli buat file dhcpd.conf yang baru: # vim /etc/dhcp3/dhcpd.conf ketikan scripts berikut : subnet 10.200.10.0 netmask 255.255.255.128 { range 10.200.10.2 10.200.10.25; option broadcast-address 10.200.10.127; option routers 10.200.10.1; default-lease-time 7200; max-lease-time 600; } simpan file lalu restart dhcp # /etc/init.d/dhcp3-server restart OK, SELESAI 8. install skype sudo add-apt-repository ppa:keks9n/skypetab sudo apt-get update sudo apt-get install skypetab-ng 9. convert ubuntu to mac

wget http://dl.dropbox.com/u/47950494/Mac-Lion-Cursors.tar.gz sudo tar -xzvf Mac-Lion-Cursors.tar.gz -C /usr/share/icons mkdir ~/.themes wget http://dl.dropbox.com/u/47950494/Mac-Lion-Theme.tar.gz tar -xzvf Mac-Lion-Theme.tar.gz -C ~/.themes mkdir ~/.icons wget http://dl.dropbox.com/u/47950494/Mac-Lion-Icons.tar.gz tar -xzvf Mac-Lion-Icons.tar.gz -C ~/.icons 10. install emerald ubuntu 11 $ sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intlt ool libdecoration0-dev $ wget http://cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.4.t ar.gz $ tar -xf emerald-0.9.4.tar.gz $ cd emerald-0.9.4 $ ./autogen.sh && make clean && make distclean && ./configure --prefix=/usr && m ake && gksu make install $ cd .. && rm -rf emerald-0.9.4 && rm emerald-0.9.4.tar.gz 11.mount harddisk otomatis sudo apt-get install pysdm 12 install mint mate ubuntu 11. add sources list "deb http://packages.linuxmint.com/ lisa main upstream import" sudo apt-get update sudo apt-get install linuxmint-keyring sudo apt-get update sudo apt-get install mint-meta-mate 13. advanced setting sudo apt-get install gnome-tweak-tool

You might also like