Difference between revisions of "User:Jl452"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Creating a Remote Connection from a Mac== | ==Creating a Remote Connection from a Mac== | ||
+ | <pre> | ||
xhost + | xhost + | ||
ssh -XY NetId@ComputerName.oit.duke.edu | ssh -XY NetId@ComputerName.oit.duke.edu | ||
− | + | </pre> | |
In my case, for example, | In my case, for example, | ||
− | + | <pre> | |
xhost + | xhost + | ||
ssh -XY jl452@teer17.oit.duke.edu | ssh -XY jl452@teer17.oit.duke.edu | ||
+ | </pre> |
Revision as of 17:46, 16 January 2013
Contents
About Me
My name is Jianan Li. I am from Beijing, China. I'm currently a member of Duke's class of 2016 and a prospective ECE/CS major.
Grand Challenge for Engineering Article
Reverse-engineering the brain for better computers, Clive Maxfield, EE Times, updated 18 September 2007, accessed 15 August 2008 (Reverse-engineer the brain)
Favorite MATLAB Demonstration
Creating a Remote Connection from a Mac
xhost + ssh -XY NetId@ComputerName.oit.duke.edu
In my case, for example,
xhost + ssh -XY jl452@teer17.oit.duke.edu