Linux Posts

  • How to auto-start Deja Dup backup when the external backup drive is mounted

    TIPSLINUX
    Cover

    I use an external drive to back up my files with Deja Dup, but I wanted it to start automatically when I mounted the drive. Here’s how I did it with a systemd service.

  • Create your own dynamic wallpaper in KDE with NOAA GOES satellite images

    TIPSLINUX
    Cover

    NOAA's Geostationary Operational Environmental Satellite (GOES) takes full disc photos of the earth every hour. You can create your own auto-updating dynamic wallpaper with these images and a little scripting. It's a fun way to make your desktop a little more alive and I'll show you how to do it in KDE.

  • How to Create a Free, Private Knowledge Base

    TIPSLINUX
    Cover

    You can easily create your own, free, private knowledge base site with minimal effort. Here's how it works - you will capture your knowlede base notes in Markdown files, which get turned into a searchable website by Docusaurus, and then are published privately on the web via Gitlab pages. Then you can access and search them from anywhere.

  • How to Run Emby in the Cloud

    TIPSLINUX

    I’ve been running Emby locally within our network on an old mini-pc because I’ve found it’s the easiest and most user-friendly way to share media within a family. However, when you have it inside your network, it’s harder to access from your phone and you can’t hook it up to Amazon Alexa or Google Assistant.

    Emby logo

    I wanted to try hosting it externally to see if it would simplify things, but I couldn’t find a good resouce on how to do this. I eventually got it working and figured I’d share how to do it in case it helps others.