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

Linux

47361 readers
1566 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?

you are viewing a single comment's thread
view the rest of the comments
[–] stormio@lemmy.ca 10 points 7 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.

[–] Xirup@lemmy.dbzer0.com 4 points 7 months ago (1 children)

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

[–] stormio@lemmy.ca 4 points 7 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.

[–] Xirup@lemmy.dbzer0.com 3 points 7 months ago* (last edited 7 months ago)

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

[–] recarsion@discuss.tchncs.de 2 points 7 months ago

That's something Windows used to do a lot, right? I remember the old HDDs were always noisiest under Windows

[–] fonetek@lemmy.world 2 points 7 months ago

Man, do yourself a favor and get an SSD. You can get a 512 GB for as cheap as $30 and a 1 TB for as cheap as $60 on Amazon. The speed difference is night and day. That's probably the single best upgrade you can do to an old machine.