Archive For ubuntu

Share Folder In Windows 7 And Connect It From Ubuntu

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.... [More...]

[HowTo] Install suPHP On Ubuntu

[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.... [More...]

Beginner Tips: Bad interpreter – no such file or directory

Beginner Tips: Bad interpreter – no such file or directory

Sometimes when you run your script there was an error like this: root@server1$ ./script.sh bash: ./script.sh: /bin/sh^M: bad interpreter: No such file or directory Thats because there are one or many... [More...]

[HowTo] Install ODBC Driver For MySQL On Ubuntu

[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... [More...]

Install And Configure Nginx, PHP, MySQL On Ubuntu

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... [More...]

Customize the Panel and Theme of Linux-Ubuntu

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.... [More...]

Ubuntu 10.10 Maverick Meerkat Released, What’s Next?

Ubuntu 10.10 Maverick Meerkat Released, What’s Next?

The latest update to the Linux-based Ubuntu operating system – Ubuntu 10.10 – has been officially released at 10:10:10 GMT on October 10th, 2010. Ubuntu 10.10 with codename “Maverick Meerkat’”,... [More...]

Encrypt Your Flashdrive With TrueCrypt In Ubuntu

Encrypt Your Flashdrive With TrueCrypt In Ubuntu

Data privacy is important. You need to keep it safe and store in your harddrive or flash drive only. And you don’t want your data got by the wrong hand. You need to secure your data where you store... [More...]

Create Backup Of Your Ubuntu To Distributable Ubuntu Live CD/DVD

Create Backup Of Your Ubuntu To Distributable Ubuntu Live CD/DVD

I have been using Ubuntu for almost 3 years. I started using it since Ubuntu 8.04 Hardy Heron released. And when Ubuntu released a new upgrade, i prefer do fresh install rather than upgrade the package.... [More...]

[HowTo] Create Ubuntu Live CD

[HowTo] Create Ubuntu Live CD

Ubuntu 10.10 code name Maverick Meerkat has been released on October 10th 2010 you can download it from ubuntu.com for free. But when you are an Ubuntu advance user, you need to add more package or remove... [More...]

Reset Windows 7 Password With Ubuntu

Reset Windows 7 Password With Ubuntu

Sometimes you forget your Windows password, or maybe your workmate leave and you replace him and you cannot access his ex-computer because it have a password. And you cannot guess his/her password to login.... [More...]

[HowTo] Install Configure OpenVPN On Ubuntu

[HowTo] Install Configure OpenVPN On Ubuntu

“OpenVPN is a free and open source software application that implements virtual private network (VPN) solutions for creating secure point-to-point or site-to-site connections in routed or bridged... [More...]

Boot Linux Over The Network

Boot Linux Over The Network

Installing Ubuntu is easy. There are a lot of ways to install Ubuntu. You can grab the cd image from the Ubuntu website or other mirrors site. Or you can install it from Windows using Wubi installer. Or... [More...]

Zeya: Music Server With HTML 5

Zeya: Music Server With HTML 5

HTML 5 is a new HTML standard for structuring and presenting content on the World Wide Web. One of the new feature standard of HTML 5 is media playback including video and audio. So to simplify it, now... [More...]

Beginners Guide: Monitoring Linux System Command

Beginners Guide: Monitoring Linux System Command

Linux come with many built in commands to monitoring the system. You can check your system performance with these tools from cpu load, memory usage, network traffic, and etc. From this monitoring tools... [More...]

Remote Desktop On Ubuntu With TightVNC

Remote Desktop On Ubuntu With TightVNC

Remote desktop on Ubuntu isn’t new. This is known for while. Even it is not as good as Windows remote desktop, but you still can connect and control your Ubuntu desktop remotely. There are some tools... [More...]

Beginners Guide: Change ls command Text Color

Beginners Guide: Change ls command Text Color

One thing i like from Linux is it have full customization. You can change your text color on your command line. And especially for “ls” command. ls command is to list information about the... [More...]

Beginners Guide: How To Use Wget

Beginners Guide: How To Use Wget

Wget is a free utility for non-interactive download of files from the Web. Wget is distributed under the GNU General Public License which capable of download files and support HTTP, HTTPS and FTP even... [More...]