Tag: opensource
All the articles with the tag "opensource".
-
My Simple Way to Install Astro + TailwindCSS + Giscus
A practical guide to setting up AstroPaper with TailwindCSS for blogging and integrating Giscus comments for reader engagement.
-
A Journey for ArchLinux+ Hyprland+ Steam on ROG Zephyrus G14 with Nvidia 4090
Updated:Using Linux is like embracing the quiet space between things - **simple**, **clean**, **open**, and **honest**.
-
GPG/ GnuPG Practice
GPG’s all about importing/exporting keys, checking keys’ details, knowing public keys encrypt and secret keys decrypt. Handle secret keys carefully - backup and store them safe. I learned most from AI chats but ran all commands myself. Sharing this makes crypto less scary and more practical.
-
Rsync - a powerful tool to sync the disk
Updated:Rsync efficiently syncs files between folders and Linux machines, transferring only changes. Common options include -avz for archive mode with compression and --delete to mirror source deletions. It’s essential for backups, deployments, and daily file synchronization tasks across local and remote systems.