this post was submitted on 31 Jan 2024
129 points (95.7% liked)

Linux

46777 readers
1675 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I wouldn't really call myself a distro hopper, but in the last few months I've had to do some fresh installs on a couple of machines and VMs for work

If these aren't included by default, I'll make sure to get em:

GUI:

  • Firefox & Chromium
  • Gimp & Krita
  • VSCode/VSCodium
  • Okular
  • Libre office

CLI*:

  • git
  • wget&curl
  • neovim
  • zsh/ohmyzsh + plugins
  • glow
  • neofetch
  • figlet/toilet
  • zellij
  • python
  • nodejs/npm/nvm + nodemon globally
  • ranger/rifle

Also, how do you go about migrating your old config and rc files? Start fresh or just copy em over and make adjustments where necessary?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 26 points 6 months ago (1 children)

Step 1: install Debian 12 today, Step 2: upgrade to Debian 13 when available, then Debian 14, Debian 15 and so on... that's the only hopping one should.

[–] [email protected] 8 points 6 months ago

Gatekeeping Linux!? I certainly wasn't expecting that... I think the state of Linux is needlessly fragmented, but even I won't say a single distro will work best for every single person, business, school, government, or organization.

[–] [email protected] 18 points 6 months ago (1 children)

I always need

  • LibreWolf (privacy-focused Firefox fork)
  • Some nice terminal emulator like Alacritty or Kitty
  • A torrent client
  • Emacs
  • Strawberry (the music player)

CLI:

  • fish shell
  • bat
  • neovim
  • fd
  • fzf
  • zoxide
  • Some other Rust alternatives for GNU coreutils
  • GPG
  • fun stuff like neofetch, lolcat, asciiquarium, cmatrix, etc.
[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (1 children)

Another fish and modern Unix user 🫶

PS. Try out lsd if you haven't already - a nice ls/eza/exa replacement.

load more comments (1 replies)
[–] [email protected] 15 points 6 months ago* (last edited 6 months ago)
  • fish
  • tmux
  • sshfs
  • htop
  • nmap
  • distrobox (haven’t tried this yet but looks amazing)
  • zfs (and any utilities that go with that)
  • sanoid
  • syncoid
  • tailscale
  • snapper (if using btrfs)

As far as config files go, I haven’t gotten around to automating those so I usually search my nas for old ones and copy/paste what I need

[–] [email protected] 14 points 6 months ago

Extreme Tux Racer, just can't live without it

[–] [email protected] 11 points 6 months ago (1 children)

First I install home-manager, then home-manager installs and configures everything else I've added to my config over time

[–] [email protected] 3 points 6 months ago (2 children)

Any issues with home manager?

[–] [email protected] 3 points 6 months ago

I've not had any but I'm using NixOS, have yet to try it on other distros. (though it supports other distros)

load more comments (1 replies)
[–] [email protected] 10 points 6 months ago (2 children)

Recently, I've been changing distros about once a year. These are the things I install every time:

  • hdparm - I use this to disable APM on my HDD which makes annoying sounds when it's enabled. (Yes, my computer is old and still uses an HDD as the system drive.)
  • KeePassXC - My preferred password manager.
  • VeraCrypt - My external drives are encrypted with this.
  • Joplin - I store my setup notes in here.
  • Lutris/Steam/Wine - I'm a gamer.

As for the config files, I always start fresh.

[–] [email protected] 4 points 6 months ago (1 children)

What is APM? And that's a interesting list, ngl.

[–] [email protected] 4 points 6 months ago (2 children)

APM is Advanced Power Management. I'm having trouble finding an official explanation for it, but it basically allows the hard drive to park the head when the OS thinks it's idle. My hard drive makes a loud "click" every time that happens. APM is too aggressive, so my hard drive is constantly clicking unless I disable APM.

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago)

That's sound pretty useful, I actually have an HDD that's very noisy and this can come handy, thanks!

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 9 points 6 months ago (1 children)

Usually I install:

  • Steam
  • flatpak
  • discord
  • gimp
  • vlc
  • lutris
  • protonupQ
  • protontricks

The rest I install once I need it. Plasma delivers also many of my programs.

load more comments (1 replies)
[–] [email protected] 8 points 6 months ago

Use Ansible for package installations and configuration, and a git repository & GNU stow for dotfiles.

[–] [email protected] 8 points 6 months ago
  • Nvidia proprietary driver

  • Docker Engine (Portainer, AdGuardHome, LibReddit, Nitter, Invidious)

  • Install and tweak Firefox setup

  • Steam Client

  • Gnome extensions

  • Gnome Shell Theme and Icon themes

  • Nextcloud Client

[–] [email protected] 8 points 6 months ago* (last edited 6 months ago) (2 children)

Also, how do you go about migrating your old config and rc files? Start fresh or just copy em over and make adjustments where necessary?

I keep all of my important configs and dot files in a git repo. When setting up a new system I clone that repo and then symlink to them in the appropriate places

[–] [email protected] 10 points 6 months ago

This Is The Way. My repo includes a setup.sh that uses ansible to setup the links. Clone the repo, run the script: home.

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago)

I have an init.sh file I run from my dotfiles. Pipe my sudo password to it and leave it alone for about an hour. Gets things 95% of the way to how I like them.

I should migrate to ansible like u/[email protected] but time :(

[–] [email protected] 7 points 6 months ago (6 children)

Nothing. I just install what I need when I need it.

load more comments (6 replies)
[–] [email protected] 7 points 6 months ago

Strawberry, qBittorrent, neovim

[–] [email protected] 7 points 6 months ago
  • Firefox (often preinstalled)
  • Thunderbird
  • Code
  • FreeTube & Stremio
  • Apostrophe
  • KeePass
  • Nextcloud
  • Syncthing
  • yt-dlp
[–] SuperSpruce 6 points 6 months ago

I also don't consider myself a distrohopper (I've only installed Ubuntu based distros), but I did recently install Ubuntu and KDE Neon on separate computers.

It really depends on what I'm using the computer for, but I'll list my most commonly used applications by importance tiers:

A Tier (cannot live without these):

  • Firefox
  • Neofetch (obviously)
  • A GUI file manager (doesn't really matter which one)
  • A usable Desktop Environment

B Tier (extremely useful but nonessential):

  • LibreOffice
  • Xournal++ (for taking notes, and editing PDFs)
  • Baobab (for recording disk usage)
  • Steam
  • VLC (video player)
  • Clementine (music player)
  • htop (CLI system monitor)
  • GUI "appstore"

C Tier (very useful, but quite niche):

  • VSCode
  • Vivaldi
  • Retroarch
  • Krita
  • Kdenlive
  • OBS Studio
  • Wine
  • GUI system monitor
  • Standalone PDF viewer
[–] [email protected] 6 points 6 months ago* (last edited 6 months ago)

Oh, this is a flipping great question. So much fun as I've just settled on one distro. M$ won't allow me to transfer my transferrable Windows license and I refuse o pay yetagain for Windows so Linux is my sole OS from now on. I have had so many weird issues or configuration woes with a ton of OSs ive been trying. So I tell ya, I sure have installed my fair share of them in the last month or so.

GUI:

  • Steam (Gotta get my game on)
  • ProtonPlus
  • Lutris
  • Heroic
  • Winetricks
  • Protontricks
  • VLC
  • Brave
  • Bitwarden(Probably the second most important software in my life)
  • Authy
  • Krusader (No idea why but Ill use this before the built in file manager sometimes)
  • Plex htpc
  • Kate - Notepadqq (havent decided which one i like best yet)
  • PolyMC
  • LibreOffice
  • Flatpack (I always prefer the native package but flatpack has almost anything the repositories lack)-
  • Appimagelauncher (Just for ease of use, appimages are a always third fiddle but are a great backup as flatpacks can be - limited in available software compared)
  • Gimp (Almost exclusively because the name makes me giggle)
  • OBS Studio

CLI:

  • MC (100% always the first this I ever install no matter what)
  • HTOP (Not standard in all as many distros as i would think)
  • Openssh
  • Cifs-utils
  • Starship
  • Zsh
  • Neofetch
  • Tmux (Cant live without it)

Of course there are tons of other small things I add but those are the ones I will have installed likely before I go to reboot for the first time. The rest of what I interact with is generally running on my server so it's all web based stuff for the most part. I use VNC often to interact with virtual machines, do tech support for my son so i don't have to get up (disabled). I haven't really found a Linux VNC client i genuinely like. I used to use TightVNC with Windows and it's about the only thing I miss. I do have a Guacamole docker running on my network but unless you have a physical KB/M it's less than preferable to use. I'll find something I like eventually I'm sure. 👍-----

[–] [email protected] 5 points 6 months ago

Basically testing different Fedora Variants, so:

  • fish
  • bat, eza
  • waydroid, distrobox, qemu-kvm, virt-manager
  • flatpak

Some own CLI tools

  • copr-command
  • kde sysinfo cli
  • braveinstall

Hardening the kernel:

 rpm-ostree kargs --append="init_on_alloc=1" --append="init_on_free=1" --append="slab_nomerge" --append="page_alloc.shuffle=1" --append="randomize_kstack_offset=on" --append="vsyscall=none" --append="debugfs=off" --append="lockdown=confidentiality" --append="random.trust_cpu=off" --append="random.trust_bootloader=off" --append="intel_iommu=on" --append="amd_iommu=on" --append="iommu.passthrough=0" --append="iommu.strict=1" --append="mitigations=auto,nosmt"
--append="module.sig_enforce=1"

yeah I basically distrohop between Fedora atomic images

[–] [email protected] 5 points 6 months ago* (last edited 6 months ago)

I don't distro hop, but I keep my most commonly used programs as appimages in my home, as well as some locally compiled programs that I install in ~/.local/bin and ~/.local/lib.

Those include essentials like:

  • i3wm
  • polybar
  • rofi
  • handlr (regex one)

And for the programs, those include:

  • brave
  • ferdium
  • freetube
  • gimp
  • librewolf
  • libreoffice

That way I can drop my home onto any distro and everything will work at once. No need to manually install programs.

I also have wrapper scripts on my PATH that force applications that don't comply with the xdg base dir spec to use a fakehome in ~/.local, like steam and the web browsers.

[–] [email protected] 5 points 6 months ago
[–] [email protected] 4 points 6 months ago* (last edited 6 months ago)

The things I tend to gravitate towards:

  • Flatpak
  • Firefox of some kind (lately been loving Floorp)
  • Keeper Password Manager extension on Firefox
  • try to install some form of backup
  • git (if not already available)
  • nvm (Node version manager, usually I install the latest LTS)
  • Go (sometimes I write Go programs)
  • Steam (if I plan to play games)
  • Sometimes I'll install Zsh, sometimes Fish, then oh-my-zsh / oh-my-zsh
  • Fastfetch (Neofetch is so slow?)
[–] [email protected] 4 points 6 months ago

cherrytree If I could only install one program it would be this,

[–] [email protected] 4 points 6 months ago
  • GNOME Tweaks
  • Firefox
  • VLC
  • Blender
  • FreeCAD
  • Godot
  • VSCodium
  • PrusaSlicer
  • Steam, Lutris, Proton
  • KDE Connect
[–] [email protected] 4 points 6 months ago

Check my 64-lines-long checklist.txt document which I've obsessively prepared for months

[–] [email protected] 4 points 6 months ago

Idk if it is distro hopping because I have been trying distros on my main system and usually for months at a time. It's messy but I have a separate filesystem for /home and hope my current rc files don't bork up whatever I'm running next. The transition from Cinnamon to Gnome went poorly for a while.

I should probably automate the must have packages.

Some applications are not packaged so I install ~/.local, e.g. Arduino, Eagle, Minecraft, etc.

Packages... Hm. Direnv is all I can think of. I just use the system until something is missing, curse briefly, and install it.

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)

Cli

  • helix
  • ranger
  • mpv
  • YouTube-dl
  • epy
  • fanficfare
  • aria2
  • zellij
  • gotop

GUI

  • qutebrowser
  • zathura
[–] [email protected] 11 points 6 months ago* (last edited 6 months ago) (1 children)

YouTube-dl

Just a heads up, yt-dlp is a far more active fork with more features.

[–] [email protected] 2 points 6 months ago (1 children)

This is true, has mpv started working with it? The reason I have it in the first place is to stream Lofi /synthwave/jazz audio via mpv rather than specifically for downloading. Back when I’d last looked, mpv needed the old fork specifically, but if they’ve updated I’d be more than happy to switch

load more comments (1 replies)
[–] [email protected] 4 points 6 months ago

GUI:

  • GnuCash
  • Firefox

CLI:

  • aptitude
[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (3 children)

GUI: Firefox, nautilus, libre office, alacritty, mpv

CLI: git, helix, zellij, python, rust, wget & curl, neofetch

load more comments (3 replies)
[–] [email protected] 4 points 6 months ago (3 children)

For CLI, I would like to add:

  • tmux
  • mosh
  • btop
  • asdf
  • direnv
load more comments (3 replies)
[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)
  • Yay
  • Nano
  • Mullvad VPN
  • Mullvad browser
  • Keepassxc
  • Blue.sh
  • Rtorrent-ps
  • Steam
  • Freetube
  • Ranger

I have an auto installer for arch based distros that'll automate installation of yay then grab a text file with a list of presorted applications from github and auto install them as well as my sway, waybar and bashrc scripts.

Very clean and easily deployable with git then sudo bash ~/autoinstaller

[–] [email protected] 2 points 6 months ago (1 children)
[–] [email protected] 2 points 6 months ago

Auto correct :/ *ble.sh and it adds more functionality to bash

[–] [email protected] 3 points 6 months ago (1 children)

Apart from what you mentioned:

  • Steam
  • Darktable
  • cmatrix (very important)
  • pfetch
  • vim
  • Hugo
  • clipboard manager

I think that’s about it!

[–] [email protected] 7 points 6 months ago (4 children)

I understand disto hopping when you’re first getting into Linux. But are there really people who do it regularly? What’s the point?

[–] [email protected] 6 points 6 months ago (1 children)

I was using Ubuntu LTS for a while, then it dropped or of support, so I decided to upgrade. It totally shit that bed, and I wasn't really happy with Ubuntu at that point so I hopped.

I tried a rolling release (one extreme to another!) and found it problematic with Nvidia drivers. So eventually I hopped again.

Now I'm back in ol' reliable (Debian) and I've decided that the grass was never really greener anywhere else. If I need newer things I'll backport them, or use Flatpak or Distrobox or something like that.

I'm happy with Debian now, but we'll see what the situation is with Plasma 6 after its final release. If it's too much trouble to backport I might hop again.

[–] [email protected] 6 points 6 months ago (1 children)

Debian is always the answer, haha

load more comments (1 replies)
[–] [email protected] 2 points 6 months ago

Well, I’ve only changed distros a handful of times. But, I’ve broken my system more than a few times, as well. Back when I had more time I tinkered a lot more than I do now haha

load more comments (2 replies)
[–] [email protected] 3 points 6 months ago
[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

Before I do anything at all my VPN gets installed, then whatever firewall gui along with OpenSnitch.

  • Keepassxc
  • Librewolf
  • Signal
  • Element
  • OpenRGB
  • OpenRazer
  • Game stuff

I have a text file that lists everything I need to do on a clean install - a list of programmes and bits that need to be set in each programme. It's really easy to forget important stuff - like making sure my refresh rate is set at 165hz and not left at whatever the default is.

[–] [email protected] 2 points 6 months ago
load more comments
view more: next ›