August21
This is just my note about upgrading (reinstall) my Ubuntu from Karmic to Lucid.
Before installing Lucid :
Backup pidgin logs located in ~/.purple/logs
mkdir ~/backup_pidgin
cp -dfr ~/.purple/logs ~/backup_pidgin
After your Lucid successfully installed, then think what packages you should remove and what packages you should install. In my opinion, default games in Ubuntu is not important, so I remove it all. Then I don’t like these packages :
- brasero. I don’t need to burning DVD.
- transmission-common. This package used for sharing file thru torrent service. I need package like this, but I choose vuze.
- f-spot. I like digiKam.
- empathy. I like pidgin.
- gwibber. I don’t need this social microblog package.
sudo apt-get purge -y --force-yes brasero transmission-common aisleriot quadrapassel gnomine gnome-sudoku gnome-mahjongg gnome-games-common gbrainy f-spot empathy
Something missing? Read the rest of this entry »
November13
IMPORTANT UPDATE Dec 13, 2009!!!
I wrote this fuckin tutorial in order to satisfy my fan my friend and my fan my friend
.
[ad#ad-posttext]
I googled and finally found this bug in Network Manager 0.8.
The solution is downgrading your network manager. But I didn’t know how to downgrade packages in Ubuntu without disabling my apt line that linked to the latest version of packages. If you wanna try, this may be a good tutorial. And, if you downgrade your Network Manager by following tutorial from community help, you can start by Installing dependencies then Make your Karmic automatically eject your EVDO modem each computer start and so on.
Read the rest of this entry »
October17
[ad#ad-post]
Nowadays I’m using Haier CE100 modem with SMART for my internet connection. As a default, Ubuntu 9.04 just know Haier CE100 as a storage device. But using small trick, everything you can do with Ubuntu
.
This is my system :
Ubuntu Jaunty Jackalope (9.04)
Kernel 2.6.28-15
Intel Core2duo T6400
So, let’s begin…
Read the rest of this entry »
October14
Tilda (a Linux terminal alternative)
Tilda is a Linux terminal taking after the likeness of many classic terminals from first person shooter games, Quake, Doom and Half-Life to name a few, where the terminal has no border and is hidden from the desktop till a key or keys is hit.
Tilda has many features for you :
Read the rest of this entry »
October11
[ad#ad-posttext]
Here we go. I made this post based on my experience installing Apache 2, MySQL 5.1, and PHP 5.2 from apt-get and always get error when installing MySQL 5.1. Then I must install them from sources.
Before we begin, make sure you already download source of Apache 2, MySQL 5.1, and PHP 5.2.
Download Apache HTTP Server
Download MySQL Server
Download PHP
After the download completed, lets install them…
Read the rest of this entry »