Contact

Knowledge Portal

The knowledge portal is organized into different categories. Either choose a category from below or search the knowledge portal for the answer to your question.

Search Knowledge Portal

Articles

Article Adding users in linux
Every user who has access to a Linux system needs a login and a password. Each...
Views: 118
Article How to delete/remove a folder on Linux server through SSH access
Use the following commands rm /path/to/file/ or rm -Rf /path/to/folder/ (removes all...
Views: 122
Article How to download file from a server using root
1. Install a FTP client that supports SFTP. You can find some here. 2. Use your server IP as the...
Views: 56
Article How to find the version of different programs installed on CentOS?
You can try the following commands rpm -qa | grep centos cat /etc/redhat-release rpm -qa |...
Views: 21
Article How to rename a file
mv oldfilename newfilename
Views: 13
Article How to tar.gz, create and extract
If you are in the same directory as where your files or folders are located, then you dont have...
Views: 183
Article html editor for linux
1. Quanta Plus This is KDE/Qt visual html editor available as binary package for numerous Linux...
Views: 46
Article Mytop Error in option spec: "long|!"
Mytop has started to break recently on Redhat and CentOS machines. When you run mytop: Error in...
Views: 379
Article Using Rsync to transfer files/folders
rsync -auv -e ssh --progress sourcedirectory/ user@destination.com:/destination/folder/
Views: 111
Article Using Screen Session
As the man page states, "Screen is a full-screen window manager that multiplexes a physical...
Views: 128

img