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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-05-2020, 12:31 PM
|
#1
|
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:
|
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?
|
|
|
11-05-2020, 12:35 PM
|
#2
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,205
|
Slackwarethen LFS
|
|
1 members found this post helpful.
|
11-05-2020, 12:54 PM
|
#3
|
Member
Registered: Dec 2016
Posts: 338
Rep:
|
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.
|
11-05-2020, 01:03 PM
|
#4
|
Senior Member
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 1,051
|
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.
|
11-05-2020, 01:51 PM
|
#5
|
LQ Guru
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,744
Rep:
|
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.
|
11-05-2020, 09:09 PM
|
#6
|
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
|
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.
|
11-06-2020, 12:27 PM
|
#7
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,199
|
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.
|
11-06-2020, 02:43 PM
|
#8
|
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:
|
thanks for the reply
Quote:
Originally Posted by GentleThotSeaMonkey
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!
|
|
|
11-06-2020, 02:46 PM
|
#9
|
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:
|
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
|
|
|
11-06-2020, 02:48 PM
|
#10
|
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:
|
Thanks
Quote:
Originally Posted by LloydChristmas
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
|
|
|
All times are GMT -5. The time now is 05:14 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|