Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://www.ninja.pt/wiki/Main_Page Antonio's wiki]
__TOC__


[http://www.cyberciti.biz/networking/nload-linux-command-to-monitor-network-traffic-bandwidth-usage/ Linux and Unix nload App: Monitor Network Traffic and Bandwidth Usage In Real Time]
= Quick links =
* [https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax Markdown] GitHub


[http://www.catonmat.net http://www.catonmat.net] Peter Krumis blog
= Blogs =
*[http://www.catonmat.net http://www.catonmat.net] Peter Krumis blog
*[http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf bash-redirections-cheat-sheet.pdf] Peter Krumis blog
*[http://www.ninja.pt/wiki/Main_Page Antonio's wiki]
*[https://dev.to dev.to]
**[https://dev.to/tomerbendavid/my-security-notes-37fh Basic Auth, SAML, Keys, OAuth, JWT and Tokens Quicky]
**[https://dev.to/adnanrahic/getting-started-with-aws-lambda-and-nodejs-1kcf Getting Started with AWS Lambda and Node.js]
**[https://dev.to/thiht/shell-scripts-matter Shell Scripts Matter ] Bash good practices


[http://www.shellhacks.com/ http://www.shellhacks.com/] Linux SysAdmin Notes, FIGlet - ASCII art
= Learning =
*[https://learnxinyminutes.com learnxinyminutes]
*[http://programming-motherfucker.com/become.html programming-motherfucker.com]


[http://binarynature.blogspot.co.uk/2013/03/measure-internet-connection-speed-from-linux-command-line.html Measure Internet Connection Speed from the Linux Command Line]
= Vim =
*[http://www.openvim.com/ Open VIM]
*[http://www.rayninfo.co.uk/vimtips.html Vim Tricks] in simple txt format


[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/257-cisco-router-dns-server.html How to configure DNS on Cisco device]
= Git projects =
*[https://gitlab.com/pio2pio/ansible-training.git My GitLab repository] Linux Academy - Ansible training examples
*[https://github.com/jmespath/jmespath.terminal jmespath.terminal] JMESPath is a query language for JSON, and here is a text based tool


[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html VLAN Security Tips - Best Practices] Control Inter-VLAN Routing Using IP Access Lists
= Linux directories =
*[https://wiki.debian.org/ReleaseGoals/RunDirectory /run] temporary filesystem (tmpfs) residing in RAM (aka "ramdisk")
*[http://askubuntu.com/questions/169495/what-are-run-lock-and-run-shm-used-for What are “/run/lock” and “/run/shm” used for?]


[http://packetlife.net/library/cheat-sheets/ packetlife.net] Most clear blog about networking
= Citrix =
*[https://help.ubuntu.com/community/CitrixICAClientHowTo Citrix Receiver 13.1 on Ubuntu 14.04] Citrix ICA client on Linux


[http://bwachter.lart.info/linux/bridges.html Building bridges with Linux]
= ADSL =
*[http://certcollection.org/forum/topic/4780-can-you-emulate-pppoa-and-pppoe-in-gns3/ can you emulate PPPoA and PPPoE in GNS3] forum, explained logical and physical topology of adsl


[http://linux-ip.net/html/basic-changing.html Changing IP Addresses and Routes]
= Reverse engineering =
*[https://www.freerainbowtables.com/en/tables2/ freerainbowtables.com]
*[https://hashcat.net/oclhashcat/ oclHashcat] Worlds fastest password cracker


[http://www.cyberciti.biz/faq/linux-configure-a-static-ip-address-tutorial/ continue Linux Static IP Address Configuration]
= Virtualization =
*[http://packages.vmware.com/tools/index.html VM Tools ftp]
= Remote Terminals =
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] Windows Godfather of TTYs
*[http://code.google.com/p/superputty/ superPuTTY] code.google.com, multitabbed Putty
*[http://sourceforge.net/projects/putty-nd/ putty-nd] sourceforge
*[http://ttyplus.com/multi-tabbed-putty/ MTPuTTY] TTY+, multi tabbed PuTTY, Native Win32 code - no need to have any libraries (like .NET, VB etc).


[http://www.mkyong.com/linux/copy-file-to-from-server-via-scp-command/ scp copy]
= Linux resources =
*[http://www.brendangregg.com/perf.html perf Examples] Blog about measuring Linux performance from App layer to system calls events


[http://cciew.wordpress.com/2010/11/29/mac-access-list-on-autonomous-ap/ good wordpress theme] cisco ap acl
= DevOps =
*[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


[http://www.cyberciti.biz/tips/ssh-public-key-based-authentication-how-to.html SSH Public Key Based Authentication]
= 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
*[https://github.com/kelseyhightower/kubernetes-the-hard-way Kubernetes The Hard Way] Linuxacademy course is basing on


[http://www.mmnt.net/db/0/2/213.141.145.240/pub/Soft/Cisco/IOS/18xx/1841/ Cisco IOS ftp] ftp://213.141.145.240/ u: anonymous, no pass
= Performance testing =
*[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


[http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf bash-redirections-cheat-sheet.pdf]
= SAML =
* [https://chrome.google.com/webstore/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch?hl=en Saml-tracer] Chrome extension
* [https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/ Saml-tracer] Firefox extension


[http://www.rayninfo.co.uk/vimtips.html Vim Tricks] in simple txt format
= Security CWE, CVE =
* '''[https://cwe.mitre.org/ 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.


[https://wiki.debian.org/ReleaseGoals/RunDirectory /run] temporary filesystem (tmpfs) residing in RAM (aka "ramdisk")
* '''[https://cve.mitre.org/cve/ 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.


[http://askubuntu.com/questions/169495/what-are-run-lock-and-run-shm-used-for What are “/run/lock” and “/run/shm” used for?]
* '''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 =
*[https://tohtml.com/shell/ Online syntax highlighting] to use with Google Docs


[http://applicationpackagingbasics.blogspot.co.uk/ Windows packaging, deployment and distribution] FAQ
= Useful software =
= Reverse engineering =
*[https://github.com/bricelam/ImageResizer ImageResizer] Windows
*[https://www.freerainbowtables.com/en/tables2/ freerainbowtables.com]
* VirtualVM - replacement to Jconsole
*[https://hashcat.net/oclhashcat/ oclHashcat] Worlds fastest password cracker
*[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 =
*[https://securityheaders.com Scan for a website available HEADERS] securityheaders.com


= Virtualization =
= Uncategorised - keep adding on... =
*[http://packages.vmware.com/tools/index.html VM Tools ftp]
*[http://www.tecmint.com/cheat-command-line-cheat-sheet-for-linux-users/ Cheat – An Ultimate Command Line ‘Cheat-Sheet’ for Linux Beginners and Administrators]
= Remote Terminals =
*[http://cfenollosa.com/misc/bash.pdf Bash keybindings cheat sheet]
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] Windows Godfather of TTYs
*[http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/ How To Make Your MediaWiki Private]
*[http://code.google.com/p/superputty/ superPuTTY] code.google.com, multitabbed Putty
*[http://www.cyberciti.biz/networking/nload-linux-command-to-monitor-network-traffic-bandwidth-usage/ Linux and Unix nload App: Monitor Network Traffic and Bandwidth Usage In Real Time]
*[http://sourceforge.net/projects/putty-nd/ putty-nd] sourceforge
*[http://www.shellhacks.com/ http://www.shellhacks.com/] Linux SysAdmin Notes, FIGlet - ASCII art
*[http://ttyplus.com/multi-tabbed-putty/ MTPuTTY] TTY+, multi tabbed PuTTY, Native Win32 code - no need to have any libraries (like .NET, VB etc).
*[http://binarynature.blogspot.co.uk/2013/03/measure-internet-connection-speed-from-linux-command-line.html Measure Internet Connection Speed from the Linux Command Line]
*[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/257-cisco-router-dns-server.html How to configure DNS on Cisco device]
*[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html VLAN Security Tips - Best Practices] Control Inter-VLAN Routing Using IP Access Lists
*[http://packetlife.net/library/cheat-sheets/ packetlife.net] Most clear blog about networking
*[http://bwachter.lart.info/linux/bridges.html Building bridges with Linux]
*[http://linux-ip.net/html/basic-changing.html Changing IP Addresses and Routes]
*[https://design.google.com/ Google Open Design materials]
*[http://www.cyberciti.biz/faq/linux-configure-a-static-ip-address-tutorial/ continue Linux Static IP Address Configuration]
*[http://www.cyberciti.biz/tips/ssh-public-key-based-authentication-how-to.html SSH Public Key Based Authentication]
*[http://www.mmnt.net/db/0/2/213.141.145.240/pub/Soft/Cisco/IOS/18xx/1841/ Cisco IOS ftp] ftp://213.141.145.240/ u: anonymous, no pass
*[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://geekswing.com/geek/quickie-tutorial-ulimit-soft-limits-hard-limits-soft-stack-hard-stack/ Ulimit] Ulimits tutorial

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