Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: Apostrophes automatically appear in every field that I place my cursor

    What is your keymap?
  2. Replies
    4
    Views
    5

    [SOLVED] Re: Classic gui in 20.10 ?

    He means GNOME before gnome-shell.
  3. Re: Added Microsoft account, can't see Onedrive

    The package onedrive is in the Universe repository. Start with installing that


    sudo apt install onedrive

    And then in a terminal enter
    onedrive
  4. Replies
    7
    Views
    8

    [ubuntu] Re: Unable to see movies on Facebook.

    This is a better suggestion than mine above. I did not have that meta-package installed due to an installer bug, and forgot to. Installing ffmpeg fixed my specific issue.
  5. Replies
    6
    Views
    7

    [ubuntu] Re: sudo apt-get install-f error

    The correct command it is asking for is


    sudo apt --fix-missing install

    Which may also be entered as


    sudo apt -f install
  6. Replies
    7
    Views
    8

    [ubuntu] Re: Unable to see movies on Facebook.

    sudo apt install ffmpeg

    My issue was on Twitter w/embedded videos not viewable/playable. Perhaps this will help. ffmpeg was not installed by default.
  7. [SOLVED] Re: help required to create a windows 7 installation disk for installation of virtual

    You are correct. Good luck.
  8. Thread: Clamav engine

    by llamakc
    Replies
    10
    Views
    6,159

    [SOLVED] Re: Clamav engine

    sudo freshclam


    Will update the signatures. As to the engine, you should specify which version of Ubuntu you are using and which version of clamav is currently installed.
  9. [all variants] Re: Questions about the console, fore/background, and other stuff

    man builtins


    It is one of BASH's built-in commands.
  10. [ubuntu] Re: Making a standalone home fileserver, best options?

    If you install openssh-server on it, you can just ssh into it and update it from the CLI.
  11. Replies
    3
    Views
    515

    [ubuntu] Re: red alert, all hands to battlestations!

    Attach a screenshot.
  12. Replies
    1
    Views
    602

    [ubuntu] Re: Program directories...

    http://www.tuxfiles.org/linuxhelp/linuxdir.html

    < /usr/local >

    This is where you install apps and other files for use on the local machine. If your machine is a part of a network, the /usr...
  13. Replies
    7
    Views
    606

    [SOLVED] Re: Netowrk Protocols

    You should play with scp and sftp to move files securely.
  14. Replies
    7
    Views
    692

    [ubuntu] Re: Download Manager

    There are more than a few available in the repositories. Care to share an example of when you would need one?
  15. Replies
    5
    Views
    1,594

    [ubuntu] Re: Change Gnome Panel Text to White?

    Just found gnome-color-chooser and wanted to say thanks.
  16. [SOLVED] Re: want to back up 70 gig of data to dvd, how do i do it easily?

    So why are you backing up on DVD's? Use something with a longer shelf life.
  17. Replies
    5
    Views
    1,198

    Re: Newbie needs help finding virtual C drive

    cd ~/.wine
  18. [gnome] Re: HOWTO: Make Link to Filesystem on desktop or panel

    Yes there is.


    cd ~/Desktop && sudo ln -sf / Filesystem
  19. Replies
    4
    Views
    524

    [ubuntu] Re: Compiling last.fm

    https://help.ubuntu.com/community/CompilingEasyHowTo

    You can search for documentation at help.ubuntu.com
  20. [ubuntu] Re: is there a transition guide for an advanced Windows user?

    Is your main issue naming schema?
  21. Replies
    4
    Views
    1,120

    [ubuntu] Re: Printing from Ubuntu LiveCD

    You should be more descriptive about your problem.
  22. [ubuntu] Re: no sound on 1525, since 8.04 LTS, now: jaunty

    Are you positive it isn't muted? My 1525 has sound. Run alsamixer and make sure your levels are up.

    Do you know if snd_hda-intel is loaded? Open a Terminal and type:



    lsmod


    Cut/paste...
  23. [ubuntu] Re: How can I get the terminal to output a list of packages the Update Manager wants

    You have the same versions downloaded? Or just packages with the same names?
  24. Replies
    5
    Views
    2,865

    [all variants] Re: Net commands in terminal

    smbtree
  25. Replies
    6
    Views
    627

    [all variants] Re: Help with piping |

    xargs can be of some help.



    uptime | xargs echo




    wget http://www.skype.com/go/getskype-linux-deb | xargs dpkg -i
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4