Skip to content
QbitUniverse

QbitUniverse

Menu
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact

Category: PlatformOps

PlatformOps related articles on how to run internal, enterprise ready software and hardware platform, self service infrastructure provisioning, DevOps and scripting.

Amending Powershell Execution Policies
PlatformOps

Amending Powershell Execution Policies

Marcin Narloch20/05/2021
Running Powershell scripts on your computer can at times be limited due to something called Powershell Execution Policies. It's a feature of Windows to prevent execution of malicious scripts and...
Reset Git Branch Commits
PlatformOps

Reset Git Branch Commits

Marcin Narloch07/04/2021
Use this to set your Git branch to the "Initial commit" stage. # checkout to temp_branch git checkout --orphan temp_branch # add all files git add -A # commit git...
base64 with Bash Cheat Sheet
PlatformOps

base64 with Bash Cheat Sheet

Marcin Narloch03/09/202010/09/2020
base64 with Bash Cheat Sheet for use with bash shell. Encode echo 'TEXT_TO_ENCODE' | base64 Decode echo 'TEXT_TO_DECODE' | base64 -d
Base64 with Powershell Cheat Sheet
PlatformOps

Base64 with Powershell Cheat Sheet

Marcin Narloch01/09/202010/09/2020
Base64 with Powershell Cheat Sheet for use with powershell task automation framework. Encode [System.Convert]:: ToBase64String([System.Text.Encoding]:: UTF8.GetBytes("MY_PLAIN_TEXT")) Decode [System.Text.Encoding]:: UTF8.GetString([System.Convert]:: FromBase64String("MY_ENCODED_TEXT"))
cURL with Bash Cheat Sheet
PlatformOps

cURL with Bash Cheat Sheet

Marcin Narloch14/08/202010/09/2020
cURL with Bash Cheat Sheet for use with bash shell. for each for ((i=1;i<=100;i++)); do curl -k "http://URL"; done; infinite (curl) while true; do curl -k "http://URL"; done; infinite (busybox)...
SSH Cheat Sheet
PlatformOps

SSH Cheat Sheet

Marcin Narloch09/08/202010/09/2020
SSH Cheat Sheet for use with the SSH protocol. key generate ssh-keygen -t rsa -b 2048 login ssh -i [KEY] [USERNAME]@[MACHINE] file copy scp -i [KEY] -r [USERNAME]@[MACHINE]:[FROM] [TO]
Firewall with Powershell Cheat Sheet
PlatformOps

Firewall with Powershell Cheat Sheet

Marcin Narloch07/08/202010/09/2020
Firewall with Powershell Cheat Sheet for use with powershell task automation framework. Firewall Enable ICMP netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow Enable...
Retrieve PFX Certificate from Azure Key Vault with Powershell
PlatformOps

Retrieve PFX Certificate from Azure Key Vault with Powershell

Marcin Narloch29/07/202017/09/2020
PFX (Personal Information Exchange Format) Certificates serve the purpose of encrypting data. For example, encrypting traffic to your WordPress website. Or encrypting data in transfer between two machines. Therefore, encryption...

Author

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology, innovation, cloud, programming and digital transformation.

Innovation | Architecture | Cloud | Digital Transformation | FinTech | AI | Kubernetes | PlatformOps | Full Stack

Search

Blog

Close
Menu
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
Social profiles
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact

Tags

acr (1) AKS (2) authentication (2) az (2) azure (3) base64 (2) bash (2) cheat sheet (17) cloud (2) command block (2) CSS (1) dirtydozen.dev (7) Docker (10) Docker Building Blocks (6) docker cli (7) eks (1) encoding (2) gcloud (2) gcp (2) GitHub (5) Google Analytics (2) helm (8) Helm Building Blocks (6) Helm Charts (7) helm cli (7) HTML (1) HTTPS (2) Jekyll (3) kubectl cli (12) Kubernetes (14) Kubernetes Building Blocks (8) minecraft (2) mongo (1) mongodb (1) MySQL (2) mysqldump (1) OpenSSL (1) PlatformOps (6) Powershell (4) programming (8) qbitcli (4) Sitemap (1) ssh (1) Tutorial (20) WordPress (3)
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
QbitUniverse | Theme: Blog Prime by Themeinwp.
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT