Skip to content

Instantly share code, notes, and snippets.

View codayon's full-sized avatar
3️⃣
Reading JavaScript Documentation

Reshad Ahammed Ayon codayon

3️⃣
Reading JavaScript Documentation
  • Dhaka, Bangladesh
View GitHub Profile

Useful Browser Extensions

Browser extensions are essential tools that enhance our online experience, making browsing more efficient, enjoyable, and personalized. As someone who spends a lot of time in a browser, I heavily rely on these small but powerful tools.

In this gist, we’ve compiled a list of useful extensions for both Firefox and Chromium-based browsers, categorized for easy navigation. Each extension also includes a tag to indicate:

  • 🟠 Firefox
  • 🔵 Chromium
  • 🟢 Open Source (Source code available)
  • 🔴 Proprietary (Closed source)

Package Installation

  • Install a package
    pacman -S package_name
    
  • Install multiple packages
    pacman -S package_name1 package_name2 ...
    

Burning an ISO to a USB Drive with the dd Command in Linux

The dd command can be used to create a bootable USB from an ISO file.

Command:

sudo dd if=/path/to/your.iso of=/dev/sdX bs=4M oflag=sync status=progress

Parameters:

git commands with little description

generate ssh key

ssh-keygen -t ed25519 -C "[valid-email]"

git global config

@codayon
codayon / archlinux-installtion-guide.md
Last active May 14, 2025 10:53
Arch Linux Installtion Guide

Inspiration

This guide walks through the steps to install Arch Linux, configure SSH, set up partitions, install essential packages, and finalize system setup.