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 February 21, 2025 22:06
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 February 28, 2025 10:10
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line