Blog
-
I’ve shared how to remove all files in a directory except specific subfolders in Bash, but unfortunately, this command doesn’t work for Zsh. After some tweaking, I was able to reproduce the same behavior, which is to remove everything inside wp-content/plugins/, except folders starting with dk- or exactly named auto-login, and index.php: Dry run Hereβs…
-
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…
-
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…
-
When I opened MailPoet in the WordPress Dashboard using Firefox, nothing was showing, and the solution was so unexpected I had to share it.
-
Today I Learned how to delete all contents of a folder except specific subfolders using Bash.
-
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.
-
How the fix the unmet dependencies error.
-
Step-by-step guide of what I did to run the “Prompt Engineering for Generative AI” book code examples on 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…
-
List of AI Tools specifically for Product Managers that I have used.
-
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.
-
Automating Open Graph image creation with shot-scraper: a look behind the scenes of building a simple MVP, with all my learnings shared.
