LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 11-05-2020, 12:31 PM   #1
LloydChristmas
LQ Newbie
 
Registered: Nov 2020
Location: Minneapolis, MN
Distribution: (Runnin Debian most of the time these days). But i do use Arch, CentOS, OpenSUSE, Fedora once awhile
Posts: 21

Rep: Reputation: Disabled
Question What distro's are for intermediate Linux users


Hey linux community so I wanted to ask the community what are the most important distro's that you would wanna learn and thats for intermediate linux users I'm not really new but still new has some of you been using linux for 25+ years ive only been using linux for 4 months now and love it been learning and catching on pretty quickly id say ive been using debian buster 10.6 for the last 3 months anyone else have any recommendations?
 
Old 11-05-2020, 12:35 PM   #2
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,205

Rep: Reputation: 868Reputation: 868Reputation: 868Reputation: 868Reputation: 868Reputation: 868Reputation: 868
Slackwarethen LFS
 
1 members found this post helpful.
Old 11-05-2020, 12:54 PM   #3
GentleThotSeaMonkey
Member
 
Registered: Dec 2016
Posts: 338
Blog Entries: 4

Rep: Reputation: 128Reputation: 128
Have you visited http://distrowatch.com ?

IMHO: KEEP your Debian as your BASE.
Add virtualbox (PKG or .org) then centos, then slackware VMs.

Then look up and play with advanced Linux topics. Wander where ever your interests take you!

Understand everything from the ground up!

P. S. I loved minimal Linux live for this
Because it is just the kernel (understand syscalls, man 2)
And BusyBox (look that one up!)

BTW, it's listed site, where I used to get the tiny<10MB! .iso, is gone. Does anyone know where I can find the *32bit* (not 64) .iso now?
(Yes, I know it's intended to be 'built', a great little exercise for the OP, but I'm infinitely lazy.)

Add an OLD version of Vbox to a 20yr obsolete 0.5G ram winXP landfill, and you can actually explore dpkg & rpm! For real! I used to download the static bash.deb because bb's built-in sh is ash. Then get telnet[d] running over a bridged VB network.

Last edited by GentleThotSeaMonkey; 11-05-2020 at 01:34 PM.
 
1 members found this post helpful.
Old 11-05-2020, 01:03 PM   #4
EdGr
Senior Member
 
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 1,051

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
It depends on what you want to accomplish.

Debian is already very good for a lot of users.

If you want to develop software, Slackware is better because it includes by default all the developer tools, libraries, and headers.
Ed
 
1 members found this post helpful.
Old 11-05-2020, 01:51 PM   #5
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,744

Rep: Reputation: Disabled
All the necessary developer tools can be installed on a Debian system, you don't need to change to another distro to learn programming.

There is no intermediate Linux, you just begin exploring the system & start learning how it all works.
 
1 members found this post helpful.
Old 11-05-2020, 09:09 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,717
Blog Entries: 28

Rep: Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275
Quote:
what are the most important distro's that you would wanna learn and thats for intermediate linux users
I would say, ultimately, any distro; it depends on how you use it. Underneath the various GUIs, the command line is the command line. And, ultimately, the command line is always faster, as long as you know the commands that you want to use.

I started with Slackware, and I've glad I did, because it required me to learn the basics of the command line and, in particular, how to compile software packages from sources and resolve dependencies. My favorites are Slackware, Debian, and Mageia.

I tend to avoid distros that have short version release cycles, like Fedora and non-LTS *buntus, as well as those that exist primarily to support a particular desktop environment.

Just a few thoughts.
 
1 members found this post helpful.
Old 11-06-2020, 12:27 PM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,199

Rep: Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340
You can learn on any distro — if you like Debian, then stick with it.

You get a lot of recommendations for Slackware on this site because it's the only forum for that distro, so all its users come here. Conversely, you get few PCLinuxOS users here because we have our own forum with full developer participation.
 
1 members found this post helpful.
Old 11-06-2020, 02:43 PM   #8
LloydChristmas
LQ Newbie
 
Registered: Nov 2020
Location: Minneapolis, MN
Distribution: (Runnin Debian most of the time these days). But i do use Arch, CentOS, OpenSUSE, Fedora once awhile
Posts: 21

Original Poster
Rep: Reputation: Disabled
thanks for the reply

Quote:
Originally Posted by GentleThotSeaMonkey View Post
Have you visited http://distrowatch.com ?

IMHO: KEEP your Debian as your BASE.
Add virtualbox (PKG or .org) then centos, then slackware VMs.

Then look up and play with advanced Linux topics. Wander where ever your interests take you!

Understand everything from the ground up!

P. S. I loved minimal Linux live for this
Because it is just the kernel (understand syscalls, man 2)
And BusyBox (look that one up!)

BTW, it's listed site, where I used to get the tiny<10MB! .iso, is gone. Does anyone know where I can find the *32bit* (not 64) .iso now?
(Yes, I know it's intended to be 'built', a great little exercise for the OP, but I'm infinitely lazy.)

Add an OLD version of Vbox to a 20yr obsolete 0.5G ram winXP landfill, and you can actually explore dpkg & rpm! For real! I used to download the static bash.deb because bb's built-in sh is ash. Then get telnet[d] running over a bridged VB network.
Awesome!! thank you ill definitely do that with the virtual box has I do wanna play around with that a bit I also wanna start playing around with ssh and that kind of stuff in that nature has well Debian I think will always be my favorite just feels right anyways thank you for the reply!
 
Old 11-06-2020, 02:46 PM   #9
LloydChristmas
LQ Newbie
 
Registered: Nov 2020
Location: Minneapolis, MN
Distribution: (Runnin Debian most of the time these days). But i do use Arch, CentOS, OpenSUSE, Fedora once awhile
Posts: 21

Original Poster
Rep: Reputation: Disabled
Thumbs up thanks

Thank you all for taking ur time and reading and replying all these replies are good answers that helped me out thanks linux crew once again!

#NothingLikeTheLINUX-Community
 
Old 11-06-2020, 02:48 PM   #10
LloydChristmas
LQ Newbie
 
Registered: Nov 2020
Location: Minneapolis, MN
Distribution: (Runnin Debian most of the time these days). But i do use Arch, CentOS, OpenSUSE, Fedora once awhile
Posts: 21

Original Poster
Rep: Reputation: Disabled
Smile Thanks

Quote:
Originally Posted by LloydChristmas View Post
Hey linux community so I wanted to ask the community what are the most important distro's that you would wanna learn and thats for intermediate linux users I'm not really new but still new has some of you been using linux for 25+ years ive only been using linux for 4 months now and love it been learning and catching on pretty quickly id say ive been using debian buster 10.6 for the last 3 months anyone else have any recommendations?

SOLVED! Thank you 10/10 ANSWER RATING
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to Use Microsoft OneDrive in Linux With Rclone Open-Source Tool For Intermediate to Expert Users LXer Syndicated Linux News 0 06-12-2020 05:42 PM
Any good distros for intermediate users? mag1strate General 8 10-03-2009 04:41 PM
Linux Distro for Intermediate User with -NO- Internet Access at home mpa Linux - Distributions 5 10-17-2008 06:39 AM
Intermediate Linux user looking to settle on non buggy desktop distro thebeast Linux - Distributions 31 10-08-2004 03:55 PM
Distro For a Intermediate Linux User iotc247 Linux - Distributions 7 10-05-2004 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 05:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration