
tmux is a terminal multiplexer, it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
Read More
This is a personal learning guide to obtain knowledge about AWS technologies, this guide aims to certify me in AWS based on the available certifications, in the short term the main objectives are Cloud Practitioner and Solutions Architect:

In my search for information I found this description of the complete path to a …
Read More
When we create a new container, it has unlimited access to system resources, so if one occupies all the memory, the other containers will be affected or, failing that, the operating system runs out of resources.
Docker has the ability to apply a memory limit to a specific container.
Read More
I had to test the implementation of a NodeJS application where I needed to install global packages, the installation of global NodeJS packages in the operating system does not seem to be a good practice, so we found a solution to this problem.
Read More
After updating my Operating System Fedora 30 to Fedora 32, I was solving some problems with Docker CE, I custom the Prompt in my Console and change Gnome 3.36 to Cinnamon 4.4.
Read More
I was collaborating with some companies that made changes to their websites, where Wordpress was used as the base CMS, these websites were being changed servers, updating to the most current version or verifying updates in their add-ons, in the process different problems arose , I had to see the official Wordpress …
Read More
For some time I was trying to create a personal blog, the first idea was to use a CMS known as Wordpress or Drupal but I didn't like any of them, then I used SPIP for a while where I could learn a lot about this French CMS, but keep a site of only publications with text and some images was not the most appropriate.
Read More

