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 →
CentOS 7 Set Up OpenVPN Server In Easy Way and route the traffic through VPN
Introduction OpenVPN is a full-featured SSL VPN (virtual private network). It implements OSI layer 2 or 3 secure network extension using the SSL/TLS protocol. It is an open source software and … Continue Reading →
How To Set Up Multi-Factor Authentication for SSH on CentOS 8
Introduction SSH uses passwords for authentication by default, and most SSH hardening instructions recommend using an SSH key instead. However, an SSH key is still only a single factor, though a … Continue Reading →
Install Couchbase with PHP on Centos8 / Debian and Ubuntu
Installing on Linux For installation on Linux, follow the below steps, install the couchbase-release repository, and then install the libcouchbase packages. The following examples download and install couchbase-release repository, a C and C++ compiler, the C … Continue Reading →
ProxySQL Migration to a new server
How to Migrate ProxySQL from old server to new server? Take the backup of ProxySQL from old server from below command If you want to take single table backup use … Continue Reading →
How to Install FFmpeg on CentOS
FFmpeg is a popular open-source solution to record, convert, and stream audio and video, which is widely used in all kinds of online streaming services. This guide has been tested … Continue Reading →