Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
Line 47: Line 47:
*[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
*[https://dev.to/brpaz/my-linux-development-environment-of-2018-ch7 Linux Development Environment of 2018] dev.to
== Cool tools ==
*[https://asciinema.org/ asciinema] Tool to record your terminal, can later allow to select/copy and paste
*[https://github.com/hluk/CopyQ CopyQ] advanced clipboard manager with editing and scripting features
== Kubernetes and docker ==
*[https://github.com/telepresenceio/telepresence telepresence] local development for Kubernetes microservices
*[https://github.com/aacebedo/dnsdock dnsdock] DNS server for automatic docker container discovery
== Performance testing ==
*[https://artillery.io/ artillery] load testing and functional testing toolkit
= 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]

Revision as of 21:22, 3 September 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

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