Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Setting up a new computer[SOLVED]

Help and support for Ultimate Edition 3.8


Setting up a new computer[SOLVED]

Postby S3KshuN8 » Wed Aug 06, 2014 3:35 pm

I am setting up a computer for a friend but I will also be using it while visiting there. It's a ThinkPad T400 and I went with Ultimate Edition 3.8 on it (after burning two DVD coasters most likely from a bad download of 4.2 lite). I will probably have more questions, but I will keep them in this thread. My first question is:

How do I add myself as a different user with my own username and password?

EDIT

I may have answered my own question. I typed:
Code: Select all
sudo adduser --encrypt-home --force-badname Username


I am checking to see if that worked...
Dell Inspiron laptop:
Intel Core i3-2370M @ 2.4GHz (quad core); 4GB RAM;
200GB HDD (dual-boot) Win 7 64-bit and U E 5.0 64-bit

Tower:
Intel Core i7-4770K @ 3.5 GHz (8 core); 8GB RAM;
118GB SSD, 111GB HDD; 232GB HDD; 465GB USB HDD
Soon to be dual-boot Win 7 64-bit and U E 5.0 64-bit
User avatar
S3KshuN8
U.E. Pro
U.E. Pro
 
Posts: 103
Joined: Sun Dec 15, 2013 3:08 am
Operating System: Other Linux



Re: Setting up a new computer

Postby S3KshuN8 » Thu Aug 07, 2014 3:46 pm

Apparently I have not set up my account properly. This is what I got in a terminal.
Nathan@ThinkPad-T400:~$ sudo apt-get update
[sudo] password for Nathan:
Nathan is not in the sudoers file. This incident will be reported.


I can login as the primary user, but I do not know what to do to add myself as a sudoer. Was there another command line option I should have used when creating the account? How can I fix this? I don't want to have to change logins each time I need to do something.
Dell Inspiron laptop:
Intel Core i3-2370M @ 2.4GHz (quad core); 4GB RAM;
200GB HDD (dual-boot) Win 7 64-bit and U E 5.0 64-bit

Tower:
Intel Core i7-4770K @ 3.5 GHz (8 core); 8GB RAM;
118GB SSD, 111GB HDD; 232GB HDD; 465GB USB HDD
Soon to be dual-boot Win 7 64-bit and U E 5.0 64-bit
User avatar
S3KshuN8
U.E. Pro
U.E. Pro
 
Posts: 103
Joined: Sun Dec 15, 2013 3:08 am
Operating System: Other Linux



Re: Setting up a new computer

Postby Xanayoshi » Thu Aug 07, 2014 5:01 pm

You need to add "Nathan" to the sudoers file

Code: Select all
sudo adduser nathan sudo
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Setting up a new computer

Postby S3KshuN8 » Fri Aug 08, 2014 1:20 pm

Thanks for the info. Xanayoshi's fix worked for me, but I may have additional questions later.
Dell Inspiron laptop:
Intel Core i3-2370M @ 2.4GHz (quad core); 4GB RAM;
200GB HDD (dual-boot) Win 7 64-bit and U E 5.0 64-bit

Tower:
Intel Core i7-4770K @ 3.5 GHz (8 core); 8GB RAM;
118GB SSD, 111GB HDD; 232GB HDD; 465GB USB HDD
Soon to be dual-boot Win 7 64-bit and U E 5.0 64-bit
User avatar
S3KshuN8
U.E. Pro
U.E. Pro
 
Posts: 103
Joined: Sun Dec 15, 2013 3:08 am
Operating System: Other Linux



Re: Setting up a new computer[SOLVED]

Postby Xanayoshi » Sun Aug 10, 2014 10:25 am

No

It is not the same.

viewtopic.php?f=7&t=7669&p=70050&hilit=sudo+sudoers#p70050

Especially if he wanted to use sudo. True that many things can be accomplished at root and indeed should be, such as upgrading, which generally goes a little better on tty at root as opposed to such system killing things as Ubuntu upgrader and the unmighty Synaptic.

On the other hand it may have a negative effect such as losing permissions on files(they aren't lost, they have just been assigned to root instead of the account user), which will force you to run root.

Su is switch user and it switches to the root user. This is different than running sudo as the account user.

Example:
Code: Select all
sudo dolphin

sudodolphin.png


Code: Select all
su

Code: Select all
dolphin

sudolphin'.png


nada

To run at root we must dbus-launch
Code: Select all
dbus-launch dolphin

dbus-launchdolphin.png


See the difference?

It matters not.

If "Nathan" is not in the sudoers file "Nathan" can not
Code: Select all
sudo passwd

because "Nathan" is not a sudoer.
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Setting up a new computer[SOLVED]

Postby Xanayoshi » Sun Aug 10, 2014 10:37 am

In other words

xanayoshi@Rebuilt:~$ su
Password:
root@Rebuilt:/home/xanayoshi# su
root@Rebuilt:/home/xanayoshi# cd /
root@Rebuilt:/#

xanayoshi@Rebuilt:~$ is not root@Rebuilt:/#
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Setting up a new computer[SOLVED]

Postby S3KshuN8 » Thu Aug 14, 2014 1:31 pm

This box keeps popping up. I try "Run this action now" but it does nothing. Surely there is a terminal command to update, but I know not what it is...
Attachments
Screenshot00.png
Dell Inspiron laptop:
Intel Core i3-2370M @ 2.4GHz (quad core); 4GB RAM;
200GB HDD (dual-boot) Win 7 64-bit and U E 5.0 64-bit

Tower:
Intel Core i7-4770K @ 3.5 GHz (8 core); 8GB RAM;
118GB SSD, 111GB HDD; 232GB HDD; 465GB USB HDD
Soon to be dual-boot Win 7 64-bit and U E 5.0 64-bit
User avatar
S3KshuN8
U.E. Pro
U.E. Pro
 
Posts: 103
Joined: Sun Dec 15, 2013 3:08 am
Operating System: Other Linux



Re: Setting up a new computer[SOLVED]

Postby Xanayoshi » Thu Aug 14, 2014 3:34 pm

Code: Select all
sudo apt-get install flashplugin-installer
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Setting up a new computer[SOLVED]

Postby S3KshuN8 » Thu Aug 14, 2014 3:43 pm

This is what I got:

Nathan@ThinkPad-T400:~$ sudo apt-get install flashplugin-installer
[sudo] password for Nathan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
flashplugin-installer is already the newest version.
The following package was automatically installed and is no longer required:
sbsigntool
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Nathan@ThinkPad-T400:~$ sudo apt-get autoremove sbsigntool
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
sbsigntool
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 348 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 324834 files and directories currently installed.)
Removing sbsigntool ...
Processing triggers for man-db ...
Nathan@ThinkPad-T400:~$


If it pops up again I'll let you know. Thanks Xan.
Dell Inspiron laptop:
Intel Core i3-2370M @ 2.4GHz (quad core); 4GB RAM;
200GB HDD (dual-boot) Win 7 64-bit and U E 5.0 64-bit

Tower:
Intel Core i7-4770K @ 3.5 GHz (8 core); 8GB RAM;
118GB SSD, 111GB HDD; 232GB HDD; 465GB USB HDD
Soon to be dual-boot Win 7 64-bit and U E 5.0 64-bit
User avatar
S3KshuN8
U.E. Pro
U.E. Pro
 
Posts: 103
Joined: Sun Dec 15, 2013 3:08 am
Operating System: Other Linux



Re: Setting up a new computer[SOLVED]

Postby Xanayoshi » Thu Aug 14, 2014 3:56 pm

hmmmm...

So it will pop up again...maybe remove and reinstall...

Code: Select all
sudo apt-get remove flashplugin-installer

Code: Select all
sudo apt-get install flashplugin-installer


or

Code: Select all
sudo apt-get purge flashplugin-installer

Code: Select all
sudo apt-get install flashplugin-installer


I mean..you have the plugin, so if it is working then the warning is just annoying so you could then

Code: Select all
sudo rm -f /var/lib/update-notifier/package-data-downloads/flashplugin-installer.failed


and if it fails for real, you could determine it's this by simply playing a video.


Let us all cross our fingers and hope that Chrome will do away with this with HTML 5 in version 38 and Mozilla follows suit.
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT

Next

Return to Ultimate Edition 3.8

Who is online

Users browsing this forum: No registered users and 2 guests