Tag: Emulation
-
Gogh
Check out these awesome terminal themes at http://gogh-co.github.io/Gogh/
-
CLI Corner: rsync
Synchronise two directories, e.g. Nextcloud and an encrypted USB drive with archive, recursive, partial, and progress flags:
-
Excel – is it a working day?
Need to know if a date is a working day? Excel has a WORKDAY function which takes a date, adds to it, and tells you the next working day. What about if a specific day is a working day? Assuming the date is in A1:
-
Knulli Bluetooth controller
Anbernic RG35XX H with 8Bitdo SN30 Pro Bluetooth was a bit of trial and error but got an external controller configured with Knulli. Power on the SN30 Pro in “Windows” mode (hold Y + Start) then hold the pairing button for 3s. In Knulli, open the menu: Controller & Bluetooth Settings > Enable Bluetooth >…
-
AWS re:Invent
Embarrassingly spent ages looking for slide decks from re:Invent. Just click on the title under the video thumbnail. I’ve reached the point in my life where my parents couldn’t work the timer on the VHS.
-
Plesk high swap usage
Seen warnings about high swap consumption in Plesk on Ubuntu 20.04.6 LTS: Had a look in top and noticed clamavd using 1.0G of swap. After a little digging around, it might be related to a change in ClamAV 0.103.0 where non-blocking signature database reloads were introduced. Major changes I disabled the option and the difference…
-
Plesk, Nextcloud, and my shortening patience
I’ve a self-hosted Nextcloud installation which is frankly a pain, there’s a good chance updates will break everything. Plesk is a fairly intuitive interface for self hosting but is best described as non-standard Ubuntu – it handles PHP oddly in particular. Try running any of the php occ commands in it’s built-in ssh terminal and…