List sessions:
<leader> s
Example response
(0) + 2: 4 windows (attached)
(1) + 4: 3 windows
List sessions:
<leader> s
Example response
(0) + 2: 4 windows (attached)
(1) + 4: 3 windows
produces commits since branch creation.
$ git reflog show --no-abbrev <branch name>
Find the sha to rebase from, then:
$ git rebase -i
| wget https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz | |
| tar zxf libevent-2.0.18-stable.tar.gz | |
| cd libevent-2.0.18-stable | |
| sudo ./configure | |
| sudo ./make | |
| DIR="/home/ec2-user/downloads/libevent-2.0.18-stable" | |
| wget http://downloads.sourceforge.net/tmux/tmux-1.9.tar.gz | |
| tar zxf tmux-1.9.tar.gz | |
| cd tmux-1.9 |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| #!/usr/bin/env bash | |
| BASH_IT="$HOME/.bash_it" | |
| test -w $HOME/.bash_profile && | |
| cp $HOME/.bash_profile $HOME/.bash_profile.bak && | |
| echo "Your original .bash_profile has been backed up to .bash_profile.bak" | |
| cp $HOME/.bash_it/template/bash_profile.template.bash $HOME/.bash_profile | |
| echo "Copied the template .bash_profile into ~/.bash_profile, edit this file to customize bash-it" |
| #!/usr/bin/env ruby | |
| # Complete rake tasks script for bash | |
| # Save it somewhere and then add | |
| # complete -C path/to/script -o default rake | |
| # to your ~/.bashrc | |
| # Xavier Shay (http://rhnh.net), combining work from | |
| # Francis Hwang ( http://fhwang.net/ ) - http://fhwang.net/rb/rake-complete.rb | |
| # Nicholas Seckar <nseckar@gmail.com> - http://www.webtypes.com/2006/03/31/rake-completion-script-that-handles-namespaces | |
| # Saimon Moore <saimon@webtypes.com> |
| # bash completion for rake | |
| # | |
| # some code from on Jonathan Palardy's http://technotales.wordpress.com/2009/09/18/rake-completion-cache/ | |
| # and http://pastie.org/217324 found http://ragonrails.com/post/38905212/rake-bash-completion-ftw | |
| # | |
| # For details and discussion | |
| # http://turadg.aleahmad.net/2011/02/bash-completion-for-rake-tasks/ | |
| # | |
| # INSTALL | |
| # |
Water map:
Alternative to this is F6BVP`s [http://f6bvp.free.fr/AX25_BBS_Node_RaspBerry_Pi_install.html]
Begin by...
Assume headless version of Debian has been installed on the RPi. [http://www.raspberrypi.org/forums/viewtopic.php?f=91&t=74176]