Knowledgebase

Portal Home > Knowledgebase > Dedicated Server

Articles

1. fdisk Fdisk is the most commonly used command to check the partitions on a disk. The fdisk command can display the partitions and details like file system type. However it does not report the size of each...

Linux Touch command The touch command can be used to modify the access/modification timestamps of files. It is more often used to actually just create an empty file quickly. This post shows some very simple and quick...

Linux TOP command One of the most basic command to monitor processes on Linux is the top command. As the name suggests, it shows the top processes based on certain criterias like cpu usage or memory usage.The processes...

Instructions Changing the password if you still have access (sudo user or root) Log in to your server via SSH. Switch to the root user, if necessary: ~$ sudo su - ~# To change the password of the current...

Open Ports Ports are opened on a system by various background services like http server, database server, smtp server etc. If you are running a webserver and launch any such service then it will open a port so that...

installimage Script The installimage script provided by is an easy and fast method of installing various Linux distributions. You can run installimage directly from the Rescue System on your server. It's menu...

ss - socket statistics In a previous tutorial we saw how to use the netstat command check our documentation to get details about the network/socket connections. However the netstat command has long been deprecated and...