LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Distros (https://www.linuxquestions.org/questions/linux-newbie-8/linux-distros-4175608224/)

fggrub 06-19-2017 06:43 PM

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.

hydrurga 06-19-2017 07:02 PM

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.

fggrub 06-19-2017 07:17 PM

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!

hydrurga 06-19-2017 07:24 PM

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?

Timothy Miller 06-19-2017 07:34 PM

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.

frankbell 06-19-2017 09:06 PM

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.

AwesomeMachine 06-19-2017 09:11 PM

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.

Mill J 06-19-2017 10:18 PM

Quote:

Originally Posted by fggrub (Post 5724594)
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.


All times are GMT -5. The time now is 04:53 PM.