Difference between revisions of "A-Quick links"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
__TOC__  | |||
= Blogs =  | = Blogs =  | ||
| Line 63: | Line 46: | ||
= DevOps =  | = DevOps =  | ||
*[https://www.devopsguys.com/2013/02/06/maturing-the-continuous-delivery-pipeline/ Maturing the continuous delivery pipeline]  | *[https://www.devopsguys.com/2013/02/06/maturing-the-continuous-delivery-pipeline/ Maturing the continuous delivery pipeline]  | ||
*[https://dev.to/brpaz/my-linux-development-environment-of-2018-ch7 Linux Development Environment of 2018] dev.to  | |||
= Uncategorised =  | |||
*[http://www.tecmint.com/cheat-command-line-cheat-sheet-for-linux-users/ Cheat – An Ultimate Command Line ‘Cheat-Sheet’ for Linux Beginners and Administrators]  | |||
*[https://dev.to/thiht/shell-scripts-matter shell-scripts-matter] Good practice to Bash shell scripting - Dev.to   | |||
*[http://cfenollosa.com/misc/bash.pdf Bash keybindings cheat sheet]  | |||
*[http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/ How To Make Your MediaWiki Private]  | |||
*[http://www.cyberciti.biz/networking/nload-linux-command-to-monitor-network-traffic-bandwidth-usage/ Linux and Unix nload App: Monitor Network Traffic and Bandwidth Usage In Real Time]  | |||
*[http://www.shellhacks.com/ http://www.shellhacks.com/] Linux SysAdmin Notes, FIGlet - ASCII art  | |||
*[http://binarynature.blogspot.co.uk/2013/03/measure-internet-connection-speed-from-linux-command-line.html Measure Internet Connection Speed from the Linux Command Line]  | |||
*[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/257-cisco-router-dns-server.html How to configure DNS on Cisco device]  | |||
*[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html VLAN Security Tips - Best Practices] Control Inter-VLAN Routing Using IP Access Lists   | |||
*[http://packetlife.net/library/cheat-sheets/ packetlife.net] Most clear blog about networking  | |||
*[http://bwachter.lart.info/linux/bridges.html Building bridges with Linux]  | |||
*[http://linux-ip.net/html/basic-changing.html Changing IP Addresses and Routes]  | |||
*[https://design.google.com/ Google Open Design materials]  | |||
*[http://www.cyberciti.biz/faq/linux-configure-a-static-ip-address-tutorial/ continue Linux Static IP Address Configuration]  | |||
*[http://www.cyberciti.biz/tips/ssh-public-key-based-authentication-how-to.html SSH Public Key Based Authentication]  | |||
*[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://applicationpackagingbasics.blogspot.co.uk/ Windows packaging, deployment and distribution] FAQ   | |||
*[http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/cygwin/part2 Compiling C++] using Cygwin  | |||
Revision as of 20:00, 3 September 2018
Blogs
- http://www.catonmat.net Peter Krumis blog
 - bash-redirections-cheat-sheet.pdf Peter Krumis blog
 - Antonio's wiki
 - dev.to
 
Learning
Vim
- Open VIM
 - Vim Tricks in simple txt format
 
Git projects
- My GitLab repository Linux Academy - Ansible training examples
 - jmespath.terminal JMESPath is a query language for JSON, and here is a text based tool
 
Linux directories
- /run temporary filesystem (tmpfs) residing in RAM (aka "ramdisk")
 - What are “/run/lock” and “/run/shm” used for?
 
Citrix
- Citrix Receiver 13.1 on Ubuntu 14.04 Citrix ICA client on Linux
 
ADSL
- can you emulate PPPoA and PPPoE in GNS3 forum, explained logical and physical topology of adsl
 
Reverse engineering
- freerainbowtables.com
 - oclHashcat Worlds fastest password cracker
 
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).
 
DevOps
Uncategorised
- Cheat – An Ultimate Command Line ‘Cheat-Sheet’ for Linux Beginners and Administrators
 - shell-scripts-matter Good practice to Bash shell scripting - Dev.to
 - Bash keybindings cheat sheet
 - How To Make Your MediaWiki Private
 - Linux and Unix nload App: Monitor Network Traffic and Bandwidth Usage In Real Time
 - 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
 - Google Open Design materials
 - continue Linux Static IP Address Configuration
 - SSH Public Key Based Authentication
 - Cisco IOS ftp ftp://213.141.145.240/ u: anonymous, no pass
 - Windows packaging, deployment and distribution FAQ
 - Compiling C++ using Cygwin