Alfredo Barron·Mar 5, 2024How to run Python script as a service on Ubuntu 22To run a Python script as a service on Ubuntu, you can use systemd, which is the standard system and service manager for Linux. Here’s a…
Alfredo Barron·Mar 1, 2024Clone repo SSH from GitHub to Ubuntu EC2 AWSWe learning to generate SSH key in Ubuntu 22 and create deploy key in GitHub that clone repository in our server with SSH.
InmodulrbyAlfredo Barron·Feb 28, 2024Clone repo SSH from GitLab to Ubuntu EC2 AWSWe learning to generate SSH key in Ubuntu 22 and create deploy key in GitLab that clone repository in our server with SSH.
InmodulrbyAlfredo Barron·May 18, 2022Send Telegram Notifications with Laravel 9We will learn to send Telegram notifications with Laravel 9
InmodulrbyAlfredo Barron·Mar 18, 2022How to Create a AWS EC2 InstanceWe learning how to create AWS EC2 instance with Ubuntu Server 20.04 LT
InmodulrbyAlfredo Barron·Mar 17, 2022How to install LAMP on AWS EC2 instanceWe learning how to install LAMP (Linux, Apache, MySQL, PHP) on AWS EC2 instance with Ubuntu 20.04.3 LTSA response icon1A response icon1
InmodulrbyAlfredo Barron·Aug 13, 2021Laravel 8 send notifications with queues on RedisWe learning how to send Notifications with management to queues using Redis. In this tutorial we will use the Notifications created…
InmodulrbyAlfredo Barron·Apr 9, 2021Send Slack Notifications with Laravel 8We will learn to send Slack notifications with Laravel 8
InmodulrbyAlfredo Barron·Mar 24, 2021Clone GiltLab repository with SSH in Mac OSWe learning to generate SSH key in macOS Big Sur, create deploy key in GitLab that clone repository in our server with SSH.
InmodulrbyAlfredo Barron·Mar 16, 2021Increase the size of an ABS volume on Linux EC2 AWSIncrease the size of an ABS volume in 3 steps