Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
m (Pio2pio moved page Links to Quick links without leaving a redirect)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__
= Quick links =
* [https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax Markdown] GitHub


= Blogs =
= Blogs =
Line 50: Line 53:
*[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
*[https://github.com/santinic/how2 how2] stackoverflow from the terminal


= Kubernetes and docker =
= Kubernetes and docker =
Line 63: Line 61:
= Performance testing =
= Performance testing =
*[https://artillery.io/ artillery] load testing and functional testing toolkit
*[https://artillery.io/ artillery] load testing and functional testing toolkit
* Apache <code>ab</code> has been replaced now by <code>hey</code>
* [https://locust.io/ locust] opensource, Python tool


= SAML =
= SAML =
Line 79: Line 79:
= Useful software =
= Useful software =
*[https://github.com/bricelam/ImageResizer ImageResizer] Windows
*[https://github.com/bricelam/ImageResizer ImageResizer] Windows
* VirtualVM - replacement to Jconsole
*[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
*[https://github.com/santinic/how2 how2] stackoverflow from the terminal


= Online tooling =
= Online tooling =

Latest revision as of 14:25, 23 August 2020

Quick links

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

Linux resources

  • perf Examples Blog about measuring Linux performance from App layer to system calls events

DevOps

Kubernetes and docker

Performance testing

  • artillery load testing and functional testing toolkit
  • Apache ab has been replaced now by hey
  • locust opensource, Python tool

SAML

Security CWE, CVE

  • CWE™ Common Weakness Enumeration is a community-developed list of software and hardware weakness types. It serves as a common language, a measuring stick for security tools, and as a baseline for weakness identification, mitigation, and prevention efforts. A list of common software security weaknesses and vulnerabilities maintained by the security community. Easily find a specific software weakness by searching the CWE list.
  • CVE® is a dictionary of publicly disclosed cybersecurity vulnerabilities and exposures that is free to search, use, and incorporate into products and services. The CVE focuses on vulnerabilities in software that is widely available. A CVE refers to a security weakness that allows an attacker to compromise the system through techniques such as arbitrary code execution and buffer overflows.
  • Common Vulnerability Scoreing System (CVSS) scoring system for security vulnerabilities. It assigns a score from 0 to 10 to give you a sense of the severity of the vulnerability. Vulnerabilities with higher scores are more severe than ones with lower scores.

Syntax formatting

Useful software

  • ImageResizer Windows
  • VirtualVM - replacement to Jconsole
  • 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

Online tooling

Uncategorised - keep adding on...