Hey everyone!
It’s been quite a while since I last posted something here
Let me give you a quick update on what I’ve been up to:
Over the past months I’ve been busy with some payed programming tasks, but the most important thing is that I think I’ve finally found the perfect stable setup for my daily workflow.
Right now I’m using a dual boot system with Linux and Windows.
- Windows 11: I use it mainly for gaming, audio editing, and working on some Office documents.
- Linux (Fedora): For everything else — coding, system tasks, general usage.
Let’s talk a bit about gaming:
I recently started playing Oblivion Remastered (huge Elder Scrolls fan ). My NVIDIA 3070 Ti was struggling at ultrawide resolution with high settings — barely hitting 30–40 FPS. So, I decided to upgrade to an RTX 5070, and now I’m running at 80–90 FPS with DLSS 4 enabled and lower power consumption. Definitely a good move!
My Linux Setup
On a separate disk, I installed Fedora 42 (XFCE edition).
Everything runs smoothly — it’s up-to-date, stable, and I’ve had zero issues so far.
I’ve tried various Ubuntu-based distros in the past (Pop!_OS, Linux Lite, Mint, etc.), but they’re just not for me:
- Package versions are too outdated
- Snap usage is excessive and intrusive
- Less flexibility in package and system customization
I also gave Arch Linux a try — it’s powerful, sure, but too geeky and lacks a centralized approach, which I found time-consuming.
With Fedora, I found a perfect balance:
- Modern software
- Great developer tools
- Less overhead
- A distro that feels like it’s built for people who know what they’re doing, but don’t want to build everything from scratch.
And yes — XFCE forever! It’s the only desktop environment I can really work with.
My Backup Strategy
I’ve set up a 4TB external hard drive (NTFS formatted) as my main backup device. Here’s how I handle things:
- Manual backups roughly every 2 weeks
- Windows 11:
- Using AOMEI Backupper (licensed) for incremental disk backups
- Specific incremental backups for important folders (e.g., VMs, code projects)
- Fedora Linux:
- I use
dd
to clone the entire disk, which gives me byte-for-byte assurance - Boot into GParted Live, then run:
sudo dd if=/dev/sdc of=/media/ricky/BK/mybackup.img bs=4096M status=progress
My Fedora install is on a 240GB SSD — takes ~30 minutes, which is totally fine.
- I use
I keep the external drive locked away when not in use — connected only during backups or emergencies.
Dual Boot Notes
Setting up the dual boot took a bit of work:
- Windows 11 disk: manually partitioned with a large NTFS volume + 80MB FAT32 EFI partition
- Fedora disk: large XFS partition + FAT32 EFI boot partition
- I copied the Windows EFI bootloader into Fedora’s
/boot/
and configured GRUB - Now at boot I get a GRUB menu that lets me choose between Fedora and Windows — and it stays updated after kernel upgrades too!
Final Thoughts
That’s pretty much it I’m really happy with this setup — stable, powerful, flexible, and totally under control.
Feels like I’ve finally found my green zone.
How’s everyone else doing?
Cheers,
Ricky