Onirexus' Blog

= E Lucevan Le Stelle. =

Categories

Latest Posts

Migrating ShokaX Theme Blog From Hexo to Astro

Seeing that [shokaX-hexo](https://docs.shokax.kaitaku.xyz/) is planning to migrate to Astro, I decided to migrate my own blog as well. Astro offers superior performance compared to Hexo and represents modern best practices, whereas Hexo is becoming a bit outdated. Following the recommendations from
more...

Configuring IPV6-only VPS

Some VPSs only offer IPv6 access, which introducing several routing and connectivity challenges. Below are four practical methods to configure an IPv6-only VPS to grant it seamless IPv4 outbound access. # 1. Install Cloudflare WARP WARP is a wireguard-based VPN service offered by Cloudflare. It cre
more...

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...