Search:

Type: Posts; User: Tatty; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    1,385

    [ubuntu] Re: Dual-boot, shared drives, NTFS or FAT32?

    I agree with crandom. Ntfs support in linux is very mature now. Most sources which recommend fat are usually quite old now.
  2. Replies
    10
    Views
    1,367

    [SOLVED] Re: Installing Google Earth

    If you want 5.x then you will have to go with the binary install.

    Did you install it with sudo or not? I suspect you may not want to do that, but without seeing the instructions you followed im...
  3. Replies
    10
    Views
    1,367

    [SOLVED] Re: Installing Google Earth

    The easiest method is to get it from the medibutu repos:

    https://help.ubuntu.com/community/Medibuntu
  4. Thread: Security

    by Tatty
    Replies
    5
    Views
    742

    [all variants] Re: Security

    The anti-virus software in the repos only really scans for windows viruses. Its meant for if you want to check a file before sending it to a windows machine.

    It is still possible to hack into a...
  5. [ubuntu] Re: Can i make "WINE" recognise my hp printer 1100?

    Unfortunately not, wine does not have direct access to the hardware so you cannot install a windows driver with it.
  6. Replies
    7
    Views
    451

    [ubuntu] Re: Nvidia graphics driver updateing

    AFAIK, no. It would be nice though, hopefully its on the cards for some point.

    Whats the exact error message you are getting? What instructions are you following? At which step is it failing?
  7. Replies
    18
    Views
    679

    [ubuntu] Re: If clause not available

    this code works for me...


    clear
    declare -i grade
    echo " What grade do you expect to have for this class ? "
    read -p grade

    if [ $grade > 90 ]; then
    echo -n " You are perfoming at my Level...
  8. Replies
    18
    Views
    679

    [ubuntu] Re: If clause not available

    It should be "then" not "Then" after your if condition
  9. Replies
    12
    Views
    706

    [ubuntu] Re: Losing hope...Will I ever get it working?

    Did you try reburning the alternate cd? Locking/crashing part way through an install is often a sign of a bad burn.
  10. Replies
    18
    Views
    679

    [ubuntu] Re: If clause not available

    "if" is not an application. I think you want
    man bash
  11. Re: Share a line about Linux that could start an argument!

    Compiz is useful.

    Emacs is better than vi.
  12. Replies
    6
    Views
    3,355

    Re: C++ strings appear to not compare correctly

    Thank you all so much,

    After printing the hex values, I noticed that certain strings appeared to have a 0 added to the start, which is why it was not evaluating to be equal.

    I eventually...
  13. Replies
    6
    Views
    3,355

    Re: C++ strings appear to not compare correctly

    Thanks for the reply wd5gnr.

    Using .compare() didnt seem to make a difference. I changed the if statement to if(!temp1.compare(temp2)) but it still did not evaluate them as equal.

    However I...
  14. Replies
    6
    Views
    3,355

    [Solved]C++ strings appear to not compare correctly

    Forgive me if the answer to this is something simple and I am being stupid, I make no claim to be an expert or experienced programmer.

    I am having a strange problem comparing two strings in an...
  15. Replies
    3
    Views
    313

    [ubuntu] Re: Window display problem

    Each stable release of ubuntu is "locked" in the repos, and only security or stability (or minor) bugfixes are allowed. This is to limit the ability for new bugs to creep in.

    If you want to...
  16. Replies
    5
    Views
    449

    [ubuntu] Re: Setting up Ubuntu and Vista

    http://www.psychocats.net/ubuntu/dualboot

    This guide will take you through setting up a dual boot.

    The only thing to add is that since you are using vista, it may be better to shrink the size...
  17. Replies
    10
    Views
    848

    [ubuntu] Re: problems straming flash videos?

    Are you using 64bit ubuntu?

    I often found flash objects crashed to a blank image before I installed the alpha 64bit player. I suspect it may be an issue with npluginwrapper
  18. Thread: Ubuntu questions

    by Tatty
    Replies
    5
    Views
    275

    Re: Ubuntu questions

    Im not sure to be honest, I dont have any experience with them myself. I imagine some will work, and others wont.

    If you can find one that acts as a simple media storage device then that should...
  19. Re: Can someone post the instructions for this desktop?

    http://ubuntuforums.org/showthread.php?t=987297
  20. Thread: Ubuntu questions

    by Tatty
    Replies
    5
    Views
    275

    Re: Ubuntu questions

    No, MythTV is just a linux TV/PVR application. Mythbuntu is basically a variation (flavour) of ubuntu, which comes with MythTV pre-installed and a few other tweaks.

    Afaik, all the parts of...
  21. Thread: Ubuntu questions

    by Tatty
    Replies
    5
    Views
    275

    Re: Ubuntu questions

    MythTV is probably what you want for your media centre. Mythbuntu is basically just a customised ubuntu distro with mythtv integrated out of the box.

    MythTV is in the repos - its pretty easy to...
  22. Thread: Quick Q?

    by Tatty
    Replies
    4
    Views
    401

    Re: Quick Q?

    There isnt a system restore on ubuntu like the windows system restore.

    What has gone wrong for you?
  23. Replies
    22
    Views
    1,211

    [ubuntu] Re: i need a recommendation for a firewall

    Applications->Accessories->Terminal
  24. Replies
    12
    Views
    693

    Re: Btrfs goes mainline!

    I dont think this means that btrfs is anywhere near stable.

    Ext4 support has been part of the linux kernel for years, listed as ext4dev, this just makes it easier for the developers to work on.
    ...
  25. [ubuntu] Re: Ubuntu cannot mount flash drives?...

    It may not have answered your question but I wouldnt have said that was a stuid comment, removing a flash stick without unmounting it first can result in destroying some or all of the data on the...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4