LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-05-2017, 04:28 PM   #16
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465

Among Ubuntu based distros, it's really quite simple - unless you have a compelling reason NOT to use Ubuntu, use Ubuntu. It will always be the one with the most support and firmest security updates.

But if you want something superior to Ubuntu, consider Debian instead. Unlike Ubuntu, its main repository is the largest, well, anywhere. It has a unique choice between stable, testing, and unstable. And it's also more fundamentally stable in the sense that it doesn't go down weird rabbit holes like Ubuntu has (Unity, upstart, Mir).

The big killer feature of Debian, IMHO, is the long term reduction of effort and headaches. Generally apt-get dist-upgrade will just plain work--even through pretty awesome changes under the hood, such as the transition to systemd. Smaller projects can't devote the sort of resources required to make that happen. Not with the vast software repository of Debian.
 
Old 11-05-2017, 04:35 PM   #17
droem
LQ Newbie
 
Registered: Nov 2017
Location: Dunnallon, Florida, USA
Distribution: Ubuntu, Arch, Lakka OS, Phoenix OS, FreeDOS, RemixOS
Posts: 23

Original Poster
Rep: Reputation: 1
How customizable is Debian? Can I go above and beyond with it? Also, does it come with App stores like Ubuntu does? OMG! Why haven’t I thought of that! *smacks head*
 
Old 11-05-2017, 04:39 PM   #18
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Try Fedora first. It has notably more bells and whistles, Debian is rather conservative in some terms.

If it still fails for you:

Quote:
Originally Posted by droem View Post
How customizable is Debian?
Depends on your ability to write and modify code.

Quote:
Originally Posted by droem View Post
Also, does it come with App stores like Ubuntu does?
There is a number of apt-get GUIs with synaptic being the most famous one.
 
1 members found this post helpful.
Old 11-05-2017, 04:48 PM   #19
droem
LQ Newbie
 
Registered: Nov 2017
Location: Dunnallon, Florida, USA
Distribution: Ubuntu, Arch, Lakka OS, Phoenix OS, FreeDOS, RemixOS
Posts: 23

Original Poster
Rep: Reputation: 1
Post

Quote:
Originally Posted by YesItsMe View Post
Try Fedora first. It has notably more bells and whistles, Debian is rather conservative in some terms.

If it still fails for you:



Depends on your ability to write and modify code.



There is a number of apt-get GUIs with synaptic being the most famous one.
What I mean by customizable is with the GUI, my mind is to young to code hardcore stuff like that. But Fedora, I guess I cupould give it a try.
 
Old 11-05-2017, 04:50 PM   #20
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Quote:
Originally Posted by droem View Post
What I mean by customizable is with the GUI
Both Debian and Fedora support (roughly) the same desktops and window managers.

Quote:
Originally Posted by droem View Post
my mind is to young to code hardcore stuff like that.
This is a good time to start.
 
1 members found this post helpful.
Old 11-06-2017, 12:49 AM   #21
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by droem View Post
I’m not getting help, what kind of community is this?
you weren't asking for help, you were asking for thoughts.

threads asking for "recommend best linux distro for my very special needs" are a dime a dozen.
have you searched before posting? i mean the forums.

nobody can recommend you the perfect distro, it's a choice you have to make yourself.
but it should be an informed choice.

strangely, no-one seems to be asking "where can i find information that would help me to make an informed distro choice"...

so, i am asking it now.

anybody?

i mean things like:
- differences between release models
- desktop environments
- old hardware support (after all that seems to be one of the main reasons to start usingh linux at all)
- software management
- stick to the gui until you learn to use the command line, lest you break things

???
 
1 members found this post helpful.
Old 11-06-2017, 12:49 AM   #22
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,918

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
Actually all distros have some cons and pros, but it depends exactly on you (I mean what will you take as pro and/or cons).
Would be better to tell us what do you really need. Or even better to try. You can download and run a lot of distros without installing them - therefore you can check how do you like that.
 
Old 11-06-2017, 11:06 AM   #23
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally Posted by droem View Post
How customizable is Debian?
If you just mean the UI - Debian offers a broader variety of well supported desktop environments and window managers than any other. While it does default to GNOME3, it maintains equally good support for other popular desktop environments such as KDE, XFCE4, and LXDE. Other distributions mainly support just one DE/WM.

One particularly good aspect to Debian is Debian's menu system which ensures that by default, applications will be accessible by the main menu of whichever DE/WM you choose. This greatly mitigates the long term maintenance effort you need to put in. But if you want to customize your own menu, you can optionally remove the Debian menu system entirely (typically, there is no need to do this, you can just add whatever customizations you want).

The main sort of customization the Debian uniquely offers is the ability to choose between Stable, Testing, and Unstable branches. Debian also includes mechanisms to help you mix and match software from different branches (look up "pinning"). This is particularly useful if you mostly like Debian Stable, but there's just this one software package where you really want to use the latest version (or just a more recent version).

Various other fancy customizations can be done however you please. Some things you have to be careful about apt updates overwriting (assuming you use apt for software updates - technically, you don't need to use it at all after the initial install--if you don't mind missing out on security patches). That's just to be expected.

For example, I have customized initrd scripts for my RAMBOOT and NFS-RAMBOOT hacks. I modify files which are normally not supposed to be touched, so these changes get overwritten in certain cases I look out for. But in any case, I have found Debian to be very flexible when it comes to some odd and esoteric code hacks.

Quote:
Can I go above and beyond with it?
What do you mean?

Quote:
Also, does it come with App stores like Ubuntu does?
As noted, you can use a graphical GUI front end for apt, such as Synaptic or GNOME Software (the one included in GNOME3, used by both Debian and Ubuntu by default).
 
Old 11-06-2017, 03:44 PM   #24
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
I would suggest LMDE.

This is essentially the Mint style interface, but built using native Debian packages instead of Ubuntu ones.
The Debian base makes it very stable.
The Cinnamon DE is very customisable.
 
Old 11-11-2017, 12:03 AM   #25
watchingu
Member
 
Registered: Oct 2017
Location: USA
Distribution: Arch Linux, Debian Stable, Debian Unstable
Posts: 73

Rep: Reputation: 17
Have you tried using a search engine to find some info; e.g. "elementary vs mint vs ubuntu"?
 
  


Reply



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
Ubuntu-Based Distros? michael diemer Ubuntu 13 10-20-2016 02:09 PM
LXer: Why Ubuntu-based Distros Are Leaders LXer Syndicated Linux News 0 06-02-2016 01:20 PM
What's the difference: Many distros based on Debian-Ubuntu? HusseinMoussa Linux - General 22 09-28-2015 05:12 AM
LXer: Ubuntu derivatives: 5 of the best Ubuntu-based distros LXer Syndicated Linux News 0 08-05-2013 03:00 AM
ubuntu based distros irish rebel Ubuntu 4 08-06-2005 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:27 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