Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.22 seconds.

  1. Re: VNC to desktop manager / :0 - anything besides x11vnc??

    I have my vino user with auto-login and autostart of vino-server.

    Put this in ~/.config/autostart/vino-server.desktop or in the GUI it is Settings --> Sharing


    [Desktop Entry]...
  2. Thread: Slow Boot 18.10

    by nlee2
    Replies
    10
    Views
    11

    Re: Slow Boot 18.10

    Your swap is /swapfile. Your root partition including /swapfile is only 11GB used (5%).

    I do not see that it will make any difference but to switch swap to /dev/sda3

    swapoff /swapfile
    swapon...
  3. Thread: Slow Boot 18.10

    by nlee2
    Replies
    10
    Views
    11

    Re: Slow Boot 18.10

    cat /etc/fstab
    blkid
  4. Thread: Slow Boot 18.10

    by nlee2
    Replies
    10
    Views
    11

    Re: Slow Boot 18.10

    The problem that I see is all versions of snaps are mounted. You could remove all old versions of install snaps and any unused snaps to speed up boot time.

    What is the output of

    df -Th
  5. Thread: Slow Boot 18.10

    by nlee2
    Replies
    10
    Views
    11

    Re: Slow Boot 18.10

    Care to provide more detail on "this bug"?
    Please provide the link to article on possible cause.

    What is the output of

    systemd-analyze blame
  6. Re: VNC to desktop manager / :0 - anything besides x11vnc??

    vino works for me.
  7. [other] Re: Windows 10's Clock is affected by the Dual boot

    I just use ntp
  8. Replies
    4
    Views
    5

    Re: Associate Vuze with Magnet Links

    Try to run the commands in your /usr/bin/vuze script in a terminal and see if there are any messages that might help.

    I did this and discovered that java was not installed. After installing java,...
  9. Replies
    12
    Views
    13

    [ubuntu] Re: HELP!!! Upgrading To 18.10

    The default is Install Now so give the window focus and blindly press enter.
  10. Re: Ubuntu 18.04 cifs mount in fstab doesn't mount at boot

    Please describe how you determine that the fstab entry does not work. Systemd automount only generates services at boot. Mounting occurs on use.
  11. [ubuntu] Re: starting utorrent as a service (Linux Newb)

    Check this out

    https://github.com/vortex-5/utorrent-ubuntu-service
  12. Replies
    2
    Views
    3

    Re: No heal transparency in GIMP 2.10

    Make sure that the plug-ins are in the Edit --> Preferences --> Folders --> Plug-ins folders location.
  13. Replies
    4
    Views
    5

    Re: [Lubuntu] Cannot force text mode boot

    Try


    GRUB_CMDLINE_LINUX="3"
  14. Replies
    4
    Views
    5

    Re: [Lubuntu] Cannot force text mode boot

    The instructions are for bios boot.

    What is the output of

    [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
  15. Replies
    6
    Views
    7

    Re: 2 dimensional matrix with php

    for ($x = 0; $x < $Tsize; $x++) {
    $temparray[0] = $lastT[$x]['Co'];
    $temparray[1] = $lastT[$x]['LA'];
    $temparray[2] = $lastT[$x]['HB'];
    ....
    echo $x . " " . $temparray[0]...
  16. Replies
    3
    Views
    4

    [all variants] Re: bind9 - custom dns records

    https://serverfault.com/questions/18748/overriding-some-dns-entries-in-bind-for-internal-networks
  17. Replies
    3
    Views
    4

    [all variants] Re: bind9 - custom dns records

    If you are running Bind 9.8.1 or newer then try response policy zone to override CNAME.
  18. Replies
    1
    Views
    2

    [ubuntu] Re: Problem running script with hot key

    try setting TERM at the beginning of playrecord.sh


    #!/bin/sh
    # This shell script is PUBLIC DOMAIN. You may do whatever you want with it.
    TERM=xterm
    TOGGLE=$HOME/.playrecord

    if [ ! -e...
  19. Replies
    3
    Views
    4

    Re: install ffmpeg package 7:3.4.2-2build2

    Have you tried

    ffmpeg -i test.avi -strict -2 -vcodec libx264 -s 640x360 -threads 4 -movflags faststart test.mp4
  20. Thread: pdftk

    by nlee2
    Replies
    9
    Views
    10

    [lubuntu] Re: pdftk

    To install pdftk from artful on bionic, you need to install libgcj17-dev And gcc-libs first

    +1 I needed these for deps.
    libgcj17-dev And gcc-libs Found here:...
  21. Replies
    13
    Views
    14

    [ubuntu] Re: VNC on headless 18.04 ??

    If vncserver is only listening on localhost then try using vncviewer over ssh. Otherwise use the xvnc -localhost option. If vncserver needs to start at boot then configure vncserver@:1.service in...
  22. Replies
    13
    Views
    14

    [ubuntu] Re: VNC on headless 18.04 ??

    Normally xstartup in created when you run vncpasswd.



    #!/bin/sh
    unset SESSION_MANAGER
    unset DBUS_SESSION_BUS_ADDRESS
    exec gnome-session
  23. Replies
    13
    Views
    14

    [ubuntu] Re: VNC on headless 18.04 ??

    What is the output of

    ls -la ~/.vnc
    cat ~/.vnc/thefilenamehere.log
    cat ~/.vnc/xstartup
  24. Replies
    13
    Views
    14

    [ubuntu] Re: VNC on headless 18.04 ??

    I believe that Screen Sharing aka vino-server uses xstartup. If disconnecting the monitor after connecting is not an acceptable solution then you can try installing tigervnc-standalone-server....
  25. Replies
    12
    Views
    13

    [SOLVED] Re: where are the themes located?

    Have you tried Ubuntu Software Installer?

    Look for

    GNOME Tweaks
    communitheme
Results 1 to 25 of 121
Page 1 of 5 1 2 3 4