Skip to content

Instantly share code, notes, and snippets.

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 29, 2024 08:12
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@adilsoncarvalho
adilsoncarvalho / ape-installer.sh
Created February 17, 2011 12:59
Script shell to install APE
#!/bin/bash
# this script needs a refactoring (but it works :)
apt-get update
apt-get -y git-core git-doc
apt-get -y build-essential
cd /opt
git clone git://github.com/APE-Project/APE_Server.git