Sabtu, 30 Oktober 2010

Install Jdownloader in Ubuntu 10.10/10.04/9.10 using Ubuntu PPA

JDownloader is open source, platform independent and written completely in Java. It simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don’t pay. It offers downloading in multiple paralell streams, captcha recognition, automatical file extraction and much more. Of course, JDownloader is absolutely free of charge. Additionally, many “link encryption” sites are supported - so you just paste the “encrypted” links and JD does the rest. JDownloader can import CCF, RSDF and the new DLC files.


Install Jdownloader in Ubuntu 10.10/10.04/9.10

Open the terminal and run the following command
sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader

Geany - Small and lightweight Integrated Development Environment

Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME - Geany only requires the GTK2 runtime libraries.
Some basic features of Geany:
* Syntax highlighting
* Code folding
* Symbol name auto-completion
* Construct completion/snippets
* Auto-closing of XML and HTML tags
* Call tips
* Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal
* Symbol lists
* Code navigation
* Build system to compile and execute your code
* Simple project management
* Plugin interface
Geany is known to run under Linux, FreeBSD, NetBSD, OpenBSD, MacOS X, AIX v5.3, Solaris Express and Windows. More generally, it should run on every platform, which is supported by the GTK libraries. Only the Windows port of Geany is missing some features.
The code is licensed under the terms of the GNU General Public Licence.
Install Geany in ubuntu
Open the terminal and run the following commands
sudo add-apt-repository ppa:geany-dev/ppa
sudo apt-get update
sudo apt-get install geany geany-plugins
Screenshot















Sourcecode:here

Selasa, 26 Oktober 2010

How to Install Java Runtime Environment (JRE) in Ubuntu 10.10 (Maverick) using PPA

Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are compiled to bytecode, which at runtime is either interpreted or compiled to native machine code for execution.

The language itself derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. JavaScript, a scripting language, shares a similar name and has similar syntax, but is not directly related to Java.
Install java in ubuntu 10.10
Open the terminal and run the following commands
sudo add-apt-repository ppa:sun-java-community-team/sun-java6
sudo apt-get update
sudo apt-get install sun-java6
Ubuntu 10.04(Lucid) users also can install java using this PPA

nb:Sourcecode here

Senin, 25 Oktober 2010

Apt-fast and Axel: Faster apt-get Installations and Upgrades

Apt-fast script that combines the power of the axel download manager with the stability of apt-get.
Install axel in ubuntu
First you need to install axel in ubuntu using the following comamnd from your terminal
sudo apt-get install axel
Now you need to download apt-fast script from here.Then, just place the script somewhere (/usr/bin or /usr/sbin is ideal), rename it to apt-fast (without the .sh extension)
sudo mv apt-fast.sh apt-fast
now you need to change the permissions to downloaded script
sudo chmod +x apt-fast
Using apt-fast
Once done, just use it like apt-get. To install a single package, make sure your database is up to date (apt-fast update), and run apt-fast install packagenamehere. Watch it download with incredible speed, and install your requested packages. To upgrade or dist-upgrade, do the same thing. Just use apt-fast dist-upgrade or apt-fast upgrade.
Should your download stall for any number of reasons, you’ll need to do an apt-fast clean.


nb:Sourcecode here

Minggu, 24 Oktober 2010

Repository Ubuntu 10.10 (maverick)

Ubuntu versi terbaru sudah hadir,kini saatnya kita tambahkan repository lokal
ini dia listnya
Server Foss-ID 
deb http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse

Server ITB
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse

Server Kambing
deb http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse

mungkin dah pada tahu kan cara memakai reponya..?
oke ini caranya
pertama buka terminal trus ketik kode berikut
$sudo nano /etc/apt/source.list

kemudian copy code server diatas,pilih salah satu,kemudian paste di terminal tadi..
terakhir update repository,caranya..
$sudo apt-get update

sekian,semoga bermanfaat...

Gpick - Advanced color picker

gpick is advanced color picker written in C++ using GTK+ toolkit

Features:
* Create palettes from images
* Color scheme creation tools
* Fast color picking
* Magnification
* Colors automatically named
o Closest color name is found using CIE94 color difference function, which is closer to the way humans interpret color differences, than difference of red, green and blue color amounts
* Export to following formats
o Inkscape/Gimp Palette (*.gpl)
o Adobe Swatch Exchange (*.ase)
o Alias/WaveFront Material (*.mtl)
* Import from following formats:
o Inkscape/Gimp Palette (*.gpl)
o Adobe Swatch Exchange (*.ase)
* Picked colors can be copied to clipboard in multiple formats
o Hexadecimal notation - #rrggbb
o Functional RGB notation - rgb(red, green, blue)
o Functional HSL notation - hsl(hue, saturation, lightness)
o Custom conversions can be done, but requires some Lua language knowledge
* Oversampling with five falloff types
o Multiple pixel values are averaged to help picking colors from sources with noise, patterns and etc, where each pixel is different and overall color is produced by different amounts of particular color
* Mix two or more colors using variable number of steps and different mixing types
* Create lightness and/or saturation variations
* Create harmonious colors
* Create color schemes

Install gpick in ubuntu
Download deb packages from here once you have deb packages you can install by double clicking on it.
Screenshot
















nb:sourcecode here

Rabu, 20 Oktober 2010

3 langkah mudah membuka password windows dengan ubuntu

Terkadang kita dihantui dengan sifat lupa dan itu adalah hal yang lumrah, tetapi jika sifat lupa itu datang di saat kita akan membuka komputer / laptop windows yang terproteksi password apalagi didalamnya terdapat puluhan bahkan ribuan data penting kita...

apa yang akan kita lakukan?? kalau kita terbiasa menggunakan sistem operasi yang bebas alias free seperti LINUX hal ini akan dengan mudah diatasi...ada beberapa langkah mudah dan cepat..yang anda butuhkan hanyalah kesabaran dan ketelitian..:D

oke ini 3 langkah mudahnya:

1)Persiapkan cd Live /usb Live linux anda, dalam hal ini saya memakai Ubuntu 10.04,tapi pada dasarnya semua versi LINUX sama..cd Live ini nantinya yang akan digunakan untuk membongkar password windows anda...

2)Install aplikasi Open Source  chntpw dengan menjalankan Synaptic Package Manager Ubuntu
sebelumnya lakukan penyetingan repository, caranya dengan mengklik menu Settings > Repositories pada jendela Synaptic, kemudian, centang pilihan 'Community-maintained Open Source software (universe)' dan klik Close

Jika sudah selesai, tekan tombol Reload dan Synaptic akan mendownload informasi paket terbaru dari Universe,Setelah selesai, ketikkan chntpw pada kotak Search.
centang kotak di sisi tulisan chnptw, pilih 'Mark for Installation'. Lalu klik Apply untuk menginstalnya

3) Ubah password Windows anda dengan chntpw
Caranya :
1. Mount hardisk / drive instalasi Windows Anda, caranya buka hardisk / drive dan kemudian simpan label drive yang muncul di menu bar jendela file browser
 / naitilus
3. Buka Terminal (Applications > Accessories > Terminal)
4. Ketik perintah berikut pada Terminal:
$cd / media
ls
5. Ketik: cd [nama label yang anda simpen tadi]
6. ketik: cd WINDOWS/system32/config
7. Untuk mengubah password Administrator anda, ketikkan perintah: sudo chntpw SAM
8. Nanti Akan muncul beberapa perintah yang bisa Anda pilih, cara paling aman adalah dengan meremove password lama di komputer windows anda, caranya  dengan menekan angka '1', pada pilihan yang ada lalu tekan 'y' untuk konfirmasi
9. Pilih '2' untuk mengubah password lama ke password baru anda, namun cara ini adalah cara untuk user advanced
10. Untuk mengubah password user lain, ketikkan perintah berikut di terminal sudo chntpw –u [nama user] SAM

Semoga Bisa Membantu...
Selamat mengoprek

Kamis, 14 Oktober 2010

Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 10.10 (Maverick Meerkat)

MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text- based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.



Install Mplayer in Ubuntu 10.10 (Maverick)
You have to make sure you have enabled universe,multiverse repositories
Now you need to run the following command to update the source list
sudo apt-get update
Install mplayer using the following command
sudo apt-get install mplayer
or
Click on the following link
apt://mplayer
If you want to open mplayer go to Applications—>Sound&Video—> Mplayer Movie Player
Install w32 video codecs and libdvdcss2 in Ubuntu 10.10 (Maverick)
Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.To play encrypted DVDs, the libdvdcss2 package is essential.
The following command adds Medibuntu’s repository to Ubuntu. It also adds Medibuntu’s GPG key to your keyring, which is needed to authenticate the Medibuntu packages.
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get -q update
sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring
sudo apt-get -q update
You may also wish to add the following packages. The first will cause many apps from the Medibuntu repository to appear in Ubuntu Software Center (Ubuntu 9.10+) or Add/Remove Applications (versions prior to 9.10). The second will allow users to generate crash reports against Medibuntu packages and submit them to the Medibuntu bugtracker.
sudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu
Please note you may have to use --force-yes instead of --yes in order for this command to succeed.
For i386 Users install Codecs using the following command
sudo apt-get install w32codecs libdvdcss2
For amd64 Users install Codecs using the following command
sudo apt-get install w64codecs libdvdcss2
Using above download locations you can install most of the mutimedia codecs for ubuntu.
Mplayer Plugin for Firefox
If you want to install Mplayer with plug-in for Mozilla Firefox run the following command
sudo apt-get install mozilla-mplayer
or click on the following link
apt://mozilla-mplayer

nb:Sourcecode ubuntugeek