Skip to content

Instantly share code, notes, and snippets.

@abutbul
abutbul / remount.sh
Created October 22, 2019 07:24 — forked from ertseyhan/remount.sh
Temporarily increase size of tmp folder on Arch linux
#!/bin/bash
sudo mount -o remount,size=10G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."
@abutbul
abutbul / tmux-cheatsheet.markdown
Created October 11, 2016 09:58 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname