LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-19-2017, 06:43 PM   #1
fggrub
LQ Newbie
 
Registered: Dec 2016
Posts: 2

Rep: Reputation: Disabled
Linux Distros


I have been using / playing with Linux software for the last 15 years. I started with Red Hat and gave that up quickly. I am not a programmer, and really at this stage of the game, I don't intend to become one.

Currently, I have installed Debian 8, Mint Cinnamon, Mint Mate, Ubuntu 16.04 and Ubuntu 17.04. I pretty much gave up on Fedora 23 and 24,and Suse 13.2, although I still like Suse 13.2. I can use the terminal commands in Ubuntu, but have sort of given-up on Ubuntu because it just takes too long to load. The Mint twins I like, but again they take too long to load.

I just installed Debian 8 and I am quite impressed. This is about the third or fourth time I have installed Debian, but never really liked it too much. Now, with Debian 8, which I am beginning to like, I find that I can't use my sudo commands because my user name is not in the "sudoers" file.

This is getting to be a total waste of time! Lately, I have been thinking of getting rid of my Linux box and just go back to my Windows 7 Ultimate system.
 
Old 06-19-2017, 07:02 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Hi fggrub, and welcome to LQ.

Is it the Debian problem that you want help with? As far as I know, the sudo package isn't installed and the user added automatically by the Debian single CD ISO (which is the one I installed recently and perhaps you installed too).

So, you have to issue the following commands on the terminal:

Code:
su -

apt-get install sudo

adduser fggrub sudo (replace fggrub with your username)

gedit /etc/sudoers

then add fggrub  ALL=(ALL:ALL) ALL just below %sudo ALL=(ALL:ALL) ALL (again, replace fggrub with your username)

then exit gedit and reboot
I have to say, however, that given your comments, I would advise against you using Debian. Despite what others may say, if you're used to the ease of using Ubuntu or Mint, Debian adds a few extra hoops to jump through (like the one above) that may leave you feeling frustrated.

If Mint and Ubuntu are taking a while to start up, then perhaps your machine is somewhat underpowered, in which case you need to look at a distro with lesser demands e.g. MX Linux, Anti-X, or even Lubuntu, Mint Xfce or similar.

Overall, though, I would suggest that if you are getting fed up with Linux then you should head back to Windows 7 as you suggest. Life's too short to be unhappy with your computing system - if Linux isn't for you then it isn't for you.

Last edited by hydrurga; 06-19-2017 at 07:03 PM.
 
1 members found this post helpful.
Old 06-19-2017, 07:17 PM   #3
fggrub
LQ Newbie
 
Registered: Dec 2016
Posts: 2

Original Poster
Rep: Reputation: Disabled
I am running an AMD FX 8350 Processor with 32 Gigabyes of Corsair DDR3 1600 memory on an Asus motherboard. I admit, it has been some time since I got new computer equipment. I guess, I have to get that Intel I7, sixth generation processor. One of the pros of using Linux is supposed to be that it will run on less powerful computers. My Windows 7 Ultimate system is running on an old Intel I5 processor with 16 gigabytes of memory. With no problems of booting-up quickly!
 
Old 06-19-2017, 07:24 PM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ah, well there goes the "underpowered" theory.

How long are your Ubuntu and Mint load times? Have you checked the boot log to see if anything is going awry?
 
Old 06-19-2017, 07:34 PM   #5
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,016
Blog Entries: 27

Rep: Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523
My personal experience is any distro that uses systemd to control booting is MUCH, MUCH, MUCH slower on average than SysVinit machines. Which is funny, since systemd was designed to speed up booting, but on the whole, while some versions do seem faster, most versions of systemd are slower than SysVinit, which is itself slower than Windows, especially 10.
 
Old 06-19-2017, 09:06 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,545
Blog Entries: 28

Rep: Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205Reputation: 6205
I believe that, with Debian and most other non-*buntu distros, sudo is installed, but the sudoers file is not configured. The expectation is that you will use su to assume root privileges. (The sudo fetish is very much a *buntu thing.) For example:

Code:
bash-4.4$ su
Password: [enter root password]  <----There will be no output to the screen
bash-4.4#

See man su for more.

Note that, if you choose to configure sudoers, the command to use is visudo.

Last edited by frankbell; 06-19-2017 at 09:08 PM.
 
Old 06-19-2017, 09:11 PM   #7
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
My laptop boots systemd Debian in about 5 seconds. I've also always used sudo, because otherwise you've got a root shell hanging open to exploit.

Last edited by AwesomeMachine; 06-19-2017 at 09:14 PM.
 
Old 06-19-2017, 10:18 PM   #8
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Quote:
Originally Posted by fggrub View Post
My Windows 7 Ultimate system is running on an old Intel I5 processor with 16 gigabytes of memory. With no problems of booting-up quickly!
Wow! I have never seen Windows boot up fast. But you should be able to run any Linux no problem on that box. Is it slow when live booting or Installed. Are you installing to a hard drive or a usb? it does make a difference.
 
  


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
Hardware compatible with one or more linux distros. Will it work on all other distros necromancer44 Linux - Hardware 2 06-07-2010 06:28 PM
Slack and other minimal/lightweight distros, compared to 'bigger' distros. Josh000 Slackware 58 09-28-2009 09:02 AM
Do some distros give you access to more programs than other distros? marcel7 Linux - Newbie 12 01-13-2009 10:42 AM
Distros, distros, distros...slight rant.. Jamesb427 Linux - Distributions 1 05-31-2007 03:10 PM
On KDE-centric distros and 686 distros, what you think? mebrelith Linux - Distributions 4 03-23-2005 01:09 PM

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

All times are GMT -5. The time now is 03:47 PM.

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