Mastodon

Fix: SSH No Matching Host Key Type Found

Earlier I was connecting to a client server via SSH when I received the following error: Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss After looking up the error I was able to fix this by using the following...

HOW TO: SETUP PEST PHP 2 WITH LARAVEL 10+

This guide shows quick steps on how to use the current version of the PEST PHP Testing Framework with Laravel 10. This guide has been written with the current latest versions of the libraries: PEST 2.6.2 Laravel 10.13.1 InsTALLATION Install Laravel using any of their...

HOW TO: Using Laravel with Directus 9

If you need to use Directus with Laravel then this guide will take you through the steps needed to get connected in just a few minutes. The general idea is to use a composer package to interact with Directus. We’ll register it in our AppServiceProvider which...

How To: Add Your WordPress Blog to the Fediverse

This article is based on the already well-written article on Fedi.Tips. The idea is to automatically make all your blog posts on WordPress available on the Fediverse that people can follow on their apps such as Mastodon. Caution: before doing this read the notes below...

FIX: Raspberry PI UPDATE ERROR

When trying to update the packages on the Raspberry Pi, I got the following error: E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’N: This...