https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
tell application "/Applications/Google Chrome.app" | |
repeat with w in windows | |
set active tab index of w to 1 | |
end repeat | |
end tell |
var widget_embed_libraries_191_version = "1.0"; | |
(function(window, document, $, undefined) { | |
var W = $(window), | |
D = $(document), | |
F = $.fancybox = function() { | |
F.open.apply(this, arguments) | |
}, | |
IE = navigator.userAgent.match(/msie/), | |
didUpdate = null, | |
isTouch = document.createTouch !== undefined, |
https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
%h1 Tmux cheatsheet https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
%h1 Tmux cheatsheet | |
https://github.com/lsaffie/tmux | |
Prefix: | |
<pre><code>ctrl+a</code></pre> | |
Moving aroud: | |
right: | |
<pre><code>ctrl+a + l</code></pre> |
#!/bin/bash | |
# Place this in <project_name>/.git/hooks/prepare-commit-msg | |
git branch | sed -n '/\* /s///p' >> $1 |
#Make sure github is trusted prior to running this | |
# ssh github.com | |
#Usage wget --no-check-certificate -O - https://gist.github.com/lsaffie/5259be3fd24008ebb7db/raw/hsdevbox |bash | |
apt-get update | |
echo "base packages" |
#Make sure github is trusted prior to running this | |
# ssh github.com | |
#Usage wget --no-check-certificate -O - https://gist.github.com/lsaffie/5259be3fd24008ebb7db/raw/hsdevbox |bash | |
#using dotdeb | |
echo 'deb http://packages.dotdeb.org wheezy all' | sudo tee --append /etc/apt/sources.list | |
echo 'deb-src http://packages.dotdeb.org wheezy all' | sudo tee --append /etc/apt/sources.list | |
sudo apt-get update |
#Let's back up just in case | |
sudo mv /var/lib/mysql /var/lib/mysql-saved | |
#replace your /etc/apt/sources.list with the lines below: (beetween BEGIN/END) | |
#---BEGIN | |
deb http://ftp.us.debian.org/debian/ wheezy main | |
deb-src http://ftp.us.debian.org/debian/ wheezy main | |
deb http://security.debian.org/ wheezy/updates main | |
deb-src http://security.debian.org/ wheezy/updates main |