Posts Tagged 'computers unix linux command line'

Misc Unix Commands

SSH Tunnels: ssh -N -L 2003:localhost:2003 & SSH Without Password: ssh-keygen -t rsa cat .ssh/id_rsa.pub | ssh <user>@<host> ‘cat >> .ssh/authorized_keys’ Django superuser: sudo python /opt/graphite/webapp/graphite/manage.py createsuperuser Vi: Comment Out Multiple Lines: First, move the cursor to the first char

/ No comments

Misc Unix Commands

SSH Tunnels: ssh -N -L 2003:localhost:2003 & SSH Without Password: ssh-keygen -t rsa cat .ssh/id_rsa.pub | ssh <user>@<host> ‘cat >> .ssh/authorized_keys’ Django superuser: sudo python /opt/graphite/webapp/graphite/manage.py createsuperuser Vi: Comment Out Multiple Lines: First, move the cursor to the first char

/ No comments