Getting Started
Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
While getopt can be used to access positional and optional arguments, Non ecchanted version of getopt has some limitation can’t handle arguments that are empty strings can’t handle arguments ...
Bash scripting is a powerful tool for automating tasks on Unix-like systems. One of the most valuable but sometimes overlooked features in bash is preter expansion. preter expansion allows you to m...
While inbuilt hdutil can create a dmg from app folder (Appname.app), it can’t easily be used in scripts since it requires authentications. Fortunately, create-dmg is a beatiful little free command...
Dropover is a popular Mac app that simplifies dragging and dropping files. But it also integrates with cloud services like iCloud, Dropbox, Imgur, and making it easy to upload with just right click...
Warp is a native terminal app for macOS, reimagined to be fast, powerful, and remarkably user-friendly. Built with Rust for performance, Warp aims to provide a fresh, modern take on the traditional...
Multipass is an easy-to-use tool for running Ubuntu virtual machines (VMs). In this post, we’ll walk through setting up an Ubuntu Desktop environment inside a Multipass VM and configuring it for re...
From Another post, long ago I created an automated tracking of configuration files under my user’s home with .gitignore. This time We add configuration /etc and track it under a single .gitignore ...
Booting Linux ISO with Grub2 Grub2 can directly boot ISO images of many Linux distributions if configured correctly. Below is a guide for setting up Grub2 to boot from an ISO image. Preparing the...