ULM schematics
Show & Tell
art blog(derogatory)
Three Goblin Art
d e v o n

ellievsbear
tumblr dot com

PR's Tumblrdome
Peter Solarz
TVSTRANGERTHINGS
styofa doing anything
he wasn't even looking at me and he found me
PUT YOUR BEARD IN MY MOUTH
Aqua Utopia|海の底で記憶を紡ぐ
I'd rather be in outer space 🛸

oozey mess
hello vonnie

Misplaced Lens Cap

❣ Chile in a Photography ❣

seen from Brazil

seen from United States
seen from T1
seen from United Kingdom

seen from Hungary

seen from T1

seen from Türkiye
seen from Cambodia
seen from T1
seen from United States

seen from United States
seen from United States

seen from Türkiye

seen from United States
seen from United States

seen from Bulgaria

seen from United States
seen from United States
seen from United States
seen from United States
@scimatt
ULM schematics

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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