Dealing with AWS Lambda timeouts? Don’t fret, I’ve got you covered! Go to the AWS Console and Navigate to the Lambda Console. Click on your Lambda function name you are facing issues with. Head to General configuration section and Click Edit Change the Timeout Value as needed. For example, you can set the value as ...
The “wheel” user has special privileges that allow it to perform administrative tasks on the system. To create a wheel user, follow these steps: That’s it! You’ve successfully created a new wheel user in AlmaLinux 8. To log in to the new account, simply type the username and password you set in step 3 at ...
o configure ELK on AlmaLinux 8, you will need to first install the Elastic stack on your system. This can be done by following these steps: After completing these steps, your ELK stack should be installed and configured on AlmaLinux 8. You can then use Kibana to manage and visualize your data. To set up ...
Issue Today i was not able to SSH to one of my CentOS7 Server. I have got the below error on SSH. Also, tried to SSH to couple of other servers launched during that time and received the same error. As i checked, my mac was updated recently to Ventura 13.0.1 and it looks like ...
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 ...
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: ...
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 ...
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 ...
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 ...