How to Sync Directories Using Rsync with Custom SSH Port
SSH default port is 22, every body knew it. And it will cause many brute force SSH attacks. For security reasons, Linux administrator should change to custom port to securing…
Talk about server and programming
SSH default port is 22, every body knew it. And it will cause many brute force SSH attacks. For security reasons, Linux administrator should change to custom port to securing…
Sometimes we need to create a jailed user on Linux to restrict that user. However, sometimes we need the jailed user to be able to access directories outside the home…
This article will guide you how to secure your files using VeraCrypt, a free and open source encryption tools and multi platform, works on Windows, Linux and Mac OS, available…
If you have sensitive data or file, you can make an iso image on Linux. For example backup file, photo or even your source code, so no one can stole…
Our server suddenly got big traffic and this traffic detected on Google Analytics. This spike traffic increase 1000 % – 2000 %. Our server resource very high, and CPU usage…
We made simple benchmark to compare Webdav vs Samba / CIFS file system write and read speed. On local Intranet, we may be familiar with sharing files via your company…
Swap is disk memory when physical Random Access Memory (RAM) is full. We know that disk write and read speed is very slow compared to RAM. But it not safe…
Almost all Linux administrators know default real time Linux system health monitoring using ‘top’ command. But unfortunately, top command does not have good display and result. There is available tools,…
Sometimes we need to monitor bandwidth and analyst network usage on server. There are many tools to do this. The simplest and fast tools is only using command line on…
This article will tell you how to install and use iPerf3 to measure bandwidth. iPerf3 is a tool to measure of the maximum achievable bandwidth on IP or networks. It…
Munin the power full monitoring tool monitor all of your servers or computers and remembers what it saw. It presents all the information in graphs through a web interface and…
ModSecurity is an open source and great module to securing sites against Layer 7 attacks. Nginx ModSecurity will prevent SQL injection (SQLi), local file inclusion (LFI), and cross‑site scripting (XSS). Getpagespeed.com…