DIY Free SSL Letsencrypt EC2 Linux Nginx Geek 🤓🤓 October 12, 2020 This tutorial will help you to configure HTTPS to secure your website using a free SSL certificate authority (CA) letsencrypt for the ... Continue Reading
How to Add Swap Memory in Amazon Linux Geek 🤓🤓 August 02, 2018 Swap (i.e Paging) works by creating an area on your hard drive and using it for extra memory, this memory is much slower than normal memo... Continue Reading
Command to change time zone in Amazon Linux Geek 🤓🤓 June 19, 2018 Change your timezone accordingly sudo ln -sf /usr/share/zoneinfo/ Asia/Kolkata /etc/localtime AWS Amazon Linux Continue Reading
How to increase SSH Connection timeout in Amazon Linux? Geek 🤓🤓 March 05, 2018 /etc/ssh/ssh_config is the client-side configuration file not the server side config file. To prevent all your clients from timing o... Continue Reading