Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    829

    [ubuntu] Re: unable to use sudo

    hi

    what is the output of:

    ls -al /usr/bin/sudo

    also unlless you have enabled the root account with


    sudo passwd
  2. Replies
    5
    Views
    9,283

    [ubuntu] Re: Unigine heaven on Ubuntu 13.04

    what happens if you just run


    heaven

    from a terminal?

    Barry
  3. [xubuntu] Re: Terminal window opens with code already on it

    Hi

    The problem is due to the way this specific command works. It's because you are setting a variable in the alias command which would be executed when bash starts, the bit after the $ inside the...
  4. Replies
    1
    Views
    2,330

    [ubuntu] Re: /usr/bin/env: bash: Permission denied

    Hi there

    I think I see your problem.. at the end of the .bashrc file you set the $PATH 4 separate times causing it to be a mess. to see what I mean run:


    /bin/echo $PATH

    to fix this delete...
  5. [xubuntu] Re: Terminal window opens with code already on it

    ok you can check in ~/.profile too otherwise try searching for "uname -r" (part of the error message) in all files like this:

    sudo grep -r "uname -r" /
    wil take a little while to run through...
    ...
  6. [ubuntu] Re: No wired, wireless or ANSWERS with 13.04

    Hi again

    route add should have a sudo before but it looks like you already have a default gateway of 10.9.0.1 so assuming this is the correct address and not your laptops address then that's not...
  7. [xubuntu] Re: Terminal window opens with code already on it

    Hi

    Try checking in ~/.bashrc (hidden in your home dir press ctrl+h to view) and /etc/bash.bashrc for that command if you find it delete it and save the file. If it's in the second one you will...
  8. Replies
    16
    Views
    30,515

    Re: FTP FileZilla server alternative for Linux

    Hi

    I know this doesn't fully answer you're question but have you considered sftp. there is a windows client called winscp and linux can connect to it with nautilus or with the scp command line...
  9. Replies
    11
    Views
    723

    [ubuntu] Re: In-Depth Learning

    Hi you can have a look at:

    http://nixsrv.com/llthw for linux/unix

    for security cryptome.org has some good reads

    http://cryptome.org/

    Hope this helps!
  10. Replies
    23
    Views
    3,303

    Re: 13.04 wont shut down

    Hi there.

    Does running


    sudo init 0

    or
  11. Replies
    3
    Views
    483

    [ubuntu] Re: Why can ubuntu accept most drivers?

    Hi

    My understanding is that Windows steramlines it's kernel during installation and setup so that it can only run on your machine whereas linux holds all generic drivers etc in its kernel all the...
  12. Re: Really need a nice alternative to winamp.

    Hi

    You might like to check out VLC. It's very featureful although I wouldn't know if it does everythong you need. To install just run:

    sudo apt-get install vlc

    Hope this helps!

    Barry
  13. [ubuntu] Re: No wired, wireless or ANSWERS with 13.04

    Hi

    This sounds to me like yuou don't have a default gateway. Could you post up the output of:


    route

    and
  14. Replies
    5
    Views
    3,716

    [ubuntu] Re: Teamviewer alternatives

    logmein hamachi for linux is in beta, there is no graphical user interface although a third party one has been developed called haguichi which works a treat. To be clear, although you are installing...
  15. Replies
    6
    Views
    549

    Re: nautilus don't show some directories

    Hi

    Permissions on the file look normal. My guess would be that your problem is nautilus. An update may fix it, otherwise you could try making a new directory and copying the contents of the old...
  16. Replies
    5
    Views
    3,716

    [ubuntu] Re: Teamviewer alternatives

    Hi

    Hamachi (https://secure.logmein.com/labs/#HamachiforLinux) VPN should still work with rdesktop or VNC.

    Hope this helps!

    Barry
  17. Replies
    5
    Views
    9,283

    [ubuntu] Re: Unigine heaven on Ubuntu 13.04

    Hi

    You just need to run the .run file. Open a terminal and type: (I'm assuming here that you've downloaded the file to your Downloads directory)


    cd ~/Downloads
    chmod 700...
  18. [xubuntu] Re: using terminal to open .jpg with spaces in name

    in this situation I think the easiest way would be to type
    gpicview ~/T
    then hit TAB

    Hope this helps!
    Barry
  19. [ubuntu] Re: Upgraded to 12.04 then problem with firefox

    Hi

    Try running:


    sudo chown -R $USER:$USER ~/.mozilla

    Hope this helps!

    Barry
  20. Replies
    3
    Views
    310

    Re: Upgrade to 12.10

    Hi again

    sorry an OK button isn't needed I meant to say close. Just ticking the box and pressing close is sufficient to enable the repo. You also want to edit the name of the source and remove the...
  21. Replies
    6
    Views
    549

    Re: nautilus don't show some directories

    Hi

    Sounds like it could be a bug, I take it you're running up to date nautilus. You could also try a different file manager such as dolphin and see if the problem persists. Can you post the output...
  22. [xubuntu] Re: Installation on USB to Avoid Dead Hard Drive

    Hi.

    I'm pretty sure this is a bug with the image you have.

    here's an enormous thread on the problem:
    http://ubuntuforums.org/showthread.php?t=1443231&page=18

    post 176 lists a solution.
    ...
  23. [xubuntu] Re: using terminal to open .jpg with spaces in name

    Hi there

    Remember linux is Case sensetivve with a capital "C" ;) try using a lower case t with tab completion. You can get around spaces in a filename by adding a \ before them or quoting the...
  24. Replies
    7
    Views
    6,018

    [ubuntu] Re: Cannot change password in Ubuntu 13.04

    Hi there

    either passwd or sudo passwd username will work.

    passwd is you choosing to change your password and will require you to enter your current one whereas sudo passwd username is a forced...
  25. Replies
    3
    Views
    310

    Re: Upgrade to 12.10

    Hi

    When you perform a release upgrade any extra repos that you've added yourself get disabled. I'm guessing this is to prevent any confilcts for example packages with the same name in two...
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4