duplicity rollback

https://mailinabox.email uses duplicity for backup – the maintainers have repeatedly pushed a new releases which break duplicity for mail in a box. If this happens to you the way to get it back is thus (you’ll want find the file that goes with your version of ubuntu and with your Read more

HP M29w linux – ubuntu 24.04

This got me 90 % of the way: https://medium.com/@anzaloquin/how-to-configure-an-hp-scanner-on-ubuntu-overcoming-common-challenges-and-exploring-free-software-bf0a876cda07 the last 10 percent was getting the URI for my printer by running $ scanimage -L hpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## and then running $ hp-scan -dhpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## which then triggered the HPLIP to install more software and then I could get it to scan by Read more

mailinabox

if nsd doesn’t start disable or configure ipv6sysctl -w net.ipv6.conf.all.disable_ipv6=0 sysctl -w net.ipv6.conf.default.disable_ipv6=0 service nsd start

lineageOS 20.0 TheMuppets blueline roomservice.xml

.repo/local_manifests/roomservice.xml <?xml version=”1.0″ encoding=”UTF-8″?> <manifest> <project path=”device/google/blueline” remote=”github” name=”LineageOS/android _device_google_blueline” revision=”lineage-20″ /> <project path=”device/google/crosshatch” remote=”github” name=”LineageOS/andro id_device_google_crosshatch” revision=”lineage-20″ /> <project path=”kernel/google/msm-4.9″ remote=”github” name=”LineageOS/android_ kernel_google_msm-4.9″ revision=”lineage-20″ /> <project path=”packages/apps/ElmyraService” remote=”github” name=”LineageOS/an droid_packages_apps_ElmyraService” revision=”lineage-20.0″ /> <project name=”TheMuppets/proprietary_vendor_google_blueline” path=”vendor/goo gle/blueline” remote=”github” revision=”lineage-20″ /> <remote name=”gitlab” fetch=”https://gitlab.com” /> <project name=”the-muppets/proprietary_vendor_firmware” path=”vendor/firmware” remote=”gitlab” revision=”lineage-20″ depth=”1″ Read more