Skip to content

Instantly share code, notes, and snippets.

View xlassix's full-sized avatar
:octocat:
I'm brewing solutions !!!!

Ayobami Oki xlassix

:octocat:
I'm brewing solutions !!!!
View GitHub Profile
@ertseyhan
ertseyhan / remount.sh
Created February 2, 2016 20:51
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."