Posts
All the articles I've posted.
Deploying to Docker Swarm using Ansible
Posted on:August 1, 2023Deploying applications to Docker Swarm can be made more streamlined and automated using infrastructure as code tools like Ansible.
The illusion of constant productivity
Posted on:June 30, 2023Productivity is important, but consuming too much information can harm our mental health. Taking breaks to let our minds wander can spark creativity and be beneficial for our overall wellbeing. It's okay to take time to disconnect and not try to be productive every minute of the day.
4K display and GNOME
Posted on:April 15, 2023A while ago, I purchased a 4K display. However, I found the native 4K resolution to be too small, making it difficult for me to read text.
TypeScript configuration for 2023
Posted on:March 27, 2023In this article, we'll explore a TypeScript configuration for 2023 that can help you take advantage of the latest language features and keep your code error-free.
How to delete a cluster on Proxmox
Posted on:February 11, 2023If you find yourself in a situation where you need to remove a node from a Proxmox VE cluster, there are several steps that you can follow to ensure a smooth and successful removal process.
How to measure CPU temperature in Linux server using lm-sensors
Posted on:November 13, 2022In Linux, you can easily measure the temperature of your CPU using the `lm-sensors` package. In this tutorial, we'll walk through the steps to install the package and measure the temperature of your server CPU.