There are differences in the runlevels according to the operating system. Seven runlevels are...
Author - Santosh Prasad
How to Check Memory Usage on Linux VPS Server
There are lots of way to check the memory usage on Linux Virtual Private Server. In this article I...
How to Setup Automated Remote Backup Using FTP Commands and Cron...
The File Transfer Protocol (FTP) is used to transfer files between two computers over a network and...
How to Install FTP Client to Connect FTP Server on...
The File Transfer Protocol (FTP) is used to transfer files between two computers over a network and...
How to Backup and Restore a Repository on Windows with...
In this article I will show how to take backup and restore your svn repository. Needles to say that...
Install SSHFS – Mount Remote Filesystem over SSH on Ubuntu
SSHFS (Secure Shell FileSystem), is a tool that allows users to securely access remote filesystems...
Install SSHFS – Mount Remote Filesystem over SSH on...
SSHFS (Secure Shell FileSystem), is a tool that allows users to securely access remote filesystems...
How to Mount Samba Share on CentOS/Fedora/Redhat?
In this article I will show how you can mount samaba shared directory on your CentOs/Fedora/Redhat...
How to Mount Samba Share on Ubuntu and Debian System?
In this article I will show how you can mount samaba shared directory on your Ubuntu and Debian...
Understanding The Traceroute Command
Traceroute is a command which can show you the path a packet of information takes from your...
Basic History Command Example in Linux
The ‘history’ command available in Bash can be used to simply display your shell history, however...
How to Connect Your Server via SSH?
Secure Shell (SSH) is a protocol which is used to access Linux servers remotely. In short, we can...
How to Disable SSH Login for the Root user?
If you set a good password, you can protect your server from brute force attack. But it may still...
Understanding basic vi (visual editor)
The default editor that comes with the UNIX operating system is called vi (visual editor)...