Skip to content

Instantly share code, notes, and snippets.

View aadshalshihry's full-sized avatar

Roman Ashehri aadshalshihry

View GitHub Profile
~# uname -a
~# lsb_release -a
~# locale-gen en_US
~# locale-gen en_US.UTF-8
~# apt-get -y --force-yes remove ntpdate
~# apt-get -y --force-yes install ntp
~# /etc/init.d/ntp restart
~# dpkg-reconfigure tzdata
@aadshalshihry
aadshalshihry / tmux-cheatsheet.markdown
Created February 23, 2017 10:59 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@aadshalshihry
aadshalshihry / .gitignore
Created April 24, 2016 01:10 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #