It's Just DJ

Category: Server

  • Bash Script for Quick and Easy File Transfer via SSH

    Bash Script for Quick and Easy File Transfer via SSH

    In my last post, I covered using the command line to transfer music files to my Raspberry Pi media server. This time I want to share some bash scripts I wrote to make it even easier. Automated login It gets old typing ssh dj@192.168.4.59 and then entering my password every time I want to log…

  • Managing My Music Files with the Command Line

    Managing My Music Files with the Command Line

    I recently wrote an article for opensource.com, “Why I switched from Apple Music to Jellyfin and Raspberry Pi.” I hope you’ll read that first — or at least skim it — because it’s really fun and you’ll have more context for this post. When managing my digital music collection during the move to Jellyfin, I…

  • WordPress Site Changes Using CLI

    WordPress Site Changes Using CLI

    I’ve been using WordPress since 2009 or so. I even wrote an essay about it because I love working in it so much. For over ten years, I built sites, made edits to config files, and tweaked PHP files using the method of downloading them via FTP and reuploading them. I handled any plugin or…