The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    25 Ubuntu tips for beginners

    Discussion in 'Linux Compatibility and Software' started by Tinderbox (UK), Nov 7, 2010.

  1. Tinderbox (UK)

    Tinderbox (UK) BAKED BEAN KING

    Reputations:
    4,740
    Messages:
    8,513
    Likes Received:
    3,823
    Trophy Points:
    431
    I just found this only 7 hours old.

    25 Ubuntu tips for beginners | News | TechRadar UK

    Taking a trip into the weird and wonderful world of Linux with the world's most popular distro isn't always the easiest of tasks, particularly if you're used to Windows' clean embrace.

    This isn't helped by the fact that Ubuntu isn't as fully featured as it should be from the start.

    Learn a bit about the OS, and get up and running with some interesting and helpful tools by following this guide.

    1. Run essential updates
    Any Linux installation worth its salt will alert you immediately to any changes that need to be made after installation, particularly if you've installed from a Live CD that might not be entirely up to date.

    Ubuntu alerts you to this with an orange flash in its taskbar. Click on it, enter the administration password you set during installation and use the Update Manager to install the essentials. You'll also find it at 'System | Update Manager'.

    2. Manually update packages
    The auto-updater isn't the only way to get your system up to speed. The package manager – which deals with downloading, installing and configuring new programs – might need a little kick, however.

    Open a terminal window (select it from the menu, or hit [Alt]+[F2] and type gnome-terminal), then type sudo apt-get update to ensure that Ubuntu's knowledge of packages is up to date.

    3. Perform package upgrades
    The next step is to turn your installed packages into the shiny new versions, which you can do using a slightly different command in the terminal window: apt-get upgrade.

    Insert it (remembering to prefix it with sudo, which tells Ubuntu to perform the action as a super user) and apt-get will hammer through the list, marking and installing any packages that have fallen behind the times.

    4. Upgrade the distribution
    Apt is a monster of a tool. It can help you stay right on the cutting edge with little or no effort on your part.

    Let's say, for example, you've had an Ubuntu installation running for a while, but you want to install the latest version of the OS. You need to do a full backup, burn a new disc, sit through a reinstallation process and cross your fingers, right? Wrong.

    Type apt-get distupgrade to bring your installed distro in line with current standards automatically.

    5. Manage repositories easily
    Apt doesn't conjure packages out of thin air. It uses repositories – vast databases of software packages that ensure the latest versions of software are always easily available from (almost) one place.

    To add more repositories, we recommend starting by installing a repository manger.

    Type sudo wget http://mac4deb.googlepages.com/addrepo -O / usr/bin/addrepo into a terminal window to install addrepo, then sudo chmod +x /usr/bin/addrepo to set its permissions properly.

    6. Add new repositories
    Adding another source for software is easy; once you've installed addrepo, you can do it in the terminal by typing something along the lines of addrepo deb Seveas' Ubuntu packages lucid-seveas all.

    If you find new repositories online, they will usually give you the right details to enter. You could also do it graphically by going to 'System | Administration | Software Sources | Third Party Software | Add'.

    7. Check the package manager
    Ubuntu's package management tools are, as you might have noticed, not restricted to the command line. Synaptic Package Manager is an excellent graphical interface for apt.

    To open it, go to 'System | Administration | Synaptic Package Manager'. Part of the fun of repositories is hunting around them for interesting packages – feel free to have a poke about!

    8. Install restricted extras
    Ubuntu is free software, so many features are left out by default for licensing reasons. That doesn't stop you installing them yourself, though.

    To get the Flash plug-in, support for MP3 and DVD playback, and standard TrueType fonts (among other things), search Synaptic Package Manager for 'ubuntu-restricted-extras' and install it. All the essentials are in that single package.

    9. Get some games
    Ubuntu's default selection of games is a little weak. There's a wealth of gaming gold on the default repositories, though.

    Search for and check out the following: Tremulous, a decent first-person shooter; FlightGear, a seasoned and accurate flight sim; Gridwars, a flashy topdown retro shooter; and vDrift, a track-based racing simulator. All deserve a place on your hard drive.

    10. Enable more tweaks
    There's a single package that will open up a world of further customisation options, and that's ubuntu-tweak. You can download the DEB package installing a repository manger.

    Type sudo wget http://mac4deb.googlepages.com/addrepo -O / usr/bin/addrepo into a terminal window to install addrepo, then sudo chmod +x /usr/bin/addrepo to set its permissions properly.

    11. Set up Gnome-Do
    Adding functionality to Ubuntu starts with Gnome-Do, which simplifies and speeds up searching for programs and files, or activating functions. Look in the package manager for 'gnome-do' (or install it using apt-get) to add it. You'll now find it in the Ubuntu menu.

    12. Understand the panes
    Get Gnome-Do running, then hit [Super]+[Space]. [Super] is the [Windows] key on a standard PC keyboard. The left-hand pane contains the item you're searching for, while the right-hand pane will eventually contain the action to be applied to it.

    13. Try it out
    We'll use Firefox as an example application for Gnome-Do. Start typing firefox and it should appear in the left window after a few letters – that's all you need to type. Now hit [Tab] to switch to the second pane, and start typing the action you wish to perform, such as Minimise or Close.

    14. Use further features
    The arrow keys are a satisfying way to navigate around Gnome-Do. Start typing in the first pane, then hit [down] to see all the possible options. Use
    to expand folders or panels. Choose one, hit [Tab] and use the [down] arrow to select the action to perform on it.

    15. Add more plug-ins
    Gnome-Do can act on just about any software. Bring up the window with [Super]+[Space], click the little down arrow at the top-right corner and select Preferences. You can then add plug-ins for everything from Google tools and Twitter to music players such as RhythmBox.

    16. Change your wallpaper
    Ubuntu features some pretty – clearly Mac-inspired – purple desktop backgrounds, but no operating system is really yours until you've plastered a picture of your cat all over it. Right-click the desktop and choose 'Change Desktop Background' to load one in.

    17. Switch window styles
    You can change the look of your desktop's windows from the 'Appearance Preferences' window. Click the Theme tab, then click on a style to see how it will look. If you click 'Customise', you can combine elements from different themes.

    18. Install hardware drivers To get the most out of your Ubuntu desktop, you'll need the optimal drivers for your graphics card. They're not installed by default, but if you go to 'System | Administration | Hardware Drivers', you'll see your options. Select the latest driver, install it and restart.

    19. Set up desktop effects
    You'll get a fancier looking desktop if you switch on visual effects ('System | Preferences | Appearance | Visual Effects'). Install the 'compiz' settings application – search Synaptic for 'compizconfig' – and you'll have access to many more stylish tweaks.

    20. Add a dock
    There's a neat little desktop application, based on the code behind Gnome-Do (discussed elsewhere), that emulates the dock from Mac OS X. It's worth a try. Search Synaptic for 'docky', install it, and you'll be able to configure its minutest details by simply clicking the icon on the far left.

    21. Play Windows videos Type this into a terminal: sudo wget http://www.medibuntu. org/sources.list.d/$(lsb_ release -cs).list –outputdocument=/ etc/apt/ sources.list.d/medibuntu. list. Then run sudo apt-get install w32codecs to get the appropriate files.

    22. Install VLC
    You'll find VLC listed in Synaptic under a search for 'VLC'. Like most apps, it installs a number of other programs at the same time, which it needs in order to run. However, it doesn't install the Firefox plug-in – search for 'mozilla-plugin-vlc' to find it if you want media handled in your browser.

    23. Set up Samba
    Sharing files with Windows computers? You need Samba. Search for 'samba' within Synaptic, mark the packages 'samba' and 'system-config-samba' for installation and click 'Apply.' You can use the configuration app to set up permanently linked shares.

    24. Mess with panels
    Ubuntu's default layout is a mix of OS X and Windows. To fiddle with its panels, right-click an empty spot and select 'Properties'. You can also add or remove elements with the appropriate command. If you've installed Docky, you may need to shift at least one panel out of the way.

    25. Unleash GIMP
    There's one premier artistry app for Linux, and that's GIMP. If there were an award for 'most Photoshop features aped', it would win two of them. It doesn't come on a standard Ubuntu Live CD, but it deserves to, so grab it from Synaptic Package Manager and get doodling.

    First published in PC Plus Issue 300​
     
  2. debguy

    debguy rip dmr

    Reputations:
    607
    Messages:
    893
    Likes Received:
    4
    Trophy Points:
    31
    Nice list! Just some remarks:

    This should only be done to upgrade from one release to the next one. Omitting a release is not supported by Ubuntu and might break your system.

    It should be noted that the reliability of 3rd-party repository might be questionable. Be as careful as you would be under Windows when installing a program that you got from "somewere". This applies to all the other tips in this list that deal with adding further repositories.
    btw: Please fix that link label! It's transformed by the forum software.

    Here's a good place to state that "free" doesn't mean free as in free beer but free as in free speech.

    I'd like to add Warzone 2100 to that list. Some of you might know this great RTS game which has been releases under the GPL.

    There are also many other docks available.

    w32codecs isn't necessary under Debian anymore. All media files (except for DRM-protected ones, w32codefcs can't play them either) will work with one of the various Gstreamer-Plugins.I guess the same goes for Ubuntu.

    It should be noted that there are heavy bashings out there all called "Photoshop vs. Gimp". Gimp is an alternative, not a replacement. Please remember that when using Gimp! Both have many features in common, but Gimp is no copy of Photoshop. They behave differently. Therefore you'll need some time to get used to it.


    Most of this list is valid not only for Ubuntu but for any Debian-based distro.
     
  3. weinter

    weinter /dev/null

    Reputations:
    596
    Messages:
    2,798
    Likes Received:
    1
    Trophy Points:
    56
    This is Tips?
    I thought this is common knowledge for all Linux Users...
     
  4. debguy

    debguy rip dmr

    Reputations:
    607
    Messages:
    893
    Likes Received:
    4
    Trophy Points:
    31
    Sure! But this thread is about Ubuntu, not Linux. :D
     
  5. FarmersDaughter

    FarmersDaughter Notebook Consultant

    Reputations:
    1
    Messages:
    138
    Likes Received:
    0
    Trophy Points:
    30
    Is Ubuntu still one of the better options for noobs? I'm installing a Linux/GNU system on my friend's laptop and I'm just wondering. I'm planning on using Mint Standard edition. Good idea? I'll pass this on to her either way. Its been months since I used an Ubuntu system.
     
  6. debguy

    debguy rip dmr

    Reputations:
    607
    Messages:
    893
    Likes Received:
    4
    Trophy Points:
    31
    I'm not a native speaker, so I looked it up. ;)
    So the question is: Is your friend a newb or a n00b (german wikipedia adds "unwilling/unable to learn" to that term)?
    In the first case every distribution will be fine, in the second - none.

    Considering myself a newb when I came to Linux, Slackware was a great start because it was very transparent - Ubuntu was not.
     
  7. jalaj

    jalaj Notebook Geek

    Reputations:
    13
    Messages:
    88
    Likes Received:
    1
    Trophy Points:
    16
    Mint is based off Ubuntu. The install includes many apps that most basic users would use, i.e. multimedia apps/codecs. So I think it's great for beginners.
     
  8. FarmersDaughter

    FarmersDaughter Notebook Consultant

    Reputations:
    1
    Messages:
    138
    Likes Received:
    0
    Trophy Points:
    30
    I think she's willing to learn because if not then she could just stick with her current system :). Therefore, newb. I thought of Mint because it is full-featured and relatively easy to use. We'll see what runs on her laptop (older HP model). My backup plan is something like Slackware, if the laptop needs a less demanding OS (has about 1gb of RAM I'm told). Thanks!