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 […]

Free Panel Instalation

CyberPanel Setup (Free Web Hosting Panel)

The hosting industry is expanding and it is getting bigger every day with the help of new technologies. Web hosting control panels are one of the main parts of this business. Companies and individuals widely use these panels. As they are giving high ability to easily create a hosting environment […]

What is a VPN

What is VPN and Why we need to use it ?

A VPN, or Virtual Private Network, basically create a secure connection to another network over the Internet. VPN was originally created for business operations and its purpose was connecting business networks together. Imagine that you have 3 departments and they have own networks and you want to connect each other […]

What are HTTP error codes.

What is the meaning of HTTP error codes ?

One of the most annoying things for web users are HTTP error pages. When you are searching an important subject, or just want to reach a website in a hurry these pages can be seen suddenly. Usually, these are 4XX or 5XX error pages, which indicates the errors on the […]

Setup and Install Fail2ban Centos 7

Fail2Ban Installation and Setup on CentOS 7

When you purchase or set up a linux virtual server, you also need to start to thinking about the security issues as soon as possible. Everyday attackers create new ways and tactics to compromise the servers. One of the most used attack types is Brute Force. This attack type is based […]

What is 403 error for Wordpress

What is 403 error & How to solve 403 error?

Introduction If you read this post, probably you are getting an error like “403 Forbidden – you don’t have permission to access ‘/’ on this server”. You are receiving a 403 response code from the server and you want to learn the reason WHY? Do not worry about that this […]

Applying Gzip Compression

Gzip Compression & Improving Site Performance

When someone visits your website, he/she sends a request to your server for getting the target file. The size of the file affects the time to download. Before sending your HTML source and style files (.css) to the browser, minimizing their sizes with gzip compression improves page load time seriously. […]

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 […]

Lamp with Centos7

Linux, Apache, MySQL, PHP (LAMP) Installation on CentOS 7

If you plan to publish your web page over a web server the first thing is installing LAMP on it. Meanwhile, LAMP is an abridgment of Linux, Apache, MYSQL, PHP. Basically, Most of the commercial hosting control panels like Cpanel or Plesk install LAMP packages automatically. But to use them […]