January 05, 2025
Linux
Resolving Laravel SQLite Locked Error in PhpStorm with WSL2
When working with SQLite databases stored in WSL2 and accessing them via PhpStorm, you might encounter the following error: Error…
May 30, 2024
Building a Product Search System with Sentence Embeddings and Similarity Scoring
We will explore how to build a product search system that leverages sentence embeddings and similartiy scoring to improve search…
November 26, 2023
MySQL Database and User Create bash script
Usage: Here is a simple script to achieve this: Here are the steps to make your create-db.sh script globally accessible:…
July 09, 2023
MJPG-streamer installation and run at System Startup using Systemd – Ubuntu Server
mjpg-streamer is a popular tool for streaming MJPEG video from webcams. In this tutorial, we will learn how to configure…
November 26, 2022
Generate base64 encoded things (password, secrets, etc. ) in terminal/bash
Views: 20