To Flush redis using the redis-cli To flush it in a docker container
Read Full ArticleCreate a Gitlab Runner for your Gitlab Projects in Ubuntu
The documentation for installing a gitlab runner can be found here:https://docs.gitlab.com/runner/install/linux-repository.html Run this command which will add the repository and run apt-get update Install the…
Read Full ArticleUsing different RSA keys per repo
In order to tell a project to use a specific RSA key
Read Full ArticleRestart Laravel Horizon on Server
There is a couple of ways to do this. Terminating the process and allowing supervisor to restart it for you: Another is to restart with…
Read Full ArticleLaravel API and Pusher Notifications
Install pusher Add environment variables Make sure you change the Broadcast driver to pusher Go to “config/app.php” and uncomment the following line: Create an Event…
Read Full ArticleCheck clockspeed of your processor on Ubuntu
General MHz for the CPU, max and current Individual Hertz for each CPU core
Read Full ArticleDocker Basics
Run a simple container Stopping a container Deleting a container Start a docker-compose file List docker compose applications Bring down specific application Check how much…
Read Full ArticleNginx Basics
Create a Site that serves an app on a specific port To create a site add a file to the sites enabled folder. Name it…
Read Full ArticleCreate a Laravel API with Passport Authentication
Optimized for versions: laravel/framework 9.11 laravel/passport: 10.4 To create a Laravel API with Passport authentication: Create a Laravel project Inside the api folder created install…
Read Full Article