How to extend the Linux file system after increasing the EBS volume on the EC2 instance?
Jobin JosephView all posts by Jobin Joseph hazercloud.com
How to extend the Linux file system after increasing the EBS volume on the EC2 instance? Read More »
Jobin JosephView all posts by Jobin Joseph hazercloud.com
How to extend the Linux file system after increasing the EBS volume on the EC2 instance? Read More »
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 »
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 »
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 »
Hello, Today I was trying to get the database size on one of the MySQL / MariaDB servers. I found the below MySQL queries which can do the job. You can use the same approach as Amazon RDS or Azure Managed Database. Solution Connect to the database with the below command from a shell. mysql
MySQL – How to get size of MySQL database and table size ? Read More »
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 »
Today one of my friends was asking me for the best Redmine hoisting solution. He also wants to install some free plugin available to give it a boost. As usual, I have gone for a google search and found the top results like easyredmine, redmineup, planio, etc. I also found some shared hosting companies that
Best Redmine Hosting Service Provider in 2023 Read More »
Today I was having the challenge to run multiple Dropbox to run on my mac. So, let us see how we can run a second dropbox on your mac and start on login Create Dropbox2 Launcher App Create a folder in your Home directory with name “Dropbox2”. This will be the location of the new
How to run Multiple Dropbox on a macOS and start it on login Read More »
Today, we were trying to run the Django application on a subpath say /backend/ . We were able to run it but some URL redirection from the application was still pointing it to the / URL instead of /backend/ Let me share the configuration a high level, please comment if you need any clarification. My
How to run Django On a subpath – DevOps Read More »
RHEL was recently released, it has a lot of new features and cockpit software for managing the OS is coming by default with the Operating System. To download RHEL, you need a Red Hat login and valid subscription. You can also activate the trial version to download it. The best way to test it is
How to Install RHEL 8 | RHEL latest Version | RHEL 8 Hello World Read More »