Laravel updates and updates to various PHP libraries come once in awhile with little notice to your web application, and no notice is shown, no auto update runs – unlike WordPress. Once in awhile a security update comes, so how might you test it?
Continue reading “Remember to Composer Update for Security and Updates”Setting private user home directory on Ubuntu
Recently it was announced that Ubuntu 21.04 will have private home directories. This would affect new users and new installs, but you can easily change this on your computer (or any Linux/unix computer) after checking your current setting…
Continue reading “Setting private user home directory on Ubuntu”Analyzing a Zoom(link) hack:
Once in awhile a service may get compromised script or item in it – in a recent case, a Zoom link will actually take you to some random site as part of some sort of adware campaign??? However a closer look shows it is very important to test your links on email or sites:
The link I saw recently actually had a very odd looking script – script in a production service is generally minified sometimes, but won’t be oddly obfuscated or base64-encoded. The suspicious part of this script starts out in the <body> with an odd looking launchBase64:
Continue reading “Analyzing a Zoom(link) hack:”New Zealand repeaters are up! and an intro to csv importing with fgetcsv()
This week, the New Zealand amateur radios on vhf.nz were added to the worldwide Hearham.com repeater listing. These are pulled in with permission and this now allows offline listing of the ham radio repeaters to work for folks in the Android or Linux version of Repeater-START (Showing The Amateur-radio Repeaters Tool):
Continue reading “New Zealand repeaters are up! and an intro to csv importing with fgetcsv()”FTP-able server with correct Apache permission settings
If you’re setting a local server you may want some trusted admins to upload to, one good way is the vsftp server. DigitalOcean has a good tutorial on it, but there are some odd issues.
Continue reading “FTP-able server with correct Apache permission settings”SolarWinds hack shows importance of vendor trust, and why open source is so important
Much has been written about the recent SolarWinds hack – “Almost a cyber pandemic” that we may not know the true extent of for some time.
Continue reading “SolarWinds hack shows importance of vendor trust, and why open source is so important”Cleaning up Python – and old libraries
Newer Ubuntu releases do not even pre install Python2, and after an upgrade and installing latest Python3.x included in the release, you likely have some old ones there too. Since you most likely will not be using the python2 unless you use some very old library, you can clean them up, clear a lot of disk space and use the “python3” / “pip3” command instead.
Continue reading “Cleaning up Python – and old libraries”Merry Christmas, and a Repeater Listing update
The repeater database has been udpated today as a Merry Christmas present for DMR Radio users! – over half of the radioid.net DMR listings have now been pulled in to Hearham repeater listing, with permission. This means users looking for DMR digital repeaters will find the RepeaterSTART app more useful in the future!
Continue reading “Merry Christmas, and a Repeater Listing update”Newegg Black Friday bug… yikes!
Once in awhile a purchase allows a purchase payment plan, which is often paying more… but this particular one I found on black friday was ridiculous:
Continue reading “Newegg Black Friday bug… yikes!”Building a Linux app part 8: Adding an options screen
As you may have noticed, the repeater-START app doesn’t currently have an option to change that internal km/mile calculation. It also does not have any option to filter the repeaters of VHF, UHF or your preferred band.
Let’s see how to add a new dialog, then store the options, and load them on your program’s start:
Continue reading “Building a Linux app part 8: Adding an options screen”