Skip to content

Instantly share code, notes, and snippets.

View giordiemk's full-sized avatar

Giordano Bruno Michela giordiemk

View GitHub Profile
@morrolinux
morrolinux / instructions.md
Last active April 21, 2025 07:14
FIrefox - Vertical tab bar with auto hide

What to expect

Graphical aspect may vary depending on your choices in following the instructions below, but the end result should look something like this:

immagine

Enable Firefox features

#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active April 28, 2025 16:15
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line