ULM schematics
Cosimo Galluzzi
Acquired Stardust

Love Begins
KIROKAZE

❣ Chile in a Photography ❣

Andulka

#extradirty
2025 on Tumblr: Trends That Defined the Year
dirt enthusiast

Product Placement
Game of Thrones Daily

titsay
hello vonnie

Kaledo Art
Xuebing Du

tannertan36
Sweet Seals For You, Always

pixel skylines
styofa doing anything
Jules of Nature

seen from France

seen from United States

seen from Argentina
seen from United States

seen from United States

seen from India

seen from United States
seen from United States

seen from T1

seen from United States

seen from Belgium
seen from Bangladesh
seen from Türkiye

seen from United States
seen from Sweden

seen from Italy

seen from United Kingdom

seen from Singapore

seen from United States
seen from Brazil
@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