ESP32 port of libssh
Submitted by Ewan on
After significant and long-standing demand, I am porting the libssh library to the ESP32 system-on-chip as an Arduino library.
Submitted by Ewan on
After significant and long-standing demand, I am porting the libssh library to the ESP32 system-on-chip as an Arduino library.
Submitted by Ewan on
Sorry, no more upgrades for this system There will not be any further Ubuntu releases for this system's 'i386' architecture. Updates for Ubuntu 18.04 will continue until April 2023.
This guide is for you if you've seen the above message and you want to upgrade your Ubuntu system to 20.04 LTS.
This brief HOWTO shows how to take a working 32 bit 18.04 installation and convert it into a 64 bit system. You will be able to keep all your programs, settings and data. Once converted to 64 bit you can plan the upgrade to 20.04 LTS.
Submitted by Ewan on
Ready-made QGIS stylesheets (QML) for OpenStreetMap are available for download. These were created and tested with QGIS version 2.2 on Debian GNU/Linux 7.
Submitted by Ewan on
Below are QGIS QML stylesheets for OS OpenData Meridian 2 layers. Ordnance Survey data has been available for a while for download as OS OpenData. Also provided are SLDs for ESRI. However these SLDs do not import correctly into QGIS.
Submitted by Ewan on
Efficiently synchronize copies of a large sparse file locally. I deal with a large amount of large sparse files because of virtualization and other technologies. Because of their size, often a small number of blocks have data and, of these, a small number of blocks are changed and need to be backed up. Using a log-based (snapshotting) file system on USB 2 as a backup device, I only want to write blocks if absolutely necessary.
So what's the solution? Some simple custom code that
Submitted by Ewan on
How to start CRS when the private interconnect's netmask has changed. This HowTo will describe how to update the OLR with the new netmask.
Submitted by Ewan on
How to recreate a lost OCR ASM disk group from scratch. This HowTo applies to Database 12c RAC. We will rebuild the disk group, restore the OCR, replace the voting disks, and recreate the ASM parameter and password files.
Submitted by Ewan on
This HowTo demonstrates migrating a RAC cluster to Flex ASM from 'traditional' ASM.
The prerequisites are that the OCR files, ASM parameter file and ASM password file are stored in an ASM disk group with asm.compatible set to at least 12.1. We will confirm the ASM cluster mode before we begin and after we have finished.
Submitted by Ewan on
Oracle Database 12c Release 1 fully supports IPv6. Here is how to add IPv6 support to VIPs and SCANs in a 12c RAC cluster. The VIPs, SCANs and their listeners will support both IPv4 and IPv6 and addresses from both families will relocate between RAC nodes as normal. It is only assumed that the servers already have a host IPv6 address assigned via auto-configuration.
Submitted by Ewan on
We will create a database and populate it with UK streets and incidents of street crime. We will then plot the crimes on an interactive map for further analysis.
We will create a PostgreSQL PostGIS database on the local machine. Eventually all our spatial data will be stored here.