Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
Line 37: Line 37:
*[http://code.google.com/p/superputty/ superPuTTY] code.google.com, multitabbed Putty
*[http://code.google.com/p/superputty/ superPuTTY] code.google.com, multitabbed Putty
*[http://sourceforge.net/projects/putty-nd/ putty-nd] sourceforge
*[http://sourceforge.net/projects/putty-nd/ putty-nd] sourceforge
*[http://ttyplus.com/multi-tabbed-putty/  MTPuTTY] TTY+, multi tabbed PuTTY
*[http://ttyplus.com/multi-tabbed-putty/  MTPuTTY] TTY+, multi tabbed PuTTY, Native Win32 code - no need to have any libraries (like .NET, VB etc).

Revision as of 19:52, 9 February 2014

http://www.catonmat.net Peter Krumis blog

Measure Internet Connection Speed from the Linux Command Line

How to configure DNS on Cisco device

VLAN Security Tips - Best Practices Control Inter-VLAN Routing Using IP Access Lists

packetlife.net Most clear blog about networking

Building bridges with Linux

Changing IP Addresses and Routes

continue Linux Static IP Address Configuration

scp copy

SSH Public Key Based Authentication

Cisco IOS ftp ftp://213.141.145.240/ u: anonymous, no pass

tail-f-the-output-of-dmesg or install multitail

  • tail -f /var/log/{messages,kernel,dmesg,syslog} - old school but not perfect
  • watch 'dmesg | tail -50' - approved by man dmesg
  • watch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log' - tested, but experimental

bash-redirections-cheat-sheet.pdf

Reverse engineering

Virtualization

Remote Terminals

  • PuTTY Windows Godfather of TTYs
  • superPuTTY code.google.com, multitabbed Putty
  • putty-nd sourceforge
  • MTPuTTY TTY+, multi tabbed PuTTY, Native Win32 code - no need to have any libraries (like .NET, VB etc).