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