Connect your host operating system to VMware guest operating system give you simplicity and convenience to use both operating system at the same time. One of them is shared clipboard. When you copy some text from the host OS you can paste it in the VMware OS. To share the clipboard you need to install VMware tool in the VM operating system.I have previously write how to install VMware tool in Ubuntu, please follow that link and install it if you haven't.See the video below to see how i … Read more...

Install VMware Tools On Ubuntu 10.10 Maverick Meerkat
VMware Tools is a suite of utilities that enhances the performance of the virtual machine's guest operating system and improves management of the virtual machine. VMware tools allow guest operating system interact with host operating system. For example with VMware tools allow host operating system share clipboard data with vm guest operating system.VMware Tools features:low video resolution inadequate color depth incorrect display of network speed restricted movement of the … Read more...

[FIX] spamd On "Hostname" Failed In cPanel
Recently i found that spamd or spamassassin cannot start on my VPS (Virtual Private Server). It always email me with the following message:SpamAssassin (spamd) is an open source project from Apache foundation to filtering spam mail. SpamAssassin will filter and block untrusted (consider spam) email that come to your server. As you know nowadays there are many spam mail that often come with virus/malicious code. Spamassassin is installed by default when you using WHM/cPanel. And you can see … 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...

Cloud Linux: Perfect OS For Share Web Hosting
Today's learn is Cloud Linux. So how i found Cloud Linux and what is Cloud Linux? A while ago i got a disaster to my vps, and this blog was wiped out (all data is gone). And i moved to new hosting, and i saw some new fancy thing on the cPanel sidebar.CloudLinux Main FeaturesThe CPU use there is for your account only and is shown in real-time. It is not the entire server, so when it says 100%, it means you’re maxing the CPU limit (1 core) which we’ve configured. Concurrent … Read more...

Beginners Guide: Change SSH Port On Ubuntu Or CentOS
If you install CSF (ConfigServer Security & Firewall) you will find in their recommend list that you need to change your SSH port for security reasons. And changing SSH port in both Ubuntu or CentOS is not hard.To change SSH port in Linux (Ubuntu or CentOS): 1. Open your terminal with root access 2. Edit ssh_config file:3. Change the port4. Save and close. Then restart your SSH Server:It's easy right? Now when you connect to SSH from putty probably, you need to use port … 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...

[HowTo] Install Memcached On Centos 5
Memcached is a free & open source, high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load. A Wordpress blog with W3 Total Cache plugin support memcached to cache database query and page cache. This will make high visitor blog but low memory and cpu load. Beside using it with Wordpress you can use it in your web application as well, read memcached API for more details.How to install Memcached on … 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...