Using Your Monitor as a Key Light with Bash and a Wallpaper Tool
This is handy for when you're on video with a webcam and want to control the lighting on your face in a quick way.
Recent content in From Development to Production on Nick Janetakis
This is handy for when you're on video with a webcam and want to control the lighting on your face in a quick way.
This is a really low tech / low effort solution to solve a specific problem, you can apply this for whatever 1 off use cases you have.
These stats let you see the health of your drives along with useful stats like temperatures and how long it's been powered on.
We'll cover doing backups and restores with and without Plakar and show how you can save money along the way.
We'll go over how to detect mime types and customize ffmpegthumbnailer to support additional mime types for certain files.
There's a number of subtle things going on when you redirect output to a file, here's how to do it safely and verify it with strace.
You don't have to miss out on Docker Desktop features on Linux, it's pretty painless to install either the CLI or Docker Desktop.
We'll take advantage of using temporary mpv chapter markers and FFmpeg to avoid needing to re-encode the video.
We'll go over how to disable Kdenlive's noisy logs so when you run journalctl it's not overtaking your output.
Here's a few handy shortcuts so you can rearrange whatever you're working on.
Being able to search your shell history is important, this will help you control where and how your commands get saved.
Having a second pathway to press the default mod / super key is a nice choice to have available.
This could happen if you've fat fingered your password too many times, we'll go over how to reset it and configure the limits.
Configure most systems with modern command line tools and optionally an Arch Linux niri based desktop environment.
We'll spend some time going through most of the options, in the end you'll have confidence to set up a system to your liking.
You can use this to install Arch Linux or act as a recovery disk. Technically this method works for most Linux installers.
Here's a quick way to get your system's overall health and it uses a nice trick to programmatically create tmux sessions or windows.
We'll go over a POSIX compliant solution using parameter expansion as well as a Bash 4.2+ variable existence check.
I wanted a fast and dependable way to set my system's timezone when traveling to new places with a laptop running Linux.
This is the type of thing that's really handy when you need it but you may not need it too often.
Spotting differences in code is an important part of what we do, Delta is by far the best CLI diff tool I ever used.
Occasionally I want to get either my local or public IP address and wanted to stop having to parse command outputs or Google for it.
I run this from time to time because it's faster than starting a system update and then canceling it if I only want to see the updates.
Since I switched to native Linux, I really missed IrfanView for image viewing but mpv is filling that gap quite nicely.
We'll get things to dynamically work with stdin and stdout and allow reusing Docker Compose commands when a TTY is available.