What is VPS

What is a Virtual Private Server

What is a VPS? VPS is an abbreviation for Virtual Private Server. VPS hosting is one of the most popular hosting services you can choose for your website. It uses virtualization technology to provide a dedicated resource for multiple users on one server. In a shared hosting environment, all clients share resources from the […]

Chattr Command

Linux chattr Usage (Make Files Untouchable)

Especially in open source scripts such as WordPress or Joomla, you have seen hackers can infiltrate all files by plugins or themes. Hackers can also add a malware code on every file which is really hard to find and prevent. But how you can prevent that kind of attacks and […]

Advanced Find Command Examples

Advanced File and Folder Search at Linux

When you purchase a server or VPS they don’t come up with a GUI installation, so searching files over terminal screen or on SSH is the quickest and most used method. Indeed searching files over terminal windows gives us lots of opportunities, while you can search files or folder according […]

getting started with linux

Getting Started with Linux Commands

The following post lists some basic Linux commands and their functions: ls – Lists files and directories that exist within your current directory. This command resembles the dir command in Windows. ls -al – To view dotfiles (filenames that begin with a period) and additional file and directory details, add the […]