Tagged with " linux"
May 27, 2010 - Linux    Comments Off on Ubuntu Linux and ROOT account

Ubuntu Linux and ROOT account

In a Linux installation, the administrator is known as root and usually has it’s own password. Most operations that need root privileges will ask you for the root password or if you are working on the command line, you would swap to root for a time by typing su (for Super User) and then the password. This gives an element of protection and security to the system.You are advised not to work as root under normal operating circumstances. This is one of the ways that Linux helps protect you from virus infections and other problems.

Ubuntu is a little different and you need to understand the differences if you are to get the best from your system. When Ubuntu Linux is first installed, a normal user account is set up along with a password. When certain operations are attempted – for example going to synaptic package manager – you will be asked for your password. This is your normal user password. If you are working on the command line some operations will require su type privileges. In these instances you need to type sudo before the command and you will again be asked for the password. If you need to have a dedicated root account there is a way of setting one up, but for normal use you wouldn’t need that.

Jul 27, 2009 - Linux    Comments Off on Ubuntu software repositories

Ubuntu software repositories

If you have been a Windows and/or a Mac OS user to date, you are probably used to searching for a program on the internet (often offered in an executable installer) and having to download and install it.

You’re probably familiar with software distributed on CDs, DVDs, etc. which often have an autorun feature from where you can then install them. For free and open systems like Ubuntu GNU/Linux there is some software distributed in this fashion, but those are mostly proprietary and closed programs. Read more »

May 27, 2009 - Linux    Comments Off on Giving administrative access to a user

Giving administrative access to a user

You can restrict and enable administrative (ROOT) access to users with the Users and Groups application:

  • Press System | Administration | Users and Groups
  • Select the user who is to be given administrative access and press Properties
  • Select the User Privileges tab
  • Check the box next to Administer the system and press OK
May 27, 2009 - Geeky General, Linux    Comments Off on Setup LAMP server on Ubuntu (and phpbb3)

Setup LAMP server on Ubuntu (and phpbb3)

From http://ubuntuforums.org/showthread.php?p=4392496

Ok, this if my first how to.  So if i do something wrong just tell me I will try and fix it.

Ok, so for starters the whole reason I’m writing this how too is because i just installed a LAMP server onto my box and phpbb. And I had a really hard time with it because i was trying to follow other sites tutorials and they used terminal. Now don’t get me wrong i love terminal and have nothing at all against it. but i learned the hard way that you should check synaptic package manager and add/remove programs first. because if you use synaptic or add/remove you’re ensured that the packages will be installed correctly unlike with the terminal where it’s easier for you to mess up somewhere. Read more »

Pages:123»