PHP Fix date & time issue in Ubuntu Apache/nginx server Penguin Technology - 12:37 0 Edit Go to the php.ini file and fix date.timezone region sudo vim /etc/php/8.2/fpm/php.ini or, sudo vim /etc/php/8.2/apache2/php.ini date.timezon...
Git checkout/push executable shell file Penguin Technology - 22:37 0 Edit git add --chmod=+x script.sh git commit -m "Adding executable shell script file"
Docker access container from root user Penguin Technology - 22:28 0 Edit docker exec -it --user root container_name bash
How to redirect www to non-www domain in AWS load balancer Penguin Technology - 18:08 0 Edit Set AWS ALB rule to redirect www domain to non www Go to Application Load Balancer > Select ALB Name > Listeners and rules, Cli...
Install letsencrypt SSL certificate in Linux Penguin Technology - 21:34 0 Edit Install letsencrypt package in Ubuntu 22.04 Update the local package index sudo apt update Install certbot package for apache sudo apt inst...