I’ve finally decided to pull my PinePhone Braveheart edition out of it’s box and plug it in. There’s a task for it; acting as an LTE hotspot through a USB tether for the network. That’ll plug into a tiny Atom based SFF computer running OpenWRT… but that’s a write-up for another day. On with fixing…
Category: Linux
PartKeepr VM on Debian 9 “Stretch” for VirtualBox
PartKeepr, in case you haven’t used it, is a web-based inventory tracker. If you’ve got a small parts bin that needs looking after or a warehouse of assorted parts this PartKeepr VM is worth a look. This is similar to my ZoneMinder VM that’s due for an update. There are a dedicated group of volunteers…
Running Arbitrary Script on Multiple Login Attempts (Linux)
It so happens that someone was having trouble writing a login script to run after failed attempts. And they needed not only a login script but one to run after some number of failed login attempts and to commit some arbitrary actions. You could do that with fail2ban, sure. But in this case there’s already…
ZoneMinder VM (Ubuntu 18.04)
I’ve created this ZoneMinder VM using the Open Virtualization Format save option in VirtualBox. It includes a default install of Ubuntu 18.04 with ZoneMinder 1.32 mostly configured. And it’s set up to run in the Apache 2 root directory.
Disable Middle Click to Close in XFCE4-Terminal
If you’ve used XFCE4 Terminal as a terminal emulator on the desktop you may have noticed an odd behavior. Every so often a tab will inexplicably close while you’re using it or floating the mouse pointer by it on the desktop. As it turns out this is a middle mouse button click to close. In…
How To: Run a Benchmark on Linux
So you’re wondering how fast that new Linux desktop you’ve built is. But you’re not sure how to run a quick benchmark and find out. Maybe you’re not familiar with the programs you should use. Maybe you’ve never actually run a benchmark before! In any case we’ll go over a few basic benchmark tools that’ll…