Search:

Type: Posts; User: lance bermudez; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. stop btrfs subvolume showing other subvolumes

    How do I stop a btrfs subvolume showing other subvolumes on the same drive?
    I have the movies subvolume mounted at ~/plexmedia/Movies I want to stop showing the other subvolumes on the drive in the...
  2. [ubuntu] Re: upgrade jammy 22.04 to kinetic 22.10 now no out side internet

    I have the dns set in Networ kManager


    $ sudo service NetworkManager status
    ● NetworkManager.service - Network Manager
    Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled;...
  3. [ubuntu] Re: upgrade jammy 22.04 to kinetic 22.10 now no out side internet

    this is a temporary fix


    echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolv.conf > /dev/null


    have to reuse the above command after restart to get things working again.
  4. [ubuntu] upgrade jammy 22.04 to kinetic 22.10 now no out side internet

    upgrade jammy 22.04 to kinetic 22.10 now no out side internet. I can reach the other computer on my network just no outside stuff like updates or web cites.
    error I get is


    $ sudo apt update...
  5. duplicity use rsync to copy files to another hard drive

    Does this work like I think? Will this copy the home directory to the harddrive mounted at /home/3tb using rsync? I need the archive from rsync to keep the permissions.


    PASSPHRASE="GPG_PASSWORD"...
  6. ubuntu 2204 scap workbench error

    Im getting an error that i do not understand when trying to build the gui for openscap.

    have installed


    sudo apt install libopenscap-dev libopenscap8 libopenscap8-dbg python3-openscap...
  7. Replies
    3
    Views
    4

    need help with grep command

    how to I use the grep command in my bash script? I have a file that I want to grep.


    grep 'TODAY' weathertext5.txt

    I only get the first line some time this line can go over more that one line....
  8. Replies
    9
    Views
    10

    Re: Need help with python re.search

    It is a small file. The program is called weather-util(http://fungi.yuggoth.org/weather/) on linux. It is written in python. I use this on my linux machines to check the weather. I want to also use...
  9. Replies
    9
    Views
    10

    Re: Need help with python re.search

    Windows does not have grep that is why "reinvent this wheel." Also this is not for school but that is just what a student would say.
  10. Replies
    9
    Views
    10

    Need help with python re.search

    I have to be able to run this program on windows and linux. I need to be able to have it work like grep and show me my match line and the next 3 lines. I get it to show me my first line match but not...
  11. Is pihole and cloudflare working together?

    I used https://docs.pi-hole.net/guides/dns/cloudflared/ to set up pihole to work with cloudflare.

    However the https://1.1.1.1/help is saying


    Using DNS over HTTPS (DoH) No
    Using DNS over...
  12. Re: Errors with btrfs scrub how do I fix?

    was given this
    https://superuser.com/questions/858237/finding-files-with-btrfs-uncorrectable-errors

    I get journal file /var/log... journal is truncated ignoring file

    anyone have any idea on...
  13. Errors with btrfs scrub how do I fix?

    I have Uncorrectable errors after doing a btrfs scrub I used to get no errors of any kind had power surge and the computer lost power. Turned it back on then did btrfs scrub and now getting...
  14. Python3 need help with TKinter scroll bar for program

    I have the program set up to change with the button is pushed but how to I add a scroll bar to the right side vertical to scroll the text up and down? I have to idea how to do this a point in the...
  15. Can not create btrfs subvolume need help

    I have the read out from the lsblk, blkid, mount and cat /etc/fstab in the attached file.

    # btrfs subvolume create /home/1tb
    ERROR: target path already exists: /home/1tb

    # btrfs subv list...
  16. how to sound alarm in gnome-calendar in Xubuntu

    I have been using gnome-calendar for 2 years and have it installed now on Xubuntu desktop but there is no alarm being sounded when a timer goes off. The calendar show the message if you happen to in...
  17. python 3 tqdm module deleting a directory

    Want a progress bar for deleting a directory

    errror i get is


    /home/lance/plex/powershell
    Python Version: 3.7.5 (default, Nov 20 2019, 09:21:52)
    [GCC 9.2.1 20191008]
    OS Platform: linux...
  18. Re: ubuntu 18.04 Permission denied (publickey)

    different key pairs on each linux box



    ~/.ssh$ ll
    total 36
    drwx------ 3 lance lance 4096 Jan 29 21:48 ./
    drwxrwxrwx 72 lance lance 4096 Jan 29 22:06 ../
    -rw------- 1 lance lance 1138 Jan...
  19. Re: ubuntu 18.04 Permission denied (publickey)

    Can not get this to work with key based authentication
    type40tardis (192.168.2.9) /etc/ssh/sshd_config


    Port 22
    # Authentication:
    PermitRootLogin no
    PubkeyAuthentication yes
    # To disable...
  20. Re: ubuntu 18.04 Permission denied (publickey)

    have even made new keys and it still does not work for type40tardis (192.168.2.9). and Yes this public key is in both linux boxes authorized_keys file

    Now type40tardis (192.168.2.9) can not even...
  21. Re: tightvnc connection refused when using IP address & accepted with localhost

    $ ssh -L 5901:127.0.0.1:5901 -C -N -l lance 192.168.2.5
    then use localhost:5901
    gsettings list-recursively org.gnome.Vino

    to not have to do the above then set the require-encryption to false...
  22. ubuntu 18.04 Permission denied (publickey)

    How do I fix this? I want to be able to go from both boxes to each other.

    Can ssh from type40tardis (192.168.2.9) into tardis (192.168.2.5).

    But I can NOT go the other way from tardis...
  23. Re: tightvnc connection refused when using IP address & accepted with localhost

    $ sudo ss -lntp


    LISTEN 0 5 0.0.0.0:5901 0.0.0.0:* users:(("Xtightvnc",pid=31971,fd=3))
    LISTEN 0 128 0.0.0.0:6001 ...
  24. tightvnc connection refused when using IP address & accepted with localhost

    ubuntu 1804

    using tight vnc NOT tiger vnc
    tightvnc connection refused when using IP address & accepted with localhost
    Did have gnome desktop installed but switched over to xfce4 xubuntu because...
  25. ubuntu 19.10 wayland blocking synaptic package manager

    Can not ssh into my other computer to use synaptic package manager. ssh works but not synaptic package manager


    lance@type40tardis:~$ ssh tardis
    Authenticated to 192.168.1.1 ([192.168.1.1]:22)....
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4