Installing Ubuntu using debootstrap (2019)
This is an updated version of my 2017 post
In some scenarios you may wish to install vanilla Ubuntu without the ability to use an iso.
In my case this …
This is an updated version of my 2017 post
In some scenarios you may wish to install vanilla Ubuntu without the ability to use an iso.
In my case this …
I use SSDs on my machines which are luks formatted, to enable TRIM/discard I had to add the discardd
option to /etc/crypttab
crypt_nas UUID=887c0b7c-3ef1-499c-a36e-e1842bebf69a none luks,initramfs …
I have two luks formatted partitions which need to be unlocked a boot.
To aid in unlocking remotely I use dropbear-initramfs which allows running the cryptroot-unlock
script over ssh. However …
When logging into docker I received the error:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
After searching around …
Ubuntu has a complicated support policy, to check what packages are supported run
ubuntu-support-status
if you're on Bionic then there is also hwe-support-status
which checks
the HWE stack status
I installed the Mendeley Citation Plugin
for Libre Office, however all the icons were greyed out and enabling it via the extension manager
resulted in this error:
ImplementationRegistration::registerImplementation() - The …
I have an existing Ubuntu installation paritioned like this:
sda1 ext4 /boot
sda2 luks crypt
---- crypt pv for lvm with group root
---- ---- lvm root
---- ---- ---- root ext4 /
---- ---- ---- swap swap
---- ---- ---- home ext4 …
This is very easy to use using gnu core utils simply run
shuf /usr/share/dict/words | head -1
I use pip install --user ansible
and pip install --user --upgrade ansible
to install and upgrade ansible.
After doing so I have to run rm -r ~/.local/lib/python2.7 …
Using the JSON RPC API you can update a kodi library using the following:
curl -v -d '{"method":"VideoLibrary.Scan", "id":"scan","jsonrpc":"2.0"}' -H 'content-type:application/json' http …