ULM schematics
No title available

Love Begins
Cosmic Funnies
h
Sweet Seals For You, Always

pixel skylines

#extradirty

shark vs the universe

Origami Around
Noah Kahan
The Stonewall Inn
$LAYYYTER
PUT YOUR BEARD IN MY MOUTH
Show & Tell

Discoholic 🪩
RMH
𓃗
trying on a metaphor
Monterey Bay Aquarium
icyghini twinkie
seen from Venezuela
seen from Canada
seen from United States

seen from Malaysia
seen from France
seen from Bangladesh
seen from United States

seen from Malaysia

seen from United States

seen from United States

seen from Brazil

seen from Malaysia

seen from United States

seen from Slovakia

seen from Singapore
seen from France

seen from Kenya
seen from Colombia

seen from United States
seen from Russia
@scimatt
ULM schematics
It was very cold Sunday Dec 8, 2013 back home. Very cold.
Eclipse RSE Connection via tunnel through bastion
I love this man. F'in love him.
http://www.eclipse.org/forums/index.php/t/183904/
ssh -N -f -l $username_rmtA $rmtA -L $localport:$rmtB:22
Then see if the port is being listened to,
netstat -lpn
OR
ps aux | grep $localport
Then make new connection from RSE localhost and set port to $localport then enter credentials for $rmtB
Some references:
http://wiki.eclipse.org/PTP/FAQ#Q:_How_do_I_use_PTP_to_connect_to_a_remote_system_via_an_intermediate_host_.28multi_hop.29
http://www.superb.net/blog/2013/05/10/linux-ssh-tunneling-what-it-is-how-to-do-it/
http://www.ramkitech.com/2012/04/how-to-do-ssh-tunneling-port-forwarding.html
USGS: Statistical Methods in Water Resources
http://pubs.usgs.gov/twri/twri4a3/html/pdf_new.html
Command-line operators for netCDF and HDF files | The netCDF Operators, or NCO, are a suite of file operators which facilitate manipulation and analysis of self-describing data stored in the (freely available) netCDF format.
http://svn.osgeo.org/grass/grass-addons/grass7/raster/r.stream.order/orders.png
install-> environments folder -> create environs -> "workon" them -> create memory of typical install
pip install virtualenvwrapper export WORKON_HOME=~/ENVS mkdir -p $WORKON_HOME source /usr/local/bin/virtualenvwrapper.sh mkvirtualenv env1 lssitepackages ls $WORKON_HOME mkvirtualenv env2 workon env1 echo 'pip install sphinx' >> $WORKON_HOME/postmkvirtualenv (env3)$ mkvirtualenv env3
LINUX: Mounting with SSHFS/FUSE
Quick guide to mounting work server from home through SSH using Ubuntu. Now I can access the remote files through Nautilus File Manager (some tips).
sudo apt-get install sshfs mkdir $/media/remotesys sudo chown $USER $/media/remotesys sudo adduser $USER fuse exit ## Reopen Terminal shfs -o idmap=user $USER@$server.group.domain.ext:$/path/on/server/ $/media/remotesys/
References:
http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/
https://help.ubuntu.com/community/SSHFS
http://manpages.ubuntu.com/manpages/precise/man8/mount.fuse.8.htm