Difference between revisions of "A-Quick links"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 79: | Line 79: | ||
*[http://applicationpackagingbasics.blogspot.co.uk/ Windows packaging, deployment and distribution] FAQ    | *[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  | *[http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/cygwin/part2 Compiling C++] using Cygwin  | ||
*[http://geekswing.com/geek/quickie-tutorial-ulimit-soft-limits-hard-limits-soft-stack-hard-stack/ Ulimit] tutorial  | *[http://geekswing.com/geek/quickie-tutorial-ulimit-soft-limits-hard-limits-soft-stack-hard-stack/ Ulimit] Ulimits tutorial  | ||
Revision as of 23:41, 8 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
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
 
Performance testing
- artillery load testing and functional testing toolkit
 
Uncategorised - keep adding on...
- 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
 - Ulimit Ulimits tutorial