[HowTo] Join Audio Or Video Files In Ubuntu

Sometime you want to join a couple of files to be 1 file. You can do that really easy in Ubuntu or any Linux. But in this case i will show in Ubuntu only, since my pc is using Ubuntu. You can join files with "cat" command. What file type can be joined with this command? Well as far as i know you can join text files, audio files and video files. haven't tried for other files like ISO files. If you tried it and successed please let me know by leave the comment.Well "cat" command is really … Read more...

[HowTo] Find Keyword In Files With Grep In Ubuntu

Most of the time when you want to debug your code or someone code which separates in many files, you need to know or locate where this function is defined or where this function called. You will waste so much of your time when you open your files one by one. So what is the solution then?Most of Linux distribution will have "grep" function installed. You can use grep to find a pattern of string contain in files. Let's say you want to find a function named "my_defined_function" in folder … Read more...

Ubuntu 10.04 Codename Lucid Lynx Release April 29th 2010

Ubuntu will release the next version 10.04 with codename Lucid Lynx. This new version will based on Linux kernel 2.6.32. There a re lots of improvement in this new version specially for graphics card driver. Lots of Ubuntu user have a problem with the intel graphics and nvidia graphics card. It will need special patch and tweak to make it properly functional. This new version will give lot of improvements for nvidia graphic card and it will use Nouveau as the default graphic card for … Read more...

[HowTo] Install Apache, PHP, MySQL, and PHPMyAdmin on Ubuntu

After a while i haven't write on my blog. Now i'm ready to start writing again. Probably you notice that i changed my theme. Yes i was busy redesign my theme from the start. Anyway i will tell you the story on the next article.Now i want to show you how to install Ubuntu Karmic Koala 9.10 as a perfect server with Apache, PHP, MySql and Phpmyadmin. Since Ubuntu have a great repositories and the magic application called apt-get then it shouldn't be hard to make Ubuntu as a perfect … Read more...

[HowTo] Make Apache User Directory on Ubuntu

On system (in my case is Ubuntu server) with have multiple user and each user permit to have their own home directory, then you need to install mod_userdir on your apache. So you can have the address like this: www.anyurl.com/~username/. Each user will have their own subdirectory specified by UserDir driective in the configuration.To install userdir module in apache on ubuntu server is not hard. Only need a couple steps and change directory permission.Follow these steps below:Open … Read more...

Nice And Steady Ubuntu Karmic Koala

After 2 days being play around with new Ubuntu version 9.10 with code name "Karmic Koala", i find that this version is nice and steady. Not like the disappointed Jaunty one.  I'm pretty happy using this Ubuntu version. It is much faster, steady and stable. And i like the new Gnome too.Now everything is working fine. The compiz is working great. Sound never stop working. The performance is much faster and less resource consumption. My PC is Intel based with Core Duo processor @2.0GHZ, 2 GB … Read more...

Disappointing Jaunty Jackalope, New Hope For Karmic Koala

I am using Ubuntu for almost a year now. I was using Ubuntu from 8.04 Hardy Heron and then upgrade to 8.10 Interpid Ibex and this both version is good and i had happy time using this version of Ubuntu. Firefox browser run smoothly as well as compiz. I am not a linux expert, i am just linux fan especially Ubuntu. I tried CentOS 5 and Fedora before, and i think they are good and stable, but you need to take sometime to tweak and configure to become a perfect desktop.But later after i upgrade … Read more...

Create, Resize and Delete Partition Easily With GParted

Gparted is a GNOME partition editor for creating, reorganizing and deleting disk  partitions. GParted is free and open source software under GNU General Public license. GParted also release a livecd, so you can boot it from media like CD or USB, and you can manage partition which have another operating system on it such as windows. GParted is easy to use and it is safe even for beginner like me, i didn't have hard time when first using it.Here is the GParted feature: 1. Create a … Read more...

[HowTo] Change Ubuntu IP Address from DHCP to Static

For those who are new to Ubuntu or Debian, default setting of your network card is using DHCP. And in some case you want to use static IP, maybe for bypass some filter or your DHCP server is not working properly then you cannot connect to the network unless your network administrator come and fix it. In that situation you really need to change your network configuration from dhcp to static ip.To change your network configuration from dhcp to static ip is not hard. You can follow these … Read more...

[HowTo] Install DHCP Server On Ubuntu

To complete my guide "How To Install And Configure Squid as Transparent Proxy", you will need a DHCP server installed on the server as well. So all of your client will have the same gateway point to Squid Server. In my case i installed Proxy server (Squid) and DHCP server is on the same machine. But if you want to install in separate machine, you still can use this tutorial. The use of DHCP here is to point all of your client gateway to proxy server so the squid can work properly.I have a … Read more...