Home
webpage
Cancel

Apache/HTTPD Helper

Reminder of RewriteRule flags : RewriteRule Flags What it does     L Last. Stop processing RewriteRules once this one matches. Order co...

Development machine setup

Development Setup In this guide I will provice information on how I setup my development environment. I was using WSL 2 for long, but as my demand for communicating between multiple Virtual machine...

Advanced Markdown Features

Markdown Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTM...

Windows ssh-copy-id

Windows OpenSSH equivalent of ssh-copy-id ssh-copy-id is a awesome command to copy a ssh-key to a remote server. It copies the public key of your ssh key to the remote server, making you able to l...

SSL-security

SSL Security Cheat-Sheet … TBD TLS Version and Ciphers Scanning for TLS Version and supported Ciphers: nmap --script ssl-enum-ciphers <target> Tool Link Descript...

SSL-Certs

SSL Certificates Cheat-Sheet X.509 is an ITU standard defining the format of public key certificates. X.509 are used in TLS/SSL, which is the basis for HTTPS. An X.509 certificate binds an identit...

HTTP status codes

HTTP Status Codes Categories 1XX status codes: Informational Requests 2XX status codes: Successful Requests 3XX status codes: Redirects 4XX status codes: Client Errors 5XX status codes: ...

Windows Environments Variables

Environment Variables in Windows How to use them in PowerShell Environment Varaibles can be used in PowerShell ([[powershell]]) with the prefix $env:. Example: *Variable: %APPDATA% In Powershell:...

Color Codes

256 Color Codes Cheat-Sheet Colors 0-15 are Xterm system colors. Xterm Number Xterm Name HEX RGB HSL 0 Black (SYSTEM) #0000...

WSL2 Jekyll installation Help

Ansible Jinja2 helpers This post is holding different good to know functions of Jinja2 templating. They are mainly for use with Ansible, but might work in any language that support jinja2 - like P...