>Lucid Themes di Jaunty

>saat ini saya masih menggunakan ubuntu jaunty… hehe,,, tidak ada bandwith besar untuk upgrade….
karmic ku hapus karena binun setting cpufreqdnya,,,,
tapi bukan itu yang akan di bahas,,, tapi tema baru lucid… yaitu Ambiance dan Radiance yang menggantikan Human yang menemani ubuntu versi sebelumnya…
untuk mendaptkan tema ini kita perlu menambahkan sedikit repo…
yaitu :

sudo bash -c "echo 'deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu jaunty main' >> /etc/apt/sources.list"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C

Lalu :
sudo apt-get update && sudo apt-get install gtk2-engines-murrine ubuntu-mono light-themes gtk2-engines-aurora
 
yah bgitulah, tinggal klik kanan > change baackgrounds > pilih tab themes > pilih Ambiance atau Radiance  

Posted in Uncategorized | Leave a comment

>Pidgin "waiting for network"

>Pernahakah anda mengalami, bahwa pidgin anda selalu waiting for network…?? dengan LAn atau wireles memang bagus, namun dengan ppp protocol??? “waiting for network selalu”
bagaimana cara mengatasinya???

ini sepertinya bug network manager… namun saya kurang yakin, cara mengatasinya mudah cukup ganti network manager dengan “WICD”
“sudo apt-get install wicd”
setelah itu y
dan wicd akan di install lalu network manger gnome akan di hapus, logout dan login kembali… Maka akan ada wicd di tray… dan cobalah koneksikan ppp anda, entah dengan gnome-ppp atau dengan wvdial manual… pasti pidgin anda akan lsg connecting… selamat mencoba…

Posted in Uncategorized | Leave a comment

>Clean Your Ubuntu

>Once in a while, you may want to do some maintenance on your Ubuntu machine and clean up unnecessary files that are chunking up large storage space in your hard disk.

Here are 8 ways that you can use to clean up your Ubuntu:
1) Analyze your disk usage

The first thing that you need to do is to find out which files are consuming the large bulk of the storage space in your hard disk. Go to Applications->Accessories->Disk Usage Analyzer and click on the Scan Filesystem at the top to get it to analyze your disk usage pattern. You will be able to see instantly which files/folders are taking up the bulk.

cleaning-in-progressOnce in a while, you may want to do some maintenance on your Ubuntu machine and clean up unnecessary files that are chunking up large storage space in your hard disk.

Once you have determined the files that are taking up large storage space, you can do the following:

* decide if you have any use of the files. If not, send them to the trash.
* If you have no immediate use of the file, but will need to reference to it in the future, either backup to a CD/DVD or to an external hard disk. If the file is too big, you may want to compress and split it to several small files for easier storage.

2) Clear duplicate files and broken symlinks

Over the time, you could have dozen copy of the same file lying in different corners of your system. The best place is to hunt them down and eliminate them before they take control of the hard disk.

FSlint is a utility to find and clean various forms of lint on a filesystem, especially duplicate files and broken symlinks.

Install fslint, or via the terminal:

sudo apt-get install fslint

Go to Applications-> System Tools-> FSlint. Add the file path that you want to search. On the left, click on the Duplicate tab and click Find at the bottom.

Other than finding duplicate files, FSlint can also find broken symlinks, empty directories, bad IDs and even redundant temp files, all of which you can delete and recover back your precious disk space.

3) Clean up your package installation

If you have installed and uninstalled a lot of applications, chances are your system is infected with a lot of dependencies files that you have absolutely no use for. Here are some useful commands to get rid of any partial package and remove any unused dependencies:

Cleaning up of partial package:

sudo apt-get autoclean

Cleaning up of the apt cache:

sudo apt-get clean

Cleaning up of any unused dependencies:

sudo apt-get autoremove

A good practice to avoid any left behind is to use the autoremove command whenever you want to uninstall an application.

sudo apt-get autoremove application-name

4) Get rid of old residual config package

When you upgrade a software to a later version, the package of its previous version will still be left behind in the system. You will be able to free up some space by eliminating the old residual config package

Open up your Synaptic Package Manager (System-> Administration-> Synaptic Package Manager). On the left, click on the Status button. You will see a few options appear on the top left pane. If there is a Not Installed (residual config) option, click on it. This will reveal all the residual config package in the system.
8 Ways to Maintain a Clean, Lean Ubuntu Machine
Posted by: Damien on October 7th, 2008

* View Comments
* Share4
*
17retweet

cleaning-in-progressOnce in a while, you may want to do some maintenance on your Ubuntu machine and clean up unnecessary files that are chunking up large storage space in your hard disk.

Here are 8 ways that you can use to clean up your Ubuntu:

1) Analyze your disk usage

The first thing that you need to do is to find out which files are consuming the large bulk of the storage space in your hard disk. Go to Applications->Accessories->Disk Usage Analyzer and click on the Scan Filesystem at the top to get it to analyze your disk usage pattern. You will be able to see instantly which files/folders are taking up the bulk.

disk-usage-analyzer

Once you have determined the files that are taking up large storage space, you can do the following:

* decide if you have any use of the files. If not, send them to the trash.
* If you have no immediate use of the file, but will need to reference to it in the future, either backup to a CD/DVD or to an external hard disk. If the file is too big, you may want to compress and split it to several small files for easier storage.

2) Clear duplicate files and broken symlinks

Over the time, you could have dozen copy of the same file lying in different corners of your system. The best place is to hunt them down and eliminate them before they take control of the hard disk.

FSlint is a utility to find and clean various forms of lint on a filesystem, especially duplicate files and broken symlinks.

Install fslint, or via the terminal:

sudo apt-get install fslint

Go to Applications-> System Tools-> FSlint. Add the file path that you want to search. On the left, click on the Duplicate tab and click Find at the bottom.

FSlint

Other than finding duplicate files, FSlint can also find broken symlinks, empty directories, bad IDs and even redundant temp files, all of which you can delete and recover back your precious disk space.
3) Clean up your package installation

If you have installed and uninstalled a lot of applications, chances are your system is infected with a lot of dependencies files that you have absolutely no use for. Here are some useful commands to get rid of any partial package and remove any unused dependencies:

Cleaning up of partial package:

sudo apt-get autoclean

Cleaning up of the apt cache:

sudo apt-get clean

Cleaning up of any unused dependencies:

sudo apt-get autoremove

A good practice to avoid any left behind is to use the autoremove command whenever you want to uninstall an application.

sudo apt-get autoremove application-name
4) Get rid of old residual config package

When you upgrade a software to a later version, the package of its previous version will still be left behind in the system. You will be able to free up some space by eliminating the old residual config package

Open up your Synaptic Package Manager (System-> Administration-> Synaptic Package Manager). On the left, click on the Status button. You will see a few options appear on the top left pane. If there is a Not Installed (residual config) option, click on it. This will reveal all the residual config package in the system.
Check the box beside the package and select “Mark for complete removal”. Click Apply

5) Remove orphaned package

Other than the dependencies files, packages can also become orphaned when you uninstall an application. To get rid of orphan files, we can make use of gtkorphan, a graphical frontend for deborphan.
Install gtkorphan or via the terminal:
sudo apt-get install gtkorphan
Go to System-> Administration-> Removed Orphaned package

6) Keep track of what you have installed

Debfoster creates a dependency files to enable you to keep track of what you have installed. When you uninstall an application, it will check for any leave behind dependencies files or orphaned packages and ask you if you want to remove it.

Install debfoster, or via the terminal,

sudo apt-get install debfoster
Creating the initial keeper file:

sudo debfoster -q

Force the system to conform to the keeper file

sudo debfoster -f

If you have some packages that you never want to uninstall and do not want debfoster to handle those packages, you can edit the keeper file and remove those packages from the list.

gksu gedit /var/lib/debfoster/keepers

To see is there is any orphaned package or dependencies files that need to be removed:

sudo debfoster

7) remove locale files

Unless you have a need to switch to various locales all the time, you can uninstall the unused locales and free up some amount of the storage space in your system.

Install localepurge, or via the terminal:

sudo apt-get install localepurge

Once the installation is done, it will remove all locale files from your system that you have no need for.

Posted in Uncategorized | Leave a comment

>Aplikasi ZTE EVDO

>Pada awalnya saya kira tidak ada aplikasi yg dapat di gunakan agar zte saya dapat sms atau telepon…
karna tentu saja untuk mengisi pulsa flexi saya, tentu menggunakan media telepon ataupun sms…. kemudian saya menemukan yg namanya ztemtevdo… sebuah aplikasi yg sama dengan aplikasi pada windows,,, hehe,,, bisa sms dan telefon dah,,, untuk mndownload cukup search “ztemtevdo” maka akan muncul hasil untuk mendownload.

Posted in Uncategorized | Leave a comment

>wvdial Flexi

>koneksi dengan modem memang susah2 gampang…
ini adalah salah satu caranya,,, modem zte cdma flexi dengan wvdial…

[Dialer flexi]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CRM=1
Modem Type = Analog Modem
Baud = 230400
Modem = /dev/ttyUSB0
ISDN = 0
Phone = #777
Username = username
Password = telkom
New PPPD = yes

yah cuma sgitu saja… tidak bnyak… tapi bisa nymabung wuz3… hoho////

Posted in Uncategorized | Leave a comment

>Software stuck???

>Hal ini saya alami setelah menginstall “ztemtevdo” yg buatan zte, untuk modem flexi saya…. bisa di install, namun sdikit gagal… di pertengahan saya close… dsar inseng hehe….
tapi bukan di sini maslahnya… masalahnya adalah ktika akan meremove software tsb….
~$ sudo apt-get install -f
[sudo] password for armz:
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be REMOVED:
ztemtevdo
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database … 166394 files and directories currently installed.)
Removing ztemtevdo …
ztemtvcdromd: no process found
dpkg: error processing ztemtevdo (–remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
ztemtevdo
E: Sub-process /usr/bin/dpkg returned an error code (1)

y bgitulah kira2 masalahnya…. tapi ada yg ajaib,,, kita dapat ubah data ini manual… cukup singkat tapi sangat membantu…
sudo cp /var/lib/dpkg/status /var/lib/dpkg/status.backup
gksudo gedit /var/lib/dpkg/status

cari yg namanya ztemtevdo
delete….
sudo apt-get update
dan selesai… tidak ada software ztemtevdo di list synaptic

Posted in Uncategorized | Leave a comment

>Modem CDMA ZTE AC8720

>hmm,,, lama tidak write di blog….
haha,,,, sibuk dengan seven dan maen RO,,, Dengan macam2 server… hehe…
tapi bukan itu yang kan di bicarakan kali ini…
Ini adalah soal modem CDMA….Modem ZTE ini di tawarkan Flexi seharga 500rb aj cuy… Gmn ga tertarik, sama paket perdana lagi…. haha,, harganya juga itu loh cuma 50rb sbulan unlimit lagi, lumyanlah buat browse ato update linux saya,,,, pada awalnya, Yes, modem baru tinggal colok lah… ckck, twnya mlah jadi storage… kemudian ada cara yaitu menggunakan usb-modeswitch dengan begitu modem akan di detek sebagai USB Modem, haha… kemudian yang kedua ada update Network Manager ke 0.8, hasilnya jauh lbih stabil… kalau 0.7.* kurang stabil “putus dadakan”…
repo network manager :
deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main

Posted in Uncategorized | Leave a comment

>Windows 7 menu on Grub

>Setelah menginstall windows 7 dan mengembalikan Grub boot milik linux, saya kaget karna tidak ada pilihan windows 7 pada Grub saya… Saya berkeliling pada google rasanya sulit juga… ada berbagai macam versi tentang hal ini.
kemudian saya coba :
title windows7
root (hd0,4) ~karna menurut saya windows saya dipasang di partisi 4, /dev/sda4
makeactive ~baru fungsiny akhir2 ini
savedefault ~tidak begitu butuh
chainloader +1 ~tidak tahu juga fungsinya….

kemudian utak atik cahinloader dihilangkan, make active, savedefaults… dll…
ternyata oh ternyata “salah partisi
hahaha… bukan saya salah menebak tapi ternyata system dari windows7nya yang baru…
Ketika install windows7 membuat partisi 1 lagi secara otomatis dalam penginstallan, sehingga akan muncul /dev/sda3 (di komp saya) kemudian /dev/sda4 yang merupkan tempat windows saya berada.
di linux ini /dev/sda3 terlihat sebagai “System Preserved”
Pantas saja saya binun lihat partisi boot saya ada 2.. hahaha…
lalu saya ganti di menu.lst menjadi :
“title Windows7
root (hd0,3)
chainloader +1″

kenapa makeactive dan savedefault tidak masuk?
makeactive = “membuat partisi aktive sebagai boot pertama”
savedefault = “membuat grub memilih menu windows7 sebagai default”

Saya sgitu saja… CMIIW

Posted in Uncategorized | Leave a comment

>GMusicBrowser

>Ini adalah salah satu media player yang saya temui dan langsung jatuh cinta padanya, berawal dari Rhythmbox yang berat.. Saya pun mencoba mencari media player yang ringan dan “full featured” haha… Ada Amarok, exaile, audacious, banshee, dll.. Saya pun pernah mncoba semuanya kecuali “amarok” yang memang untuk Kubuntu itu… Tapi saya rasa masih kekurangan pada media player ini, kemudian mencari lagi ketemulah dengan GMusicBrowser mantaf dah tuh media player, apalagi jika OS anda sudah ubuntu Karmic, karna ada plugin yang membutuhkan aplikasi dari repo karmic, plugin tersebut adalah “notify dan webcontext”

Berikut cara install :

tambahkan repo ini
deb http://squentin.free.fr/gmusicbrowser ./
kemudian tambahkan key dari squeentin http://squentin.free.fr/gmusicbrowser/squentin.key.asc
update synaptic
sudo apt-get install gmusicbrowser
Selesai…

Posted in Uncategorized | Leave a comment

>Update Kernel Ubuntu Manual

>Bagi saya pemakai ubuntu jaunty update kernel sudah tidak banyak lagi yah istilahnya update terbaru di berikan pada penerusnya yakni Karmic, salah satunya ada Karmic.

Nah disini akan di berikan tutor update kernel secara manual dalam hal ini kernel terbaru adalah v2.6.32
1. Pertama downloadlah dulu file2 di alamat PPA kernel Ubuntu
2. Disana akan ada list dari berbagai versi karna itu pililah versi terbaru dan buka merupakan RC

3. Karna yang di cari ada versi stablenya
4. Download file dengan nama linux header generic, linux image generic, dan linux xxx-xxxx-xxxx all
5 Untuk i386 atau amd64 tergantung pada versi Ubuntu anda.
6. Kumpulkan semua dalam versi folder
7. Arahakan CLI pada folder tersebut
8. Ketikan “sudo dpkg -i *.deb”
9. Masukan pass dari root
10. Selesai, reboot dan masuklah ke kernel baru.

Posted in Uncategorized | Leave a comment