How to obtain Let’s Encrypt SSL Certificate for Apache or Nginx using Certbot
Now SSL is one of SEO (Search Engine Optimization) signal. Read it on Google Webmaster Blog. If you only has one or two websites, there is not a big problem.…
Talk about server and programming
Now SSL is one of SEO (Search Engine Optimization) signal. Read it on Google Webmaster Blog. If you only has one or two websites, there is not a big problem.…
This linux command line to check UDP connection on Linux using Conntrack command. If you want to exclude localhost, you can using grep
Lsyncd watches a local directory trees event monitor interface (inotify or fsevents). It aggregates and combines events for a few seconds and then spawns one (or more) process(es) to synchronize…
If you have error warning on CSF (ConfigServer Security & Firewall) on Linux servers when start or restart CSF like the following message: It’s caused by bind-utils package not installed.…
If you have trouble apache or PHP-FPM can not connect to remote MySQSL server, example error on PDO connection on remote server like below First you need to check is…
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…