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 →
Setting, Changing And Resetting MySQL Root Passwords
mysqladmin Command To Change Root Password Method 1 – Set up root password for the first time If you have never set a root password for MySQL, the server does … Continue Reading →
6 Stages of Linux Boot Process (Startup Sequence)
Press the power button on your system, and after few moments you see the Linux login prompt. Have you ever wondered what happens behind the scenes from the time you … Continue Reading →
CentOS / Redhat Apache mod_ssl Configuration
he mod_ssl module provides strong cryptography for the Apache Web server via the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. How do I install and configure mod_ssl … Continue Reading →
How to enable USB file transfer on Android Lollipop (5.0)
This was something that was driving me up the wall and google wasn’t very helpful. For people who are stuck like me. Install the drivers for your tablet used ADBDriver … Continue Reading →
Fixing MySQL replication after slaves’s relay log was corrupted
MySQL replication on slave (version 5.1.61) has stopped. Slave_IO_Running was marked as Yes, but Slave_SQL_Running as No. Simple stop/start slave didn’t help so further problem analysis was needed. It seemed … Continue Reading →