Posts Tagged ‘linux’

How to change files owner and group in Linux?

To change a file’s owner or a group, you will need to use the ‘chown‘ command. Here are some examples: To change a single file owner, type in ‘chown newowner yourfile‘ To change a single file and group name, type in ‘chown newowner:newgroup yourfile‘ To change a directory, type in ‘chown -R newowner yourdirectory‘ * [...]

Leave a Comment

Best Free Monitoring Software

MRTG – Multi Router Traffic Grapher If you want to monitor the traffic on your network, then you got to try out MRTG. It is a free network monitoring software. It will monitor SNMP devices and will draw a graph of the traffic passing through it. MRTG Download: Linux/Unix | Windows | Netware If you [...]

Leave a Comment

Linux Server for ISPs and Hosters, What should be in it?

Linux Server for ISPs and Hosters, What should be in it? Here’s a list of software that should be installed on your linux server. 1 – Linux ( Any version of Linux ) 2 – Web Server : Apache 2.2 3 – Database : MySQL 5.0 4 – PHP5 5 – DNS Server : Bind9 [...]

Leave a Comment

How to install VMware on Ubuntu Server?

How to install VMware on Ubuntu Server? libraries for vmware Code: sudo apt-get install libx11-6 libx11-dev libxtst6 libxrender1 libxt6 zlib1g Once, you have all the necessary libraries installed. You can just do a normal installation to vmware and the installation will go through.

Leave a Comment

I forgot my root password, how can I get into my system?

I forgot my root password, how can I get into my system? Q: I forgot my root password, how can I get into my system? A: You can reset forgotten root password under Linux by booting system into single user mode or emergency mode (also known as rescue mode). Following is the procedure to reset [...]

Leave a Comment

Unable to get the last modification timestamp of the destination file, VMWare Installation Errors

Unable to get the last modification timestamp of the destination file, VMWare Installation Errors If you are getting the error message below. Try the solution posted. It worked for me. Installing the VMware VmPerl Scripting API. The installation of the VMware VmPerl Scripting API succeeded. Generating SSL Server Certificate Unable to get the last modification [...]

Comments (1)