Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.23 seconds.

  1. Replies
    4
    Views
    2,236

    [SOLVED] Re: How to verify ntpd runs as root or non-root?

    By default, Ubuntu does not use ntpd (ntp package), and uses ntpdate. If ntpd is installed from the ntp package, it runs as the 'ntp' use, not root. From...
  2. Replies
    13
    Views
    2,961

    Re: System freezes for no apparent reason

    Hi, can you post the output of the following, which will allow us to find more information about your system.

    Loaded Kernel Modules


    lsmod

    Installed NVIDIA packages
  3. Replies
    7
    Views
    421

    [ubuntu] Re: Small issue with Adobe Flash Installation

    What is your username?

    For those two folders (only), you can use chown to change the ownership of the folders. Currently, they are owned by another user which is why you do not have permissions....
  4. Replies
    3
    Views
    329

    [SOLVED] Re: Sort command question

    Use this script


    #!/bin/bash

    ## File to sort
    FILE="test.txt"

    TEXTBLOCK=()
    while read text; do
  5. Re: Unable to access Documents, Music, Pictures, Videos from left side bar in ubuntu.

    As the above posters have mentioned, you have deleted the actual folders from your system not the shortcuts. However, there are still avenues of recovery.

    When you delete files, they are not...
  6. Replies
    9
    Views
    489

    Re: Dual Display Broken

    Hi, are both of the displays plugged into the card, or is one plugged into the motherboard and one using the card?

    Could you post the output of


    xrandr
  7. Replies
    6
    Views
    636

    [ubuntu] Re: SIS Resolution/Xorg Confusion

    Hi, can you post the output of the following:

    Xorg Logs


    cat /var/log/Xorg.0.log

    Hardware Check
  8. Replies
    9
    Views
    12,338

    Re: How to install AMDGPU open source driver?

    Only natively supported in Ubuntu 15.10 at the moment.:


    sudo apt-get install xserver-xorg-video-amdgpu libdrm-amdgpu1

    Reboot, and check the Xorg logs to see if it loaded.

    FGLRX must be...
  9. Replies
    6
    Views
    432

    [SOLVED] Re: Checksum DVD only?

    Moved to General Help
  10. Replies
    7
    Views
    701

    Re: Setting up OpenVPN (client only)

    The firewall rules look fine to me :)
  11. Thread: What to learn?

    by sandyd
    Replies
    8
    Views
    481

    Re: What to learn?

    I've found http://rogerdudler.github.io/git-guide/ quite useful for getting the basics of using Git down.

    Git, being version control is actually quite useful in web development. You can roll back...
  12. Replies
    2
    Views
    752

    Re: Ubuntu 14.04 LTS server and UDPXY

    Hi, what message are you getting in the VLC logs?
  13. Re: Lastest Flash Player Works Well Please tell me how secure

    See https://www.adobe.com/software/flash/about/

    The flash player is not being updated beyond 11.2.202.577, so any security vulnerabilities that appear since that release will affect flash.

    If...
  14. Replies
    2
    Views
    467

    Re: Ubuntu 15.10 on NUC5i5RYH

    Kernel 4.2 is indeed in Ubuntu Wily: http://packages.ubuntu.com/search?suite=wily&section=all&arch=any&keywords=linux-image-4.2&searchon=names

    All of the official Ubuntu distributions can install...
  15. Replies
    4
    Views
    484

    Re: repo won't update but program still does.

    Google Chrome has been discontinued for i386, the repo no longer has versions for i386.

    The repo at /etc/apt/sources.list.d/google-chrome.list is causing the error likely. Remove it to fix the...
  16. Replies
    4
    Views
    346

    [all variants] Re: How to proper uninstall software on Linux?

    apt-get remove removes the application only. apt-get purge removes the application along with it's associated configuration files.

    This is not much different than in Windows if you are using...
  17. Replies
    1
    Views
    271

    [lubuntu] Re: Notebook w/ lubuntu doesn't start.

    You have major filesystem corruption. May be bad disk, may be just corruption caused by loss of power, improper shutdown/etc

    We can check the hard disk health first.
    Boot into a LiveCD, and run
    ...
  18. Replies
    6
    Views
    350

    Re: Ubuntu 15.10 suspend question

    Hibernation requires that you boot up into the OS before the OS restores the RAM from swap. The computer at this time is off, so you will begin the same process when starting as if it were a cold...
  19. Replies
    38
    Views
    2,279

    [SOLVED] Re: No sound on 15.10. Just built this PC

    Hmm.

    Run


    alsamixer
    and go to the sound card by pressing F6.

    Is there anything muted?
  20. Replies
    6
    Views
    350

    Re: Ubuntu 15.10 suspend question

    If you want, you can use hibernation instead of suspend.

    However, you will need two swap partitions that are minimum the size of your computer's RAM. You must have two because if one OS...
  21. Replies
    38
    Views
    2,279

    [SOLVED] Re: No sound on 15.10. Just built this PC

    Hmm.

    HDMI audio you say?

    You might need to switch the sound output to HDMI audio.

    Run


    sudo apt-get install pavucontrol
  22. Replies
    8
    Views
    458

    Re: kodi not having any internet breakout

    Also, check to ensure that the time/date of Ubuntu Gnome are correct.
  23. Replies
    38
    Views
    2,279

    [SOLVED] Re: No sound on 15.10. Just built this PC

    Hi, can you post the output of the following commands, which will allow us to identify your sound card hardware and help your further.



    aplay -l
    lspci | grep -i audio
    lsmod
    ps ax | grep -i...
  24. Replies
    4
    Views
    402

    [all variants] Re: How are '-doc' packages supposed to work?

    There is no reader for /usr/share/doc that works like the man command. It is mainly because content varies accross all the doc folders. Some use gzip to compress their documents/changelog, some use...
  25. Replies
    7
    Views
    701

    Re: Setting up OpenVPN (client only)

    Please post the output of


    ps aux | grep openvpn
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4