Skip to content

Commit e2bf9a3

Browse files
committed
Updates
1 parent 96e9cbf commit e2bf9a3

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

posts/posts.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"slug": "ubuntu-once-more",
4+
"title": "Ubuntu Once More",
5+
"date": "2025-10-29",
6+
"updated": "2025-10-29",
7+
"description": "Ubuntu 25.10",
8+
"tags": ["ubuntu", "linux", "gnome"],
9+
"category": "dev",
10+
"filename": "ubuntu-once-more.txt"
11+
},
212
{
313
"title": "React of Fezcodex",
414
"date": "2025-10-25",

posts/ubuntu-once-more.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Ubuntu Once More
2+
3+
## Trying Ubuntu 25.10
4+
5+
More than once a year, I get the itch to change the Linux distro I use daily. To make this easier, I bought a Lenovo IdeaPad Slim 3 to serve as my dedicated "distrohopper" laptop.
6+
7+
This time, however, I took a bigger leap and installed it on my main desktop PC. I had a spare SSD full of video games, which I formatted for the occasion. I downloaded the ISO, ran [balenaEtcher](https://etcher.balena.io/), and hoped for the best.
8+
9+
My current PC setup has two displays: one 4K and one 2K. The 2K monitor is connected via HDMI, so most Linux distros default to it as the main display. However, my 4K IPS display, connected via DisplayPort, is my actual primary. It has a 144Hz refresh rate and vibrant colors, making it perfect for my needs.
10+
11+
Unfortunately, Linux installations often disagree. Whenever I tried to install Ubuntu with both displays connected, the installation would abruptly fail. I spent two hours debugging the issue, but error messages, error codes, and online forums offered no clear explanation.
12+
13+
Finally, I spotted the word "display" in an error message. Drawing on past experiences with Linux distros, I decided to disconnect my 4K display. It worked! Ubuntu 25.10 installed successfully on my main PC.
14+
15+
The NTFS support is fantastic, and the EXT4 support in WSL2 is also great. It's wonderful that Windows and Linux can finally read and write to each other's filesystems.
16+
17+
GRUB, however, is currently a disaster. I can't edit the entries for some reason, and I don't want to risk breaking my setup, so I'm leaving it alone for now. I might look into it tomorrow...
18+
19+
## What to do after installation
20+
21+
The first thing I did was install `zsh`. For reasons I can't quite explain, I always install `oh-my-zsh` and `git` right away. Here's a list of my essential (not really) apps:
22+
23+
- **Zen Browser** (my current favorite)
24+
- **Zed**
25+
- **CLion** (Linux is the only platform I use for C++ development)
26+
- **VSCode**
27+
- **Sublime Text** (Zed has mostly replaced it for now)
28+
- **Insomnia** (and Postman)
29+
- **Spotify**
30+
- **Youtube Music (pear)**
31+
- **VLC**
32+
- **Obsidian**
33+
- **dotnet**
34+
- **go + golangci-lint**
35+
- **node.js runtime**
36+
- **GH CLI**
37+
- **Gemini CLI**
38+
- **GNOME Tweak Tool**
39+
- **GNOME Extensions**
40+
- Apps Menu
41+
- ISO Clock
42+
- **Grub Customizer** (which doesn't seem to be working)
43+
44+
## Why
45+
46+
I'm a **Debian** fan who loves using **Fedora**. I know it sounds weird, but it's true. Fedora has always been the only OS that works as seamlessly with my peripherals as Windows. I've tried to install Debian on every machine I've owned but could never get it to run properly. So, as a Debian enthusiast, I enjoy trying its different flavours. For some reason, Ubuntu just works. I'm currently very happy with my setup. :yay:

static/css/main.85d6a665.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.10f38144.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)