What’s that? It translates private IPs and Ports to a public IP and port. What’s the reason? There are not
Continue readingCategory: Computer
What a wireless router really is
The name lets suggest the following functionality: – Access point: provides a connection for wireless devices to the LAN –
Continue readingMobile network infrastructure (Cellular)
The exact infrastructure differentiates between the generations. Let’s begin with a general overview. Mobile Device Access Network Core Network PSTN/Internet
Continue readingQ&A – Programming (C++)
When do I need the headers for lib files? You need them during compilation if you build against libraries. You
Continue readingAdd PowerShell to context menu (Windows)
1. Get PowerShell winget install –id Microsoft.PowerShell –source winget Alternative: Microsoft Store 2. Add registry keys Windows Registry Editor Version
Continue readingMerge / Pull request (Git)
Is it a git feature? First of all it isn’t a feature from git itself it’s provided by tools like
Continue readingPosition of const (C++)
“West-Const vs. East-Const” West-Const (The common one) int * num = new int(42); // Mutable ptr to a mutable int
Continue readingCreate for x last commits a child branch
Let’s asume you have worked on the develop branch and done some commits there. Now you want to create a
Continue readingstd::recursive_mutex (C++)
The std::mutex is a non-recursive mutex and therefore can’t be locked again from the same thread before getting unlocked. This
Continue readingWhat to consider when buying a monitor
There are plenty of things you should consider when buying a new monitor. I will consider just a few, but
Continue reading