Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
Line 60: Line 60:
= Performance testing =
= Performance testing =
*[https://artillery.io/ artillery] load testing and functional testing toolkit
*[https://artillery.io/ artillery] load testing and functional testing toolkit
= Formatting =
*[https://tohtml.com/shell/ Online syntax highlighting]


= Uncategorised - keep adding on... =
= Uncategorised - keep adding on... =
*[http://www.tecmint.com/cheat-command-line-cheat-sheet-for-linux-users/ Cheat – An Ultimate Command Line ‘Cheat-Sheet’ for Linux Beginners and Administrators]
*[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://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://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/ How To Make Your MediaWiki Private]

Revision as of 17:04, 7 October 2018

Blogs

Learning

Vim

Git projects

Linux directories

Citrix

ADSL

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

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

Performance testing

  • artillery load testing and functional testing toolkit

Formatting

Uncategorised - keep adding on...