Skip to content

gbe0.com

Networking, system administration and more

  • Home
  • Categories
    • Linux
      • Desktop
      • Server
      • Virtual
    • Networking
      • Dell
      • Juniper
      • Ubiquiti
    • Scripting
      • Powershell
      • Puppet/Ruby
      • Python
    • Security
    • Hardware
    • Windows
      • Server
  • Pages
    • Networking Pages
    • Linux Pages
      • Useful Linux Tools
      • nftables Configuration Templates
    • Security Pages
      • Hardening Guides
      • Privilege Management
      • Useful Tools
  • Wiki
  • GitHub
  • Password Dump
  • Contact

gbe0.com

Networking, system administration and more

  • Home
  • Categories
    • Linux
      • Desktop
      • Server
      • Virtual
    • Networking
      • Dell
      • Juniper
      • Ubiquiti
    • Scripting
      • Powershell
      • Puppet/Ruby
      • Python
    • Security
    • Hardware
    • Windows
      • Server
  • Pages
    • Networking Pages
    • Linux Pages
      • Useful Linux Tools
      • nftables Configuration Templates
    • Security Pages
      • Hardening Guides
      • Privilege Management
      • Useful Tools
  • Wiki
  • GitHub
  • Password Dump
  • Contact

Category: Desktop

Posted June 25, 2022June 28, 2022Leave a commentPosted in Desktop, Linux, Scripting, ServerDesktop, Linux, Scripting, Server

Linux Backup – duplicity + Dropbox

I was looking for a backup solution for some personal servers; I had a few requirements in mind: Not agent based Lightweight Stores backups in a Dropbox application folder (so each server can have its own folder not accessible to the others) Encrypted storage of backups Only backup the data […]

Read more
Posted March 4, 2022March 6, 2022Leave a commentPosted in Desktop, LinuxDesktop, Linux

SSH ControlMaster + RAMFS with Systemd

An often overlooked feature of the OpenSSH client is the ControlMaster feature. This feature allows multiple sessions to share a single TCP connection. This results in fast session startup and single sign on. There are many web pages which explain the feature in more detail which is not the point […]

Read more
Posted September 16, 2021September 16, 20213 CommentsPosted in DesktopDesktop

Gnome Keyring Secrets Autostart Disable

On my Linux desktop, I prefer to use KeePassXC with libsecret integration. After installing Skype and rebooting, I noticed KeePassXC secret service integration broke. One of the dependencies pulled in with Skype is gnome-keyring. When I checked in KeePassXC, the secret service integration page shows that another service is running […]

Read more
Posted May 10, 2021May 10, 2021Leave a commentPosted in DesktopDesktop

Linux – PowerShell Remote to Windows with Docker

I needed to run some simple tasks from a PowerShell session on a remote Windows computer. I thought this would be no problem – just fire up the PowerShell container that Microsoft provides and start a remote session but of course it is never that easy. I will be using […]

Read more
Posted April 24, 2021April 25, 2021Leave a commentPosted in DesktopDesktop

The name org.freedesktop.secrets was not provided by any .service files

After ugrading Kubuntu 20.10 (Groovy) to 21.04 (Hirsute), I started getting the following error when trying to build any Docker containers: Various Googling pointed to the result; simply installing the gnome-keyring package resolved the problem: After doing that everything worked as expected. EDIT: After using the OS some more, I […]

Read more
Posted April 3, 2021April 10, 2021Leave a commentPosted in Desktop, LinuxDesktop, Linux

KDE Plasma Thermal Monitor “Off”

The KDE Plasma Thermal Monitor widget has an annoying issue where the temperature sources will sometimes show as “Off” after rebooting. This seems to have broken around Ubuntu Groovy for me. This is a well known issue as referenced on the KDE forum among other places. To fix, I edited […]

Read more
Posted June 17, 2018April 17, 2021Leave a commentPosted in Desktop, Linux, ServerDesktop, Linux, Server

Common LVM Commands

These are some common commands that are used when managing LVM devices. Volume Groups Create a volume group: vgcreate vg0 /dev/sda3 [/dev/sdb /dev/sdc /dev/sdd …] Logical Volumes Create a LV: lvcreate -n LV-NAME -L 30G VG-NAME Delete a LV: lvremove -n LV-NAME VG-NAME

Read more
Posted March 23, 2018April 17, 2021Leave a commentPosted in DesktopDesktop

Debian and Bluetooth Headphones

My default Debian install had an issue with the headphones not working. To resolve it I needed to install the pulse audio bluetooth module and restart the service:

Read more

Navigation

  • Home
  • Categories
  • Pages
  • Wiki
  • GitHub
  • Password Dump
  • Server Status
  • Contact

Recent Posts

  • LibreNMS Docker with Authentik SSO
  • Cracking IPMI Passwords
  • Cloudflare SSL with Traefik and Let’s Encrypt
  • Linux Backup – duplicity + Dropbox
  • Juniper vRR on Proxmox

Archives

  • January 2024
  • April 2023
  • June 2022
  • March 2022
  • January 2022
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • October 2013
  • August 2013

Categories

  • Hardware
  • Hosting/Domains
  • Linux
    • Desktop
    • Server
    • Virtual
  • Networking
    • Dell
    • Juniper
      • EX/QFX
      • MX/vMX
      • SRX/vSRX
    • Ubiquiti
  • Scripting
    • PHP
    • Powershell
    • Puppet/Ruby
    • Python
  • Security
  • Uncategorized
  • Windows
    • Server