Results 1 to 3 of 3

Thread: The best way to get help

  1. #1
    Join Date
    Jul 2008
    Location
    $HOME
    Beans
    1,030
    Distro
    Ubuntu 9.10 Karmic Koala

    Post FAQ: The best way to get help

    I've answered a lot of questions on these forums, and I keep on seeing the same questions coming up. A lot of time could be saved by the help-seeker providing a bit more info.

    So, before posting your first question about Mounting, Codecs, Installing Software, a Program Not Working, or Permissions, read the appropriate section below. It will help you get better free tech support.

    Do not reply to this thread with a question. Create a new thread with your question instead.

    Mounting

    If you're having trouble mounting (i.e. accessing) your Windows partition, or a USB external drive, or your mp3 player, etc, then a lot of time can be saved by opening up a terminal from the application menu, and typing these commands one after another. In fact, copying and pasting is probably an even better idea.

    Code:
    cat /etc/fstab
    sudo fdisk -l
    sudo blkid
    mount
    That will produce a whole load of info which probably won't mean much to you, but if you copy and paste it for us, we will probably instantly be able to know how to fix your problem.

    When pasting stuff like that, do remember to use the # button on the formatting bar. This will insert [code]...[/code] tags around the info, to make it easier for us to read.

    If you ask your question without providing this info, we'll just ask you to provide it, so you might as well pre-empt us.


    Codecs

    You want all your media files from Windows to work perfectly?

    There's not much point in posting a question, because we'll just tell you to enable the Medibuntu repository, and then install the codecs.


    Installing software

    In the menus, there's “Add/remove” or “Add and remove applications”. You can use that. A slightly more powerful tool is “Synaptic”, which you can also find in the menus. Both of these allow you to do a keyword search for stuff you might want to install. This is what we do on Ubuntu, rather than the Windows practice of surfing to a website and downloading installers.

    Before asking whether a given program is available for Ubuntu, search for its name in Synaptic first.

    Before asking whether there is a program that does a certain thing (e.g. that edits documents), search for it by using some sensible keywords (e.g. “word processor”) first. Skim through the descriptions of the suggestions that come up until you find something good.

    If the version provided by Ubuntu in Synaptic is not quite as up-to-date as some version you have found elsewhere, please just use the stable version provided by Ubuntu.

    If you absolutely must install something you've found on some website, then bear in mind the following:
    • seek, read and follow the instructions on the site;
    • prefer a file ending in .deb over any other;
    • if the version you want is a “tarball”, or mentions that “compiling” is necessary, please consider using something else, as such things are not for newbies;
    • if you come to the forums for help with something you have downloaded from a website, please don't be stingy with the info; give us the URL that you got the thing from;
    • Windows software is obviously not compatible with Ubuntu (if you really want to try to force it to work, then use Wine, and post any questions in the Wine forum) and you should just use Ubuntu software instead (i.e. Firefox, not Internet Explorer).


    Program not working

    If a program crashes or just doesn't start when you click on it, the first thing we are going to ask you to do is to run the program in a terminal instead of from the menus.

    This means that, for example, instead of clicking on “Firefox” in the menus, you would click on “Terminal”, and then in that terminal type “firefox”. That way, error messages will be dumped to the terminal, and you can copy and paste them on to the forum for us to see. You might as well save time by doing this before you ask the question.

    When pasting stuff like that, do remember to use the # button on the formatting bar. This will insert [code]...[/code] tags around the info, to make it easier for us to read.

    Permissions

    If you can't do something to some file on your computer without the system complaining about “permissions”, then it's probably because you don't “own” the file. You probably need to start the application in question as root. For example, you'd go to the terminal and type “gksu gedit” or “gksu nautilus” or whatever, to open up the program you're using. That program with then have no permission problems. Don't over-use this.
    Last edited by Pro-reason; September 19th, 2008 at 03:38 AM.
    If people were nicer, I'd answer more queries here!

  2. #2
    Join Date
    Feb 2008
    Beans
    392

    Re: The best way to get help

    Rename thread to FAQ and we can add to it (I am eating some right now )
    Customer: (angrily) "You said I would get 98 windows with this computer. Where are they?"
    Recent video card: Supports two DIFFERENT applications open at one time;
    My 6-year-old laptop with integrated graphics does that just fine

  3. #3
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: The best way to get help

    Good info and take a look at the sticky's at the top of the forum page

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •