Scroll through our posts or try the search function.
Posts
-
Info
Adding comments section with the Github issues API
Setting up a comments section with the following guide: https://www.aleksandrhovhannisyan.com/blog/jekyll-comment-system-github-issues/
Read more..
Info
in
-
Windows
Increasing productivity on Windows 10, part 4 - CLI
For this part we’ll be looking at how to improve your CLI experience on Windows.
To get started, first install the Windows Terminal
choco install microsoft-windows-terminal
I also recommend using PowerShell 7.x as your main shell, with a few settings. If you want to copy-paste mine, you can find them at dotfiles can be found here, but beware that some of the settings are personalized.
Read more..
Windows Productivity PowerShell WSL
in
-
Windows
Increasing productivity on Windows 10, part 3 - AutoHotKey
Welcome to the third part of this series on productivity in Windows 10.
For this part we’ll be looking at how to create custom keybindings and macros on Windows.
Autohotkey has been around for quite a lot of years, and is probably the most used macro tool on Windows. I remember first encountering the tool in 2010 to rebind some commands in GTA San Andreas multiplayer to button combinations. For this article I’ll showcase parts of my dotfiles and explain how I use them. Hopefully you can also get some inspiration from this too.
Read more..
Windows Productivity
in
-
Windows
Increasing productivity on Windows 10, part 2 - Chocolatey package manager
Welcome to the second part of this series on productivity in Windows 10.
For this part we’ll be looking at how to install packaged programs via the command line in Windows.
To begin, open up at Powershell prompt as admin
Win + X + A
Paste in the following:Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
This will install chocolatey on your system in a one-liner.
Read more..
Windows Productivity
in
-
Windows
Increasing productivity on Windows 10, part 1 - Built-in hotkeys
I’ve decided to make a series on how to increase your productivity on Windows 10. The series will mainly be focused for people in the IT industry, but most of the articles in this series will have some carryover to all Windows users.
Some of the reasoning behind this is that after starting my latest job I’ve been surrounded with people having their highly customized personal setup on Linux or MacOS. And I’ll have to say that some of the things they showed me impressed me, and I wondered if I could do the same in Windows.
Read more..
Windows Productivity Hotkeys
in
-
General
About this site..
Planning to eventually write some articles in one or more of the following areas:
- Azure
- DevOps
- Cloud native
- Kubernetes
You can read more about me here.
Read more..
Info
in
subscribe via RSS