Back to Ubuntu after so long

It was 3 years ago i used Ubuntu for my main primary operating system. As a web developer using Linux based Operating system make things easier. My last Ubuntu Desktop was Ubuntu 10.10 Maverick Meerkat. Now 3 years has passed and when i come back, i saw that Ubuntu has grown so fast, now i install Ubuntu 14.04 Trusty Tahr as my primary operating system back again.My first impression was great, it was fast and lite, the Unity UI is smooth and easy to learn. But i feel it more like Mac OSX. … Read more...

Boot Ubuntu ISO Without Burn It To CD

You can boot Ubuntu ISO without burn it to CD, this is very useful if you want to test the latest Ubuntu without installing it. And in some occasion I use this Ubuntu Live CD to fix my Windows. You can use Ubuntu Live CD to do anything without change any data in your hard drive.  I found this useful and I have one USB Memory stick 4GB that have this Ubuntu Live CD.To create the Ubuntu Live CD using USB stick, you can use Unetbootin. With this tools, you can create bootable USB stick. And … Read more...

Share Folder In Windows 7 And Connect It From Ubuntu

I am working in both Windows 7 and Ubuntu. I'm using Windows 7 as my development environment and use Ubuntu as my testing environment, because at the end my project will live in Linux environment. There are a lot of ways to share your files between Windows and Ubuntu/Linux. You may choose whether to choose FTP or Samba. To share folder in Windows 7 you need to do some configuration so Windows 7 let others from the same network could access your shared folder.First i was about to write the … Read more...

[HowTo] Install suPHP On Ubuntu

suPHP is a tool for executing PHP scripts with the permissions of their owners. Along with the Apache module, mod _suphp it allow Apache to process php with the user permission. This will improve the security. With suPHP you can track which users use the most resources. Follow the steps below to install suPHP on Ubuntu:Open your terminal with root permission Type this command:Wait until it is finished, and you are done.See how it in … Read more...

Beginner Tips: Bad interpreter – no such file or directory

Sometimes when you run your script there was an error like this:Thats because there are one or many ^M character in your script for every newline. This is because you make/edit your script in Windows environment. Text documents that come from a Windows system won’t always play nice in Linux. The converse is true however. If you create a text file in Linux, many programs will fail to recognize the single LF as a newline and will render the document without any line breaks.To fix that … Read more...

[HowTo] Install ODBC Driver For MySQL On Ubuntu

ODBC or Open Database Conectivity provides a standard software interface for accessing database management systems (DBMS). ODBC could work in multi platform. With ODBC API, the application only needs to know ODBC syntax, and the driver can then pass the query to the DBMS in its native format, returning the data in a format the application can understand.As ODBC work in multi platform, ODBC could work in Ubuntu as well. For software developer they are using ODBC so their application could … Read more...

Install And Configure Nginx, PHP, MySQL On Ubuntu

Nginx is simple webserver yet powerful. It is widely know for stable webserver. If it is well configured, nginx rarely have spike in the cpu load and have low memory consumption. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.In this article i want to share how to install and configure your Ubuntu server to use Nginx as web server, PHP5 support (using fastcgi) and MySQL support.Open your ssh terminal. Install … Read more...

Ubuntu: Best Linux Desktop And Best Linux Multimedia Distribution

Ubuntu is one of the best Linux distributions. It got the best Linux desktop distribution and best Linux multimedia distribution review by Brian Proffitt as the Linux experts from Linux Foundation (linux.com).Ubuntu desktop, as the best Linux desktop distribution, is the result of Canonical team and Ubuntu community support for spending a lot of time and resources on to bring ease-of-use tools to this distribution, particularly in the area of installing Ubuntu and installing applications … Read more...

Beginners Guide: Copy Your Files To Remote Server With scp

When you are moving your website to another server or maybe copying a file to a remote host, there are lot ways to do that. One of them is using “scp” or secure copy. scp is used for copying file from local to remote host securely. It uses ssh for data transfer and provides the same authentication and same level of security as ssh.Copy a file from a remote host to the local host:Copy a file from the local host to a remote host:Copy a directory from local host to a remote … Read more...

Customize the Panel and Theme of Linux-Ubuntu

If you need to have a free operating system to be installed into your PC or laptop, perhaps you can go for Ubuntu. Yes, this operating system is free and it is designed by famous company called Linux. Since being spread to public, it has become very popular and many readers voted it as the most popular Linux distro.If this is your first time using this Linux OS, you shouldn’t afraid of giving it a try although there are some features that are not familiar. There are some important points … Read more...