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 →
Admin user not able to login in VestaCP
If you are not able to login through admin user in VESTACP you need to check the sudoers file if Default TTY is committed or not, Edit File below shell# vi … Continue Reading →
Reset Forgotten MySQL Root Password
Stop Mysql and execute the below command: Command# mysqld_safe –skip-grant-tables & It will start mysql in safe mode and you can execute mysql command without password to change password execute below … Continue Reading →
How to install PHP 5.5 on CentOS 6 / 5
PHP 5.5 is the latest stable release of PHP programming language. It’s been out for a while and you can start using it without any problems. It is supported by most … Continue Reading →
Can’t install mysql on CentOS 7
It just says no package mysql-server available. I’ve tried every tutorial, egel and whatnot installed. It’s not on the list of things that are not supposed to be installed. Is … Continue Reading →
Find Commands on Linux
Sometimes you may need to erase some given type of files or with a given extension from a directory and its child directories. This can also work in some other … Continue Reading →