Converting SSL Certificate for Nginx 🔐
Nginx native use two files for handling ssl certificate in nginx.conf. ssl_certificate /etc/ssl/cert.pem; ssl_certificate_key /etc/ssl/private.key; But most of the vendors sells certificate ...
Nginx native use two files for handling ssl certificate in nginx.conf. ssl_certificate /etc/ssl/cert.pem; ssl_certificate_key /etc/ssl/private.key; But most of the vendors sells certificate ...
Problem If you have a solution that contains many libraries, then at some point in time there will be a problem with mismatched versions of NuGet libraries. Something like: Solution.sln src/ -- Pro...
Show result of the command on ui and write to file 📝 {command} | Tee-Object -FilePath {file_path_to_store_output} Show last n rows of some file 📄 Get-Content -Path {file_path} -Tail {n} Copy re...
List remote origin addresses 🔍 git remote -v Override previous address 🔄 git remote set-url origin {new_origin_url}
Motivation 🎯 On a daily basis, I use vim motions in many tools like VSCode, Cursor, JetBrains, etc. Recently, I discovered a way to use vim motions in PowerShell as well. Installation ⚙️ First, yo...
Multipurpose software Chrome Google Drive EarTrumpet - audio control without friction KeePassXC - password manager SteelSeries Engine - software for my steelseries headset PowerToys - ...
What is gource? Gource is a tool that visualizes git repositories as video. It’s a great way to show the history of the repository in fancy way. Installation I use it on windows, so it’s very st...
Native vim set clipboard^=unnamed,unnamedplus - use system clipboard when yank(y) and paste(p) 📋 let mapleader = " " - set leader key to space ⌨️ @@ - repeat last macro 🔁 ZZ - save and exi...
I often use Toggl to track my spend time on what I do. So i decide to create extensions for chrome to simplify this process in Azure DevOps. In the past I wrote one simple extension for personal u...
To have this blog on a subdomain, I bought a domain from OVH its name is polakiewi.cz. For this blog, I created the subdomain blog.polakiewi.cz. To attach it to the Github Pages, I need to go to t...