Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
Line 28: Line 28:


[http://www.mmnt.net/db/0/2/213.141.145.240/pub/Soft/Cisco/IOS/18xx/1841/ Cisco IOS ftp] ftp://213.141.145.240/ u: anonymous, no pass
[http://www.mmnt.net/db/0/2/213.141.145.240/pub/Soft/Cisco/IOS/18xx/1841/ Cisco IOS ftp] ftp://213.141.145.240/ u: anonymous, no pass
[http://superuser.com/questions/289239/is-it-possible-to-tail-f-the-output-of-dmesg tail-f-the-output-of-dmesg] or install <tt>multitail</tt>
*<code>tail -f /var/log/{messages,kernel,dmesg,syslog}</code>  - old school but not perfect
*<code> watch 'dmesg | tail -50'</code>  - approved by man dmesg
*<code> watch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log'</code>  - tested, but experimental


[http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf bash-redirections-cheat-sheet.pdf]
[http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf bash-redirections-cheat-sheet.pdf]

Revision as of 21:36, 13 June 2014

Antonio's wiki

Linux and Unix nload App: Monitor Network Traffic and Bandwidth Usage In Real Time

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

http://www.shellhacks.com/ Linux SysAdmin Notes, FIGlet - ASCII art

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

good wordpress theme cisco ap acl

SSH Public Key Based Authentication

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

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).