If you are a developer and you’re working with several subdomains for development purposes, you can create a single virtualhost, without the need to add…
Where there is a shell, there is a way
If you are a developer and you’re working with several subdomains for development purposes, you can create a single virtualhost, without the need to add…
HTTP DoS Protection with Nginx through ngx_http_limit_conn_module and ngx_http_limit_req_module modules. The ngx_http_limit_conn_module module is used to limit the number of connections per the defined key,…
If you are running a recent Kernel, you can achieve this benefit by mounting the /proc filesystem with the new hidepid option. This option was…
Hardware used in my test CPU: E3-1231 v3 CPU SPECS: 4 Core, 8 Threads – 3.40GHz Memory: 32 GB Storage: 4 x 240 GB SSD…
By default on Debian is used 8169 driver instead of 8168 (Realtek ethernet driver). Also, 8168 driver does not exist. ~# find /lib/modules/`uname -r`/kernel/drivers/net/ethernet/ -name…