Author name: Jobin Joseph

View all posts by Jobin Joseph

How to install node.js on User Level – CentOS RHEL Amazon Linux

This article explains how you can install node package on user-level without having root access. This method was tested on CentOS 7 and Amazon Linux 2. However, this method should work on any Linux version. Please comment below if you are facing any issues. Create a user for your node application. In our case and …

How to install node.js on User Level – CentOS RHEL Amazon Linux Read More »

CentOS 6 – YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

Hello folks… Today I was trying to install a package on an old CentOS 6 server and got the below error. Loaded plugins: fastestmirror, presto, security Setting up Install Process Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: …

CentOS 6 – YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Read More »

phpmyadmin gives Function get_magic_quotes_gpc() is deprecated

Hello Folks,   Today I was installing PHPMyAdmin and I was getting the below error while accessing http://IP/phpmyadmin page. The error was repeating even after logging in.   I have gone through the Google search results, but I couldn’t find any quick results. Most of the links were talking about reinstalling the php-gettext package and …

phpmyadmin gives Function get_magic_quotes_gpc() is deprecated Read More »

How to enable htpasswd Apache Basic Authentication via AWS cloudfront

Issue: Apache Basic htpasswd authentication not working via AWS CloudFront.   Overview We had a website that was only allowed to access via basic password authentication as it was in the development stage. We had to enable AWS CloudFront on top of the website to enabled WAF and CDN capability. But, we had to keep …

How to enable htpasswd Apache Basic Authentication via AWS cloudfront Read More »

Scroll to Top