The Delta Felter reincarnate
The Delta Felter reincarnate has been located! While visiting a client yesterday, I noticed this laying on the table. Who would have known someone actually thought this dueling tool was a good idea, besides us?!
The Delta Felter reincarnate has been located! While visiting a client yesterday, I noticed this laying on the table. Who would have known someone actually thought this dueling tool was a good idea, besides us?!
Use redis-cli to monitor redis access and activity. redis-cli monitor or telnet localhost 6379 When the connection has been made, type MONITOR Use Ctrl+C or send SIGINT to get out of redis-cli. To stop the redis session initialized with telnet, simply type QUIT and press …
Jitsi Meet is a wonderful open source video conferencing platform. Most things can be tweaked and configure to your needs. If it’s important to you, that Jitsi Meet does not make external requests to third-party services like Gravatar, etc, you can change your xxx-config.js file …
NCweb is a reasonably small (ish) PHP “application” that will allow you to expose a given folder of a Nextcloud instance and serve documents from it as if it would have been a regular website. The folder does not have to be shared in Nextcloud. …
Boka biljetter med SJ, för att det är vettigt att resa med tåg istället för onödiga resor med bil, när det går. SJ hör av sig och säger att delar av resan är inställd. Boka nya biljetter med SJ, för att det är vettigt att …
When disaster strikes, a real bare-metal restore bootable USB drive may be your only rescue. And most decent manufacturers of NAS and SAN (Synology in this case) units will have some sort of “bootable media creation tool” available for you. These typically create a minimal …
Walking around the natural reserve “Judarnskogen” (located in Bromma, Stockholm, Sweden) is a great way to decompose and unwind, specially during these weird times. Lucky, and thankful, to have this close to where I live.
Using WebDAV to access Nextcloud resources is a pretty nice way to write integrations for Nextcloud. While adding support for Nextcloud file browsing in a service we’re constantly improving, I ran into a minor snag: How to format the WebDAV “SEARCH” request when interfacing with …
I often use Webmin and Virtualmin to manage basic stuff on Linux servers, mostly so because others sometime need to change minor settings on these servers, and they may or may not be very familiar with doing things from the CLI. You can, of course, …
Using the APIs over at trafiklab.se can yield some quite useful results. I needed to be able to display the commute stop departure times for public transport in a given place, so I wrote this WordPress plugin called Stopsign. It uses the Trafiklab.se API. The …