this post was submitted on 25 Nov 2023
0 points (NaN% liked)

Linux

47309 readers
565 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've been daily driving Linux for 17 months now (currently on Linux Mint). I have got very comfortable with basic commands and many just works distros (such as Linux Mint, or Pop!_OS) with apt as the package manager. I've tried Debian as a distro to try to challenge myself, but have always ran into issues. On my PC, I could never get wifi to work, which made it difficult to install properly. I've used it on my daily driver laptop, but ran into some issues. I thought a more advanced distro, that is still stable, would be good overall. However, not getting new software for a long time sounds quite annoying.

I'm wanting to challenge myself to get much better with Linux, partitioning, CLI, CLI tools, understanding the components of my system, trying tiling window managers, etc. I've been considering installing Arch the traditional way, on my X220, as a way to force myself to improve. Is this a good way to learn more about Linux and a Linux system in general? I always hear good things about the Arch Wiki. Is there any other tips someone can give me, to sharpen my Linux skills? I was even considering trying out Gentoo on my X220, but the compiling times sound painful. I wouldn't daily drive Gentoo or Arch, just yet, but I would try to use them as much as possible for general use.

top 10 comments
sorted by: hot top controversial new old
[–] nottheengineer@feddit.de 0 points 9 months ago (1 children)

Installing arch is a great way to learn. Also don't be scared of daily driving it, it's not like it breaks twice a week. More like once a year, which is better than ubuntu in my experience.

[–] Helix@feddit.de 0 points 9 months ago

Breakage can be mitigated by root FS snapshots, e.g. with snapper.

[–] sturlabragason@lemmy.world 0 points 9 months ago* (last edited 9 months ago) (1 children)

I've found that using GitHub Copilot CLI is a neat way go improve my CLI skills.

I ask and it explains commands to me.

https://githubnext.com/projects/copilot-cli

[–] Helix@feddit.de 0 points 9 months ago

Sure, if you want to send your CLI input to the cloud. What can go wrong?

[–] Helix@feddit.de 0 points 9 months ago (1 children)

Installing Arch manually will teach you a lot of those things. Just do not use archinstall.

[–] Auli@lemmy.ca 0 points 9 months ago (1 children)

After installing arch following the wiki, don’t know how many times. I love arch install.

[–] Helix@feddit.de 0 points 9 months ago

I wrote down all the CLI commands I need and just need to type them down nowadays, it's not considerably slower than Archinstall.

[–] Pantherina@feddit.de 0 points 9 months ago

Try virtualization and containerization. Like Distrobox, running libvirt in one and a client in another. Or use ssh.

Harden your system, setup a secure ssh server for example

[–] Chobbes@lemmy.world 0 points 9 months ago* (last edited 9 months ago) (1 children)

I really do recommend doing a Gentoo install at some point, because I think you would learn a lot from it. It’s a really nice experience and a well put together distro. The compiling is potentially not as bad as you think, but there are a couple of packages that are notoriously painful to compile (there are prebuilt binaries available for some of the painful ones if desired too). You’d probably get a decent amount out of an Arch install too. Arch isn’t my cup of tea, but lots of people like it and it’d be quicker to get started than Gentoo. I’m not sure I’d recommend it for you at this stage but eventually you should check out NixOS too! You can even try the package manager out on any distro you want. NixOS is really interesting, but it does things a bit different from other distros, and if you’ve done an Arch / Gentoo install it’ll be interesting to see what NixOS does in contrast.

Other things to mess with… You mention partitioning, so make sure to check out LVM, and also consider reading a bit about filesystems. Maybe give btrfs a go :).

I wouldn’t worry about daily driving either Gentoo or Arch. Once you have them set up you’ll probably be fine.

[–] Pantherina@feddit.de 0 points 9 months ago

Ironically the huge packages will have best security and speed benefits when compiled yourself