Karna Sodari

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

How to Fix a Linux User Space Application Compilation Error

When I first started writing Linux user space applications, I made the classic mistake of mixing up kernel headers with libc headers. It broke...

How I Fix the Error Installing Tidyverse on Linux (Debian)

When I first set up R on a fresh Debian linux box, I thought everything would be smooth sailing. But the moment I tried...

How to Fix a MongoDB 4.0.4 Installation Error in Linux

When I first tried installing MongoDB 4.0.4 on my Linux Mint machine (based on Ubuntu 16.04), I followed the official documentation step by step....

How to Fix a Cross Compile a Rust Application from Linux to Windows

I was working on a small Rust project the other day when I decided I wanted to generate a Windows .exe but I was...

How to Fix an Error When Running a Spring Boot Web App as a Service in Linux

While deploying a client Spring Boot web app as a Linux service, I ran into the Exec format error caused by a missing #!/bin/bash...