| HOME | ME | RESEARCH | TIPs | LINK |


:: Tips


  • Key generate

  •     > ssh-keygen -t dsa
        > cd .ssh/
        > cp id_dsa.pub authorized_keys
        > scp authorized_keys name@server:~/.ssh/


  • Proxy access

  •     > ssh -D 2001 id@server.url
         Go to network preference and click "Advanced..."
         Selcet the "Proxies" tab and choose "Configure Proxies: Manually"
         Check "SOCKS Proxy"
         Put "127.0.0.1:2001" in "SOCKS Proxy Server"


  • In Ubuntu, if you need "Intrinsic.h"

  •     > sudo apt-get install libxt-dev


  • In Ubuntu, if you need "Box.h"

  •     > sudo apt-get install libxaw7-dev


  • In Ubuntu, if you need "curses.h"

  •     > sudo apt-get install libncurses-dev