Table of Contents
Using AutoKey To Create Shortcut Switching Applications on Linux
Table of Contents1 Overview2 Prerequisite3 create the scripts4 Conclusion Overview One of the most missed feature when I switch from Windows to Linux is the ability to create shortcuts and switch quickly between applications. I use autohotkey on windows. Luckily for me, there is solution on linux that helps me achieve the same result. That’s…
Fix OBS only show portion of the screen
If you have a high resolution screen, you may experience this with obs: I struggle with this so many times. My recordings didn’t show the full screen. The fix is quite simple: Simple right click on your Display Capture, Select Transform and Click on Fit To screen. Now the screen is displayed as expected:
How to fix wifi issue in ubuntu
Table of Contents1 upgrade the kernel to fix the wifi1.1 Install mainline2 Conclusion So I’ve made the jump from Windows to ubuntu and most of the things were great: less resource consumption, less bloat total controls. However there is one thing bugs me: the wifi doesn’t work. When I connect to any wifi the computer…
Setup and connect to VPN using OpenVPN Client On Ubuntu
Table of Contents1 Overview2 Install OpenVPN3 on ubuntu3 Configure and connect to openvpn3.1 Import the config3.2 Allow compression4 Remember password5 Useful commands6 Tips Overview This tutorial only about openvpn client, not the server. I’ll show you how to connect to a VPN using openvpn3. What you need is a .opvn file and the username and…
My Perfect Oh My Posh Replacement For Oh My Zsh
Table of Contents1 Overview2 Setup3 Result Overview Recently I moved from a Macbook Air to a windows machine and the thing I missed most was the git info in the terminal. Everything was so simple an sufficient with Oh My Zsh. After spent some time, I found the perfect theme (https://github.com/AntonRyadovoy/Powershell-nord-theme/blob/main/nordcustom_v.3.yaml with a little tweak).…