this post was submitted on 08 Nov 2024
85 points (98.9% liked)

Linux

48129 readers
433 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
 

Got an old laptop from a friend I'd like to rejuvenate, the plan is to set up a light distro so it wouldn't be as slow as it is right now with windows 10.

Now, I'm aware windows updates can fuck up a dual boot system, so i have a few questions about how to minimize the threat of that happening.

What i think of doing is running a few scans to check the disk, then setting up Linux Mint, because it is beginner friendly, and (relatively) light weight.

What I'd need help with is trusted guides and also tips for setting up dual booting, I'm sure I'll need to do disk partitioning and I've done that before but I'd still want to make sure I'm doing it correctly.

Any help would be welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 4 days ago (1 children)

Swimmingly :)

The laptop is way faster and apparently installing clang is super simple, so developing on linux is expected to go smooth.

I'm going to go with what one of the commenters said and disable the windows booting option and install an NTFS reading program to reach the files in that partition.

I'm very glad i did this, it was planned for months and now I'm very excited :D

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

I'm really glad to hear that! Happy Linuxing :)

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

Had a linux moment yesterday, piped "clang --help" into grep to find something, it wasn't there but the piping itself was awesome.

Don't have anybody else to tell lol

[–] [email protected] 1 points 1 day ago (1 children)

Thanks for telling me lol. I remember sharing your enthusiasm when I started.

If you don't mind me sharing, here are some tools I use the most in the console:

  • htop: resource monitoring and process killing. Mint has a GUI alternative
  • btop: better resource monitoring, but worse process killing than htop.
  • lazygit: amazing interface for git. Seems hard to get started, but IMO, not at all. There are GUI alternatived.
  • tmux: multiple consoles and console manager. A bit hard to get started.
  • nano: text editor. Reeaaaallly simple to use, prefer it over emacs and vi/vim.
  • grep: you already know this one.
  • cronjobs/crontab: allows you to run periodical commands. Say, a cleanup script all days at 7:08 AM.

Also, some GUI programs I love:

  • KDE Connect: device pairing with your cellphone and PC. Includes remote mouse input, multimedia control and file sharing.
  • Steam: Almost all the games I play on Steam run flawlessly on Linux.
  • Stellarium: astronomy/planetary app.

Pick your poison lol. If you don't mind, we can start talking via ptivate message.

[–] [email protected] 1 points 17 hours ago

Saved for late :^)