Wednesday, August 11, 2010

add-on firefox bernilai guna tinggi

AdblockPlusElementHidingHelper
AdblockPlus
BarTab
DefaultFullZoomLevel
EPUBReader
ExtendedStatusbar
FEBE
FirefoxSync
FlashGot
Flashblock
Greasemonkey
HideMenubar
ImgLikeOpera
KasKusMenu
KeeFox
MozillaArchiveFormat
Multifox
Omnibar
PersonalMenu
RedirectRemover
TabMixPlus
TabPreview
XmarksSearchtabs
Xmarks
Yoono

Adblock Plus Filter Subscription:
ABP_Indo
http://indonesianadblockrules.googlecode.com/files/abp_indo.txt

Adblock Plus Indo
http://adblockplus-id.net78.net/adblockplus-id.dat

bonus user script:
remove all facebook ads
kaskus vbulletin rep-giver
kaskus fix-obfuscator
rapidshare links checker

ubuntu for dummies

settings pasca install ubuntu dan driver touchpad gpointing-device-settings

system--administration--software sources
ubuntu software--download from--other--indonesia--dl2.foss-id.web.id--chose server
tab updates--jangan centrang semua ubuntu updates--close--exit

accesories--terminal
sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo add-apt-repository ppa:elementaryart/ppa
sudo add-apt-repository ppa:dockbar-main/ppa
sudo add-apt-repository ppa:globalmenu-team/ppa
close

system--administration--synaptic package manager--reload
sort by origin:
install: nautilus, dockbarx, elementary-icon-theme, elementary-theme, gnome-applet-globalmenu, gnome-mplayer, aria2, music-applet, netspeed, ntfs-config, comix, banshee, compizconfig-settings-manager
restart komputer
atau restart nautilus dengan perintah terminal "nautilus -q"

download dan install namebar applet 0.5 dari sini
buang applet menu bar dan shortcut firefox & help
urutan applet dari kiri: main menu, namebar, globalmenu, dockbarx, music applet, netspeed, CPU scaling, dekstop. sisanya biarkan default
namebar: size 100, text active hitam pekat
global menu: jangan contreng display active apps name
netspeed: show sum instead of in & out

Then go to System > Preferences > CompizConfig Settings Manager, scroll down to the "Effects" section and click "Window Decorations". On the "Decoration windows" field, replace "any" with "!state=maxvert" (without the quotes). Like so

Also, make sure the "Decoration windows" plug-in is enabled (see the red rectangle in the screenshot above).



ubah tampilan panel seperti gambar di bawah ini


setting lanjutan:
system--administration--time and date dikoreksi sesuai waktu sebenarnya
system--administration--login screen--unlock--login automatically
system--preferences--appereance
theme elementary--visual effect extra
remove panel bawah
enjoy :)

Tuesday, July 13, 2010

repo wajib ubuntu

sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa nautilus-elementary
sudo add-apt-repository ppa:elementaryart/ppa elementary theme
sudo add-apt-repository ppa:dockbar-main/ppa dockbarx
sudo add-apt-repository ppa:globalmenu-team/ppa globalmenu
sudo add-apt-repository ppa:tsbarnes/misc namebar
sudo add-apt-repository ppa:tiheum/equinox faenza-icon-theme
sudo add-apt-repository ppa:chromium-daily/ppa chromium-daily
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo add-apt-repository ppa:docky-core/ppa
sudo add-apt-repository ppa:gloobus-dev/gloobus-preview

sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme

sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo apt-get update && sudo apt-get upgrade

sudo add-apt-repository ppa:elementaryart/elementarydesktop
sudo apt-get update
sudo apt-get install elementary-icon-theme

Thursday, June 03, 2010

Global Menu is the globally-shared menu bar of all applications launched in your desktop session.
There are several advantages by adopting a shared global menu bar in Gnome (thanks Matthew for organizing these):

* It works better with narrow windows, because the width of the menus isn’t limited to the width of the window. (This is a problem for Gimp and Inkscape especially.)

* It’s less confusing -- when two menu bars are visible on-screen at once, sometimes people choose the wrong one.

* Global Menu is the first step to move toward a Document Centric Desktop Environment which is, according to us, a long-term trend in DEs.

Install globalmenu in Ubuntu 10.04(Lucid)/9.10(Karmic)

Open the terminal and run the following commands

sudo add-apt-repository ppa:globalmenu-team/ppa
sudo apt-get update
sudo apt-get install gnome-globalmenu

Add globalmenu to panel

- right click on a panel, select Add To Panel

- choose Global Menu Applet from the list

- logout, and back in again

Installation Video






sumber: ubuntugeek.com

Cara memperbaiki GRUB yang hilang/rusak (pada Ubuntu)


First, insert your Ubuntu CD into your computer and restart it, making sure
to have your computer start the operating system that is on the CD itself.
Next, choose your language and select Try Ubuntu.
Wait while the software loads. You will need to type some code to restore
your bootloader. On the Applications menu, click Accessories, and then click
the Terminal item. Enter the following:


$ sudo fdisk -l


Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device______Boot___Start________End________Blocks____Id_____System
/dev/sda1____________1________1224________64228+___83_____Linux
/dev/sda2_____*____1225_______2440______9767520____a5____Windows
/dev/sda3__________2441______14593_____97618972+___5____ Extended
/dev/sda4_________14532______14593_______498015____82___Linux swap

Partition table entries are not in disk order

This output means that your system (Linux, on whit Ubuntu is based)
is installed on device /dev/sda1, but your computer is booting to /dev/sda2
(where Windows is located). We need to rectify this by telling the computer
to boot to the Linux device instead.
To do this, first create a place to manipulate your Ubuntu installation:


$ sudo mkdir /media/root

Next, link your Ubuntu installation and this new folder:


$ sudo mount /dev/sda1 /media/root

If you’ve done this correctly, then you should see the following:


$ ls /media/root
bin dev home lib mnt root srv usr
boot etc initrd lib64 opt sbin sys var
cdrom initrd.img media proc selinux tmp vmlinuz

Now, you can reinstall :


$ sudo grub-install --root-directory=/media/root /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script grub-install.
(hd0) /dev/sda

Finally, remove the Ubuntu disc from your CD-ROM drive, reboot your
computer, and enjoy your Ubuntu system once again.


Disadur dari Getting Started with Ubuntu 10.04 oleh The Ubuntu Manual Team
credit goes to Cndr Agslm
for the great tutorial :)

Wednesday, June 02, 2010

cdcat: multiplatform disk catalog on windows & linux

The cdcat is graphical (QT based) multiplatform (Linux/Windows/MacOS) catalog program which scans the directories/drives you want and memoryze the filesystem (including the tags of mp3's) and store it in a small file.
The database is stored in a gzipped XML format, so you can hack it, or use it if necessary :-)
Cdcat can store the content of some specified files up to a size limit if you want. (for example: *.nfo)

Features:

- Searching with regex or wildcards in file names/comments/tags/etc...
- Read mp3 tags (if you enable it)
- Autoload database on startup
- Can mount/umount/eject the cd-drive on Linux
- Read file content from the specified files (e.g: *.nfo)
- Platform indepentent Gzipped XML format.
- Import/Export functions for CSV/XML-gtktalog/HTML
- Possibility to add comment for files or directories.

cara instalasi di ubuntu:
sudo apt-get install cdcat

eksekusi:
via terminal: ketik "cdcat" tanpa tanda petik, lalu tekan Enter
via GUI: klik Preferences---Main Menu
pilih Application---Accessories---New item
Type: Application
Name: CD Cat
Command: cdcat
OK dan close

cara instalasi di windows:
download dan install/ekstrak file ini, cekidot...
cdcatwin.zip atau cdcatwin.exe

sumber: http://cdcat.sourceforge.net/

Monday, May 31, 2010

aplikasi wajib pasca install ubuntu 10.04

virtual keyboard onboard terinstal, command via terminal onboard

gnome-mplayer

sudo apt-get install gnome-mplayer

Namebar

dockbarx

globalmenu

nautilus-elementary

flashgot
http://flashgot.net/getit

aria2 download manager
sudo apt-get install aria2

Music Applet
a small, simple GNOME panel applet that lets you control a variety of different music players from the panel. Music Applet provides easy access to information about the current song and the most important playback controls.
sudo apt-get install music-applet

Netspeed
apt-get install netspeed

ntfs-config
sudo apt-get install ntfs-config

comix
comic/manga reader. filetype: compressed or image
sudo apt-get install comix

VLC media player
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc

Avant Window Navigator
sudo apt-get install avant-window-navigator

libdvdcss2 w32codecs
The libdvdcss2 package helps you play dvds. The w32codecs package is used to play some media file formats in mplayer, xine etc.
sudo apt-get install libdvdcss2 w32codecs

ubuntu codec/fonts etc
sudo apt-get install ubuntu-restricted-extras

Open Folder in Rhythmbox
Open a Terminal and type:
mkdir ~/.gnome2/rhythmbox/plugins/

Download rb-open-folder-0.4.tar
Extract folder to ~/.gnome2/rhythmbox/plugins
Restart Rhythmbox
Enable plugin via edit>plugins

Now when you right click a track you will see an option to 'open containing folder'.

KeePass Professional Edition 2.10 di ubuntu 10.04

1. Check mono is installed: Installed by default in Ubuntu
cara ngeceknya, buka terminal, ketik mono
enter
kl ada baris perintah kaya gini:
Usage is: mono [options] program [program-options]

Development:
--aot Compiles the assembly to native code
--debug[=] Enable debugging support, use --help-debug for details
--profile[=profiler] Runs in profiling mode with the specified profiler module
--trace[=EXPR] Enable tracing, use --help-trace for details
--help-devel Shows more options available to developers

Runtime:
--config FILE Loads FILE as the Mono config
--verbose, -v Increases the verbosity level
--help, -h Show usage information
--version, -V Show version information
--runtime=VERSION Use the VERSION runtime, instead of autodetecting
--optimize=OPT Turns on or off a specific optimization
Use --list-opt to get a list of optimizations
--security[=mode] Turns on the unsupported security manager (off by default)
mode is one of cas, core-clr, verifiable or validil
--attach=OPTIONS Pass OPTIONS to the attach agent in the runtime.
Currently the only supported option is 'disable'.

artinya mono udah terinstall hehe
2. Install mono-devel: sudo apt-get install mono-devel
3. Install System.Windows.Forms for Ubuntu: sudo apt-get install libmono-winforms*
4. Download and extract KeePass portable di http://keepass.info/download.html
pilih Portable KeePass 2.10 (ZIP Package)
5. Run with the command: mono KeePass.exe

catetan: saya mengekstrak di folder /home/l/KeePass-2.10
untuk jalaninnya, buka terminal, ketik cd /home/l/KeePass-2.10
trus ketik command: mono KeePass.exe

jadi kaya gini:

l@ubuntu:~$ cd /home/l/KeePass-2.10
l@ubuntu:~/KeePass-2.10$ mono KeePass.exe

TADAA!!! IT WORKS!!:D

sekarang, buat shortcutnya di menu launcher
klik System---Preferences---Main Menu
saya ingin buat menu di Accesories, tapi soal itu terserah user bebas mw di menu mana hehe
klik Applications---Accesories---New Item
Type: Applications
Name: KeePass
Command: mono /home/l/KeePass-2.10/KeePass.exe
icon pilih sesukamu hehe

catetan: pada tab Command, saya contohin di komputerku, intinya mono[spasi](lokasi file KeePass.exe diekstrak)

soal cara penggunaan KeePass, silahkan ngulik sendiri...hihi
ini saya kopas dari situsnya:

What is KeePass?
Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your homepage's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, homepage, etc. Unimaginable.

KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). For more information, see the features page.


sumber: http://greysquare.org/blog/2010/03/05/keepass-on-ubuntu/
dan http://keepass.info/index.html

Friday, April 23, 2010

deteksi touchpad di Laptop Axioo Ubuntu Karmic Koala 9.10 grub 2.0

seperti temen2 ketahui, install Linux di laptop merk Axioo itu kaya pain in the ass...
kita harus matiin service acpi supaya Linux bisa detek itu touchpad...
buat distro2 berbasis grub 2.0 beta (contohnya Ubuntu 9.10)ataupun grub 2.0 lainnya, kita harus masukin parameter ini:

hehe ane dapet ilmu baru :)
barusan ngutakatik grub dapet ini…

buka terminal
sudo gedit /etc/default/grub

cari GRUB_CMDLINE_LINUX_DEFAULT dan GRUB_CMDLINE_LINUX

isi jadi
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash noapic nolapic i8042.nomux=1″

dan

GRUB_CMDLINE_LINUX=”noapic nolapic i8042.nomux=1″

save the file then run terminal
sudo update-grub

Silahkan lihat perubahannya di sudo gedit /boot/grub/grub.cfg

bakalan ada:

linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda2 loop=/ubuntu/disks/root.disk ro noapic nolapic i8042.nomux=1 quiet splash noapic nolapic i8042.nomux=1

linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda2 loop=/ubuntu/disks/root.disk ro single noapic nolapic i8042.nomux=1

restart komputer.
beres…touchpad bakal detek lagi :)

GPointingDeviceSettings aplikasi touchpad Linux Ubuntu

GPointingDeviceSettings adalah aplikasi GUI untuk setting touchpad Synaptics Pointing Device di Linux. aplikasi ini menurut saya memiliki fungsi lebih baik daripada aplikasi standar maupun GSynapstics

Support features

Mouse type device

Middle button emulation

  • Middle button timeout value

Wheel emulation

  • Wheel emulation button
  • Wheel emulation timeout value
  • Wheel emulation inertia value

Scrolling

  • Vertical scrolling on/off
  • Horizontal scrolling on/off

Touchpad

  • Disable touchpad
  • Disable tapping and scrolling
  • Disable while any other devices are connect.
    • This options is available only if you use with GNOME.

Palm detection

  • width and depth

Guest mouse off

Locked drags

Tapping

  • Tapping time value
  • Tapping move value
  • Fast tapping on/off

Scrolling

  • Vertical scrolling distance value
  • Horizontal scrolling distance value
  • Circular scrolling start position
  • Continuous edge scrolling on/off
  • Two finger scrolling on/off

Speed

  • Minumum/maximum speed
  • Acceleration

Pointing stick

Sensitivity

Middle button time out

Press to Select

  • Enable/disable
  • Press to Select threshold

Screen shot

Touchpad




























Cara instalasi di Ubuntu Karmic Koala 9.10

buka Terminal, masukkan command $ sudo apt-get install gpointing-device-settings
Jalankan aplikasi via command $ gpointing-device-settings
atau kamu juga bisa buat Launcher/shortcutnya
pilih System menu, Preferences menu, kemudian klik New Item.
buat nama "Pointing Devices", kemudian masukkan entry /usr/bin/gpointing-device-settings sebagai Command. Kemudian set icon ke /usr/share/gpointing-device-settings/icon/ pilih icon yang kamu suka. klik OK dan Voila selesailah instalasi driver Synapstic ente
MySpace

Wednesday, April 21, 2010


TADAAA!!!
akhirnya kluar juga mood buat nulis blog nih setelah lama (banget) dibikin hehe
mulai ngeblog ngalor-ngidul aah.......