Bash if statement
Check if first augment to script is –help if [ “$1” = “–help” ]; then echo “$0 –help = shows help” exit…
Check if first augment to script is –help if [ “$1” = “–help” ]; then echo “$0 –help = shows help” exit…
To install Python 3.8 on CentOS, you need to install OpenSSL as the one installed by CentOS from yum is very old.…
When running apt update, i get following error W: An error occurred during the signature verification. The repository is not updated and…
When running apt update on a Debian jessie server, i get following error E: Release file for http://archive.debian.org/debian/dists/jessie-backports/InRelease is expired (invalid since…
Logrotate by default rotate logs with numbers like following You can configure how many logs to keep and how to rotate lots…
To enable SSL for stream, you can use nginx reverse proxy. In this case, i have a stream available on http://my-domain.com:8000/index.html?sid=1 I…
To instal pureftpd from source, go to http://download.pureftpd.org/pub/pure-ftpd/releases/ find latest version download link. Download and Install At the time of this post,…
expoloit-db.com contact many 0 day vlunerability and security related papers. https://www.exploit-db.com
Systemd have its own loggin system called Systemd Journal. It keep track of logs for each service. To see log for a…
systemd is used to start applications on linux systems. In this post, we will create an application and run start it on…