Skip to content

Instantly share code, notes, and snippets.

View bobmayuze's full-sized avatar
🤟
Exploring the future

Yuze Ma bobmayuze

🤟
Exploring the future
View GitHub Profile
#!/bin/bash
set -x
apt-get update
apt-get install -y ca-certificates curl
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc
# Add the repository to Apt sources:
@bobmayuze
bobmayuze / tmux-cheatsheet.markdown
Created November 8, 2018 02:24 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@bobmayuze
bobmayuze / README.md
Created November 9, 2017 23:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet