training:getting_started_with_linux

Getting started with linux

SSH into a host with a USERNAME and PORT.

ssh USERNAME@HOSTNAME -p PORT

Example

ssh [email protected] -p 22

Dynamically forward traffic through port 5050 on hostname with a port:

ssh -D 5050 USER@HOSTNAME -p PORT

Make sure you configure your browser to use a SOCKS5 proxy.

Running a server with port XXXX.

rails s -p XXXX 

Authors

Contributing authors:

kluong

Created by kluong on 2016/04/30 01:37.

  • training/getting_started_with_linux.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)