Onirexus' Blog

= E Lucevan Le Stelle. =

Categories

Latest Posts

Beautifying Terminal Under Bash: starship+ble.sh

The default Linux terminal prompt is often plain and inconvenient, making terminal beautification a highly rewarding task. While most online tutorials focus heavily on `oh-my-zsh`, running complex Bash scripts under Zsh can occasionally introduce syntax bugs. That’s why I stick to Bash. My lightweig
more...

Configuring Rclone to Automatically Backup VPS to a Cloud Drive

Until recently, my backup routine was simple: tarring files and using `rclone copy` to push them to Google Drive. However, I recently learned that directly tarring an active database may cause data corruption. While the safest workaround is to stop the service before performing the backup, that feel
more...

Syncing Configuration Between VSCode Remote-SSH and Code-server

I use VSCode Remote-SSH to connect to VPS to code, so that I can use the same environment in a new PC. However, a problem arises when I only have a tablet on hand, as there is no desktop version of VSCode available for tablets. To bridge this gap, I turned to the `code-server` project, which provide
more...

Turing an Old Android Phone to NAS: AList & Cloudflare Tunnel

<Note type="warning"> **Disclaimer:** I have recently migrated my setup to a dedicated mini-PC. Smartphones are fundamentally not designed for 24/7 server workloads due to battery and thermal constraints. Unless you have a specific use case, I do not recommend running this as a permanent sol
more...