Blog
-
How to use trash (MacOS) command in Linux (Ubuntu)
I learned that macOS has a useful command called trash to move files to the trash instead of deleting them permanently like rm. On Linux (Ubuntu), there’s no native command for that, but you can use the trash-cli tool. Now, just create an alias to emulate the same command: π€ Clarification on the use of…
-
Zoom can not start screen share in Ubuntu (Wayland)
After trying to share my screen in Zoom on Ubuntu I got the following error: After a little bit of search, I found out that it was because I was using Wayland (which is used by default) and that Zoom has resolved this issue in client version 5.11.1. To my surprise, the version available in…
-
MailPoet (WordPress Plugin) is not working on Firefox
When I opened MailPoet in the WordPress Dashboard using Firefox, nothing was showing, and the solution was so unexpected I had to share it.
-
How to remove all files in a directory except specific subfolders in Bash
Today I Learned how to delete all contents of a folder except specific subfolders using Bash.
-

Installing Fabric (open-source AI framework) on Ubuntu Linux
Struggling with writing AI prompts and managing their input? Discover Fabric, an open-source framework that simplifies the process with pre-configured prompts and seamless command chaining, making your AI interactions more efficient and effective.
-
Installing Local WP in Ubuntu: unmet dependencies libaio1 libncurses5
How the fix the unmet dependencies error.
-
How to run examples from “Prompt Engineering for Generative AI” book on Ubuntu 24.04
Step-by-step guide of what I did to run the “Prompt Engineering for Generative AI” book code examples on Ubuntu 24.04.
-
Run python3 as python in Ubuntu 24.04
In Ubuntu 24.04, the python command is not available by default, as the system uses python3 for Python 3.x versions. Package: python-is-python3 The easiest way to fix this is to install the package python-is-python3. Alias You can also add the following line at the end of your ~/.bashrc file: Save the file, and apply the…
-
Artificial Intelligence (AI) Tools for Product Managers (PM)
List of AI Tools specifically for Product Managers that I have used.
-
Quick guide to using LLM, a CLI utility and Python library created by Simon Willison
A quick tutorial to set up LLM, a CLI utility and Python library for interacting with Large Language Models created by Simon Willison, along with tips to enhance your experience and real-life examples.
-
Building in Public: Open Graph Image Generator: Part 1
Automating Open Graph image creation with shot-scraper: a look behind the scenes of building a simple MVP, with all my learnings shared.
-
How to use pbcopy and pbpaste on Linux (Ubuntu or others)
Learn how to emulate macOS pbcopy and pbpaste commands on Linux for an efficient command line clipboard experience.
