Best Pickins’
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Back to the Future: Converting a Server VM to Bare Metal
- Run iTunes on Linux via Wine
- Using KWin with Xfce
- Build Secure VLAN Networks with 'Shibby' Router Firmware
- How to Use Self-signed SSL Certificates for Plex Media Server
- Using Signal Desktop on Fedora with Flatpak
- Linux Laptop Power Tuning with Powertop and Friends
- Block Advertising on your Network with Pi-hole and Raspberry Pi
- Automate Deployment of the ELK/EFK Stack with Ansible
Squatters
- 555,984 hobos
-
Blogroll
- My Tweets
Code
- sadsfae pushed to master in sadsfae/ansible-sshkeys
- sadsfae merged a pull request in sadsfae/ansible-sshkeys
- sadsfae opened a pull request in sadsfae/ansible-sshkeys
- sadsfae pushed to development in sadsfae/ansible-sshkeys
- sadsfae opened an issue in redhat-performance/quads
- sadsfae pushed to master in sadsfae/badfish
- sadsfae opened a pull request in redhat-performance/badfish
- sadsfae opened a pull request in redhat-performance/badfish
- sadsfae pushed to master in sadsfae/badfish
- sadsfae pushed to master in sadsfae/badfish
Tags
- ansible
- automation
- beer
- cloud
- comedy
- cooking
- desktop linux
- devops
- dublin
- elasticsearch
- elk
- fedora
- food
- foreman
- gaming
- git
- hobo
- home cooking
- infrastructure
- ireland
- italian
- linux
- linux gaming
- mutt
- open source
- openstack
- pasta
- performance
- power management
- privacy
- public cloud
- python
- raspberry pi
- recipe
- scale
- security
- server
- shell
- sketch
- skit
- stout
- sysadmin
- terminal
- trystack
- urban terror
- vegetarian
- what
- will foster
- xfce
Author Archives: Will Foster
How to Setup Travis for Quick Ansible Playbook CI
If you’re looking for a quick, easy way to setup repository-based CI for your Ansible playbooks on Github consider Travis CI, it’s also a breeze to set-up for larger projects and not that involved. This takes around 10 minutes to … Continue reading
Using Rofi for Agnostic Lightweight Window/App Management
Rofi is a super lightweight window switching and application launcher written entirely in C. It’s totally agnostic to your desktop environment or window manager making it ideal to quickly search for or toggle between open windows and applications and other … Continue reading
Posted in open source, sysadmin
Tagged desktop linux, linux desktop, linux window switching, rofi, task switcher for linux, window switcher, xfce
Leave a comment
Using ProtonVPN for Privacy and Security
Being a long-time user of OpenVPN and generally liking the security approach of ProtonMail I decided to take ProtonVPN for a test drive. These are my experiences using their Linux CLI and a persistent systemd connection, Mac OSX briefly and … Continue reading
Practical Ansible Solutions, a Video Course
Over the past year chipping away on the weekends I’ve just published an Ansible video course with Packt Publishing. This is a 2.5hour course split across 6 chapters, focusing on getting up and running quickly with Ansible automation. Check it … Continue reading
Using VDO on CentOS/RHEL7 for Storage Efficiency
Besides Btrfs, native Linux-based storage solutions have lagged behind the robustness and features of ZFS and the BSDs. Recently Red Hat acquired Permabit which provides an Open Source device-mapper Linux kernel driver and layer that sits between block devices and … Continue reading
Run iTunes on Linux via Wine
Recent versions of Wine can run iTunes and Apple Music for Linux with no wizardry required. Having been given a free Apple Music subscription as part of a family plan it’s useful to have additional streaming media options. Below are … Continue reading
Fix for Intel i915 GPU Freeze on Recent Linux Kernels
Recently Intel started including their graphics drivers into the mainline Linux kernel. This is great except when it stops working. Having suffered intermittent, sporadic GPU freezes on my Lenovo x270 (Kabylake) work laptop since Kernel 4.12+ I came across a … Continue reading
Using Signal Desktop on Fedora with Flatpak
In the 2018 race to re-invent AOL instant messenger Signal comes out on top of the competition for end-to-end encryption and a focus on privacy and security. Signal desktop was recently released for Windows, Mac and only Debian-based Linux distributions … Continue reading
Posted in open source, sysadmin
Tagged application containers, application sandbox, docker, flatpak, sandbox, security, signal, signal desktop, signal desktop fedora, signal flatpak, signal rpm
13 Comments
Automate RPM Builds from Git Sources using COPR
The Fedora project COPR service builds/hosts free RPM package repositories and provides useful automation hooks for your Devopsing. You can combine COPR and any standard Git source (Github, Gitlab, etc) with webhooks for automated package builds when your source repository … Continue reading
Posted in open source, sysadmin
Tagged automate rpm from git, automation, CD, CI, copr, copr git setup, COPR linux rpm, devops, fedora, git, github, packaging, rpm
8 Comments
Backup and Restore using SpiderOak on Linux
Recently the SSD Operating System disk on my primary work desktop failed without warning and no manner of arcane xfsrepair or xfsdump/xfsrestore chicanery would bring it back. Luckily I had SpiderOak backups as my employer offers this as a service … Continue reading
Posted in open source, sysadmin
Tagged backups, fedora centos spideroak, linux, linux spideroak guide, spideroak, spideroak cli, spideroak linux, spideroak restore
6 Comments
Using Italics with Vim in your Terminal
I wanted all code, system configuration file comments or in-line replies in neomutt email italicised to stand out easier. Many terminal emulators (xterm, xfce4-terminal, iterm2) don’t support [3m and [23m designators for italics but you can use a custom terminfo … Continue reading
Using Offlineimap with the Gmail IMAP API
In a previous guide I documented my mutt + offlineimap + notmuch setup. If you’re using Gmail with IMAP enabled you can still utilize the superpower of this trio but you’ll need to do some things differently. I’ll show you … Continue reading
Distributed Remote Backups with Git and Etckeeper
Git is a powerful tool for lots of tasks, it makes a wonderful VCS that can drive easy utility and automation. Recently I used git and remote repositories to deploy code & data fanned out to multiple locations. Here are … Continue reading
Posted in open source, sysadmin
Tagged devops, etckeeper, etckeeper linux guide, git, linux, linux git backups, linux git branches, remote, sysadmin
Leave a comment
Shell One-liners and Quick and Dirty Loops
Sometimes you just need to get stuff done quickly and there’s nary a replacement better than a quick shell one-liner. Recently I’ve needed to feed some large, multi-variable commands into an external program for processing. Here’s some simple shell one-liners … Continue reading
Posted in open source, sysadmin
Tagged bash, for loop, linux, loops, shell, shell example linux, shell examples, shell linux examples, sysadmin, useful shell linux tip
4 Comments