Skip to main content

5 posts tagged with "Linux"

Linux tag description

View All Tags

Self host services

· 7 min read

1. Intro

In an era where digital services are integral to daily life, self-hosting emerges as a compelling alternative to relying solely on third-party providers. By deploying services on personal or organizational servers, individuals and businesses gain enhanced control over their data, ensuring it remains local and private. This autonomy allows for tailored configurations and robust security measures, aligning with specific privacy requirements. However, it's crucial to recognize that the responsibility for data protection rests with the user; without diligent security practices, self-hosted data can be vulnerable.

Therefore, while self-hosting offers significant privacy advantages, it necessitates a commitment to maintaining a secure environment to safeguard sensitive information.

S3 Storage with Minio

· One min read
hdd

It all started with the idea of ​​having a sort of big container where I can store all my backups that come from Proxmo, NAS or whatever. Here I found the solution with Minio. I integrated this part in my article about Truenas. In fact I integrated Minio right on TrueNas. click here! 😉

PM2

· 3 min read

Advanced, production process manager for Node.JS

PM2 is a production-grade process manager for Node.js applications. It run applications in the background (as daemons), automatically restarts them if they crash, and manages multiple applications on a single server.

It not only simplifies process management but also provides a comprehensive set of advanced monitoring tools. Here’s a detailed overview based on the experience and screenshots you provided.

The free version is quite limited but I think it could be interesting.

Proxmox Config Backup

· 2 min read

Automating Proxmox Config Backup with Systemd and Synology Active Backup

After reading this insightful thread on the Proxmox forum: Backup Cluster Config (pmxcfs /etc/pve), I was inspired to create an automated backup solution for my Proxmox configuration.

I decided to implement a systemd script that automates the backup of the Proxmox sqlite database that contains the cluster configuration.
Here is the script I came up with:

Backup Server

· One min read

Everything started from my desire to create a backup solution in case the hard drives in my NAS (Synology DS220+) fail or become unusable for any reason.
If you are interested and wish to read more about my TrueNAS project click here! 😉