Install Multiple VPS On Ubuntu With OpenVZ

OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict. Each container performs and executes exactly like a stand-alone server; a container can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files. OpenVZ is … 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...

Beginners Guide: Overwrite All Files With ‘cp’ Command In Linux

"cp" is one of the most frequent use command to copy files or directory in Linux environment. “cp” is short from “copy”. This linux simple command is to copy files or directories in one server environment. To copy files or directories to another remote host you can use “rsync” or “scp” instead.But when you want to copy and overwrite a whole directories with many files in it, it will keep asking you if you want to overwrite it or not. Can you imagine when you copying 1000 … 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...

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’", come with a lot of new and updated applications and features.What is new in Ubuntu 10.10 Maveric Meerkat:Incredibly fast booting time. Default e-mail application Evolution has been updated and optimized to run much faster compared to the version in Ubuntu 10.04. Shotwell has replaced … Read more...

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 it. One of the technique to store your data is encrypt it.To encrypt your data, you can use Truecrypt. TrueCrypt is an open source software that helps you set up and maintain an on-the-fly encrypted volume. On the fly encryption means data is automatically encrypted or decrypted right before they … Read more...

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. Even it's takes time to configure and restore my backup files so i could do my work. And when my work mate want to use Ubuntu too, i install it for him and again, i configure and tweak it so he could do his work. So i'm thinking is there a way to clone my Ubuntu instead of configure it per … Read more...

[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 some package that you won't use. Then you can live boot your custom Ubuntu live CD. And it's not limited to live CD, you can make it as live USB too.There are some reasons you want to customize Ubuntu live CD:Make your own Linux / Ubuntu distribution, something like rebranding but … Read more...

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. And you cannot reinstall the Windows because it have lot if important data and software that need to be installed and tweak. Then reinstall the Windows is not the answer.If you had this problem then don't worry, you still can reset Windows 7 password using Ubuntu. Whether boot it from USB … Read more...

[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 configurations and remote access facilities. It uses SSL/TLS security for encryption and is capable of traversing network address translators (NATs) and firewalls. It was written by James Yonan and is published under the GNU General Public License (GPL)." (Cite from Linux Security).So with OpenVPN … Read more...