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 FIX CENTOS 6 ERROR: YUMREPO ERROR: ALL MIRROR URLS ARE NOT USING FTP, HTTP[S] OR FILE
In this article I will show how to fix CentOS 6 error: YumRepo Error: All mirror URLs are not using ftp, http[s] Problem When trying update CentOS 6 with yum update command getting error: … Continue Reading →
Install MySQL 5.7 on CentOS 8 / RHEL 8 Linux
Are you looking for a guide to help you install MySQL 5.7 on CentOS 8 / RHEL 8 Linux server / Workstation?. The CentOS / RHEL 8 AppStream repository only … Continue Reading →
How to Chroot SSH Users on Centos 7
1) Prerequisites: We are using the latest CentOS 7 server with minimal packages installation. Let’s open the command line terminal and login to the root user and make sure that … Continue Reading →
Remove MySQL replication
There might be a time that you no longer need a MySQL slave in your replication setup. You can remove a mysql replication slave using the following instructions. Log in … Continue Reading →
SVN Commands
Basic SVN Commands Here are the basic SVN commands that every developer and admin should know. svn admincreate The svn admincreate command creates a new, empty repository. svn import The … Continue Reading →