Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.22 seconds.

  1. Replies
    5
    Views
    407

    [SOLVED] Re: Need help with key-based SSH auth

    Strange... you might get a more detailed error message if you tried to ssh using an app such as ConnectBot.
  2. Replies
    11
    Views
    1,630

    Re: Ubuntu netbook remix in 2016?

    Have a look at lubuntu. Lightweight, and up-to-date.
  3. Replies
    5
    Views
    407

    [SOLVED] Re: Need help with key-based SSH auth

    I'd start from scratch, and do it like this:

    On your server/laptop:


    cd /home/user
    mv .ssh .sshbak
    mkdir .ssh
    cd .ssh
    ssh-keygen -t rsa -b 4096
  4. Thread: Steam Client

    by ubudog
    Replies
    8
    Views
    568

    [ubuntu] Re: Steam Client

    How did you install Steam? Did you use the .deb file from the Steam website?

    Also, what is the error you are currently seeing?
  5. Thread: C++ Programming

    by ubudog
    Replies
    4
    Views
    636

    Re: C++ Programming

    I'd start by installing the build-essential metapackage, which will install gcc and g++ for compiling C and C++ code, respectively.

    I personally recommend vim as a text editor, but that's just me....
  6. Replies
    1
    Views
    363

    Re: Trouble with TuxGuitar

    Hi,

    Maybe this will help you.
  7. Replies
    3,889
    Views
    328,595

    Sticky: Re: Welcome to the Forums - Introduce yourself here

    Welcome Francis!
  8. Replies
    3,889
    Views
    328,595

    Sticky: Re: Welcome to the Forums - Introduce yourself here

    Welcome to the Forum!
  9. Replies
    3
    Views
    1,030

    [ubuntu] Re: Restore from livecd

    Glad to hear you got your system restored, that is a weird bug if it was that! :D
  10. Replies
    3
    Views
    1,030

    [ubuntu] Re: Restore from livecd

    What happens when you try to install it? What are the errors?
  11. Replies
    8
    Views
    443

    [SOLVED] Re: Ubuntu desktop not working

    When you logged in and there was nothing, was it a black screen, or just no icons?

    Edit: Also, what model computer is this?
  12. [ubuntu] Re: sh file (I think it's actually a binary) can't open xterm

    It's probably a dependency issue, but we will see:

    cat /var/log/dpkg.log
  13. [ubuntu] Re: sh file (I think it's actually a binary) can't open xterm

    Big +1 to steeldriver's post.

    It might also be useful to know what $TERM is:

    echo $TERM
  14. [ubuntu] Re: sh file (I think it's actually a binary) can't open xterm

    Hmm, what does:

    cat lexmark-08z-series-driver-1.0-1.i386.deb.sh | grep -i xterm
    give you?
  15. Re: ˇAyuda! No puedo instalar nada, ni programas ni actualizaciones

    Mmm, eso parece una problema con el disco, pero tal vez que esto te ayude:


    sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.ko
    sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
    sudo dpkg...
  16. [ubuntu] Re: sh file (I think it's actually a binary) can't open xterm

    Welcome!

    See if xterm can be installed:

    sudo apt-get install xterm
  17. Replies
    8
    Views
    443

    [SOLVED] Re: Ubuntu desktop not working

    Before this happened, did you update a graphics card driver? Also, what graphics card do you have?
  18. Thread: Routing file

    by ubudog
    Replies
    1
    Views
    423

    [ubuntu] Re: Routing file

    You should use the 'route' command. Some quick Googling rendered:
    http://www.cyberciti.biz/faq/ubuntu-linux-add-static-routing/

    Sorry, misread your post a bit there. As seen here:...
  19. Replies
    6
    Views
    790

    [SOLVED] Re: Cannot access phpmyadmin login page

    See if this helps (from http://stackoverflow.com/questions/6893799/phpmyadmin-is-not-working-after-i-installed-it):
    Add this line to /etc/apache2/apache2.conf:

    Include /etc/phpmyadmin/apache.conf...
  20. [ubuntu] Re: Ubuntu Windows version prepared from MAC? UBUNTU 14.04.1 LTS

    I'd suggest going with the latest release of either Lubuntu or Xubuntu, considering the age of the machine you're going to install on.

    The Ubuntu website has instructions on how to create a...
  21. Replies
    3
    Views
    855

    [ubuntu] Re: Can't install Samba

    If you have another Linux box, you could back up your data to it using rsync. On the other Linux box, just set up an ssh server (openssh-server package in Ubuntu), and copy your data on over.
    ...
  22. Replies
    3
    Views
    855

    [ubuntu] Re: Can't install Samba

    Ubuntu 11.10 went end-of-life May 2013 I believe, and that's probably why you can't reach the repos.

    I'd recommend installing a supported Ubuntu version (like 14.04) and then setting up Samba.
  23. [ubuntu] Re: 14.04 lts Black screen all the time after 5 minutes.

    Apparently adding 'nomodeset' to the boot parameters helped this chap:
    http://askubuntu.com/questions/183386/nouveau-driver-issue-when-trying-to-boot-ubuntu
  24. Replies
    16
    Views
    529

    [ubuntu] Re: How would i install a password at startup

    I believe the command to open the System Settings from the command line is:

    unity-control-center
  25. Replies
    16
    Views
    529

    [ubuntu] Re: How would i install a password at startup

    Under your "User Account" settings, there should be a way to turn automatic login off.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4