Skip to content

Instantly share code, notes, and snippets.

View Neirda24's full-sized avatar
🍺
🍺

Adrien Roches Neirda24

🍺
🍺
View GitHub Profile

uuid

uuid is a PHP module for generating UUIDs. It can be installed from PECL with the following command:

sudo pecl install uuid

Functions

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active December 28, 2024 04:20
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname