Tag: Linux
All the articles with the tag "Linux".
MySQL Repository Key Expired - 8C718D3B5072E1F5
Updates on my Stretch servers were failing due to an expired key. I tried the usual retrievals for keys using: $ sudo apt-key adv --keyserver keys.gnupg.ne
Raspberry Pi Wifi at boot
Updated:You can configure the Raspberry Pi raspbian image to have the details of your Wifi network at boot time - so no more hunting for keyboards and HDMI cables
Proxy Fun and Games
Updated:I seem to spend most of may day trying to sort out issues regarding getting different applications through the corporate proxy server. I'm really hoping on
Laravel Echo and Redis
Updated:The corporate app just got made a bit smarter. In order to alert users that something has happened that they should be aware of we've added real time notif
PHPUnit Code Coverage
Updated:The more development time we spend on the corporate Laravel app the more mature the code becomes and the more our development practices evolve. One of the
PostGIS Query Optimisation
Updated:I started to do some work on how efficient the spacial SQL queries I was using are. That meant looking at the indexing that is used on the geometry column
Apt Version Pinning
Updated:Today after running some apt upgrades my Laravel development environment failed to compile because of a newer version of nodejs than I currently require. M
Gitahead
The elegant git gui for dev teams http://gitahead.scitools.com/
apt-get Hash Sum Mismatch #2
I'm still not sure why I'm getting this problem occur again. But when running apt-get upgrade the upgrades fail with a message like this: Get:8 http://secu
Laravel 5.5 and Hot Module Reload
Updated:Using Hot Module Reload (HMR) with Laravel