NZ Tekonverse
-
Home Theatre PC and all that…[2]
In the first post of this series I took a look at some options out there using different form factors and chassis for a home theatre PC. After a month or two of the current form factor I’m sharing some more thoughts about the form factor options. Generally when you are talking PCs, it is…
-
HOWTO: Fix “python: no such file or directory” error with youtube-dl or other scripts
If you use Python scripts or apps that depend on python to run, you may see an error message similar to the following on Debian Bullseye (possibly other distributions or versions as well). This occurs because the python application has been replaced by python3 in Debian Bullseye and so the system cannot find anything simply…
-
Home Theatre PC and all that…[1]
A few years ago I purchased a Mini-ITX chassis and installed a Gigabyte board with integrated CPU in it. This was supposed to get me something like a HTPC in a compact form factor that could fit in a small space next to a TV. However that board turned out to be too low powered…
-
Using Qgis Python Scripting in the NZ Rail Maps Project: 3 – Volumes Formatting
The third area of Qgis scripting for the NZ Rail Maps project is specifically focused on formatting the Volumes layout images and is used to generate a subtitle displayed in the title bar of each Volumes image. This subtitle informs the user of the year of each aerial image view that is part of the…
-
Using Qgis Python Scripting in the NZ Rail Maps Project: 2 – Volumes Creation
The second and third aspects of Qgis scripting used in the NZ Rail Maps Project are connected with Volume maps creation. In the Volumes website, static map images are used. Each static image is manually composed, by positioning the map in the composer layout window, and combining the selection of different layers, rotation and zoom…
-
Using Qgis Python Scripting in the NZ Rail Maps Project: 1 – WebMaps
Good evening. As part of the development of the NZ Rail Maps Project, recently custom Python scripting has been incorporated into the main window GUI and Composer / Layout to speed up processing of various aspects. This is summarised in different sections below. In order to create the content of the NZRM WebMaps site, various…
-
Google ditches another email service
Following last year when Google arbitrarily ditched email notification from Youtube, they have now notified that the Feedburner service will be changed, and in their words, “we will be turning down most non-core feed management features, including email subscriptions, at that time”. So as we read it, Google has summarily decided that email subscriptions are…
-
Simple PHP Photo Gallery For NZ Rail Maps Volumes Site
The New Zealand Rail Maps Project aims to create free maps of the present and past national public railway network, which are produced and distributed by a variety of means, through several web sites. One of these is the Volumes site, and it is intended to distribute individual images that each represent a small part…
-
Setting up Apache on Debian
Apache is a well known webserver that is currently the second most webserver used worldwide. It is only two percent behind nginx at the time of writing, and each has about a third of the webserver market. The remaining third is made up of several products; MS IIS only has a single digit percentage. As…
-
Manually specifying network interface parameters on Debian
I have two computers I use regularly which have two (or with a Vodem, three) network adapters. The reason for this is at present I have two different internet connections I use regularly. One is unlimited data but has certain restrictions on it, the second is unrestricted but has a data cap. I hope to…