Karna Sodari

Linux Administrator/Engineer. 9 year experience in Linux System Administrator/Engineer.
49 Posts

How to Fix a Django ImproperlyConfigured Database Settings Error

If you're anything like me, you probably write Python every day and occasionally pop open a quick interactive shell to test a snippet or...

How I Fix the “KeyError: ‘REMOTE_ADDR’” When Getting User IP Address in Django

The other day, I was working on a Django project and needed to fetch the user’s IP address to detect their location and display...

How to Fix a HttpClients.createDefault() Error on Linux

When I first started using Apache HttpClient in Java, I thought it would be smooth sailing across platforms. My little test program worked perfectly...

How to Fix a Flutter Linux Build Error X Window System GLXBadFBConfig

When I first started building Flutter apps for Linux, I ran into a frustrating issue the X Window System error. It completely stopped my...

How to Fix Sizeof Misuse Causing malloc() Crashes on Linux

When I first wrote a small parser in C to count some metadata operators, it worked perfectly fine on macOS. But as soon as...