Difference between revisions of "A-Quick links"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 73: | Line 73: | ||
= Useful software =  | = Useful software =  | ||
*[https://github.com/bricelam/ImageResizer ImageResizer] Windows  | *[https://github.com/bricelam/ImageResizer ImageResizer] Windows  | ||
= Online tooling =  | |||
*[https://securityheaders.com Scan for a website available HEADERS] securityheaders.com  | |||
= Uncategorised - keep adding on... =  | = Uncategorised - keep adding on... =  | ||
Revision as of 17:28, 13 May 2019
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).
 
Linux resources
- perf Examples Blog about measuring Linux performance from App layer to system calls events
 
DevOps
Cool tools
- asciinema Tool to record your terminal, can later allow to select/copy and paste
 - CopyQ advanced clipboard manager with editing and scripting features
 - how2 stackoverflow from the terminal
 
Kubernetes and docker
- telepresence local development for Kubernetes microservices
 - dnsdock DNS server for automatic docker container discovery
 - Kubernetes The Hard Way Linuxacademy course is basing on
 
Performance testing
- artillery load testing and functional testing toolkit
 
Syntax formatting
- Online syntax highlighting to use with Google Docs
 
SAML
- Saml-tracer Chrome extension
 - Saml-tracer Firefox extension
 
Useful software
- ImageResizer Windows
 
Online tooling
- Scan for a website available HEADERS securityheaders.com
 
Uncategorised - keep adding on...
- Cheat – An Ultimate Command Line ‘Cheat-Sheet’ for Linux Beginners and Administrators
 - 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
 - Ulimit Ulimits tutorial