Tutorials

Reload .bash_profile without logging in again

Update your session to new settings in .bash_profile without logging out and back in again.

At the prompt enter:

source ~/.bash_profile

add the following line to your .bash_profile or .bash_aliases file alias reload='source $HOME/.bash_profile' after running source ~/.bash_profile the command reload will be available to do the same thing :)

Packaging Python Applications with PyInstaller by Martin Fitzpatrick

This step-by-step guide walks you through packaging your own Python applications from simple examples to complete installers and signed executables.

More info Get the book

Elsewhere

Find all files containing a given string
Collaborate in the shell with screen (multiuser)
Bash Command Substitution
Pathomx does MATLAB, R, Python scripting