Authentication (Linux) through htaccess: Authentication through Htaccess #Shell> vi .htaccess AuthUserFile /public_html/private/.htpasswd AuthName "Secret Stuff" AuthType Basic require valid-user Authentication for Single File access on Apache (Linux) through htaccess Edit httpd.conf file and add … Continue Reading →
How To Configure Samba File Share on AlmaLinux 8
The following are the advantages of using Samba: Configure Samba File Share on AlmaLinux 8 The steps below will guide you on how to Configure Samba File Share on AlmaLinux … Continue Reading →
Install UrBackup server from sources
If your distribution is not Debian or Debian based you have to either build your own init script or just put /usr/local/sbin/urbackupsrv run -d into /etc/rc.local.
Chroot FTP users to Home Directory with VSFTP on Linux
In this guide, you will learn how to chroot FTP users to the home directory with VSFTP on Linux. Problem Definition: In some situations, we have to give FTP access … Continue Reading →
Compile PHP 7.4 with OpenSSL
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix, point it to pkgconfig directory of OpenSSL. Procedure: Install OpenSSL Export the variable PKG_CONFIG_PATH to point … Continue Reading →
Nagios Notification Sendmail through Authentication.
We needed to setup Nagios to utilize our internet service provider’s SMTP Email server for notification emails. The biggest problem was that the ISP’s outgoing email server requires authentication.Nagios setup … Continue Reading →