Re: Password managers

2023-11-10 Thread Minecraftchest1
I can also recomend a Keepass compatible password manager. I am personally using the offical Keepass2 app over Mono, but KeePassXC has also worked well. I have been using Syncthing to sync it between my devices, include my Android smartphone. For Android, I have found KeepassDX and

Re: Which Virtual Manager? Was: EASY way to install packages from trixie/sid to stable?

2023-10-27 Thread Minecraftchest1
With Virt-Manager, you should have the option to choose an existing disk image. In that dialog, you can create an image in any of the pools (you can also add pools in that dialog), and that will let you change the file name and disk size. I am not ay my laptop currently, but I can take and

Re: Bookworm: NetworkManager

2023-10-22 Thread Minecraftchest1
You can also set the dns server in NetworkManager directly. ``` bash nmcli connection modify "$connection-name" ipv4.dns "$dns-servers" ``` where $connection-name is the name found in `nmcli connection` under NAME, and $dns-servers is a comma seperated list of DNS servers you want to use. If you