MySQL – Access denied for user ‘root’@’localhost’
In case you want to connect to your local MySQL Database by using the root user and you encounter one…
Linux Hard Link vs. Soft Link (Symlink, Symbolic Link)
In order to understand the differences between a hard link and soft link in linux or in general Unix-like operating…
Install Ubuntu as Hyper-V Generation 2 Virtual Machine
In order to install Ubuntu as a Generation 2 Hyper-V virtual machine, you have to switch the Secure Boot Template…
Set up a SFTP Chroot Jail on Ubuntu
If you want to lock user’s they want to upload, download and edit files from a web root directory, so…
Apache HTTP Server and .htaccess
In this post I want to summarize some information about securing your Apache websites. This topic is well documented from…
Set up Fail2ban on Ubuntu 20.04.3 LTS
In this post I want to show how to install and use Fail2Ban on Ubuntu. Fail2Ban is an intrusion prevention…
Nikto Web Server Scanner
In this post I want to show how to install and using the nikto command-line vulnerability scanner. Introduction Nikto is…
Set up ModSecurity (Libmodsecurity | ModSecurity v3 project) for Apache on Ubuntu
In this post I will install and configure Libmodsecurity which is a complete rewrite of the ModSecurity platform (aka ModSecurity…
SSH Session Timeout – TCP Keepalive
In case your ssh connection is permanently disconnected in idle state, you can enable TCP-Keepalive either on the ssh server…
Set up MediaWiki on Ubuntu 20.04.3 LTS
In this post I want to go through the separate steps to set up the open source software MediaWiki on…