LINES and COLUMNS environment magic
Ever wondered why you can read the $LINES and $COLUMNS environment variables from your text shell and have them seemingly aware (or indeed, actually aware)...
Some thoughts
Ever wondered why you can read the $LINES and $COLUMNS environment variables from your text shell and have them seemingly aware (or indeed, actually aware)...
The Arctic Death Spiral describes events unfolding such that we have a feedback loop whereby the the increasing amount of ice melting over summer is...
Scenario For a certain code-base it’s decided it would be useful to be able to trigger an exception on-demand (mid-way through a process working). Why?...
When testing network connections to a server using the TLS SNI extension to allow a single IP address to respond with different certificates the openssl...
The Problem Working with copying text between applications which use the X11 PRIMARY (eg. the quick-copy of selected text and pasting by clicking the middle...
A list of commands / references I’ve found useful. Also see my old wiki page. stdbuf – Run COMMAND, with modified buffering operations for its...
You want to use pip to install a module from PyPI. However your server distribution in a little old (at the time of writing this...
I wrote about using netcat to measure bandwidth between servers which works perfectly well in a minimal sort of way (and in particular between servers...
It’s important to read the documentation, and then read it again once or twice. PHP’s date_parse function parses a datetime string and returns an “array with information...
Disclaimer: I’m a Software Engineer who has spent a bunch of time working on issues relating to the GDPR from a systems design/security/process point of view....