Karna Sodari

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

How to Fix a Error Linux Device Driver Open

When I first started experimenting with Linux USB drivers, I hit one of the most frustrating issues my userspace program kept throwing “can’t open...

How to Fix a Error Compiling Dynamic Shared C Library in Linux

I recently tried to build a shared library from rs232-linux.c (from github.com/marzac/rs232) on my 64-bit Linux machine using clang. What I expected was a...

How to Solve an Error with Installing tidyverse Using R3.5 in Linux?

When I first tried to install tidyverse in R 3.5 on my Linux system, I ran into a frustrating wall of error messages. At...

How Do I Fix Node.js Spawn ENOENT Error in Linux

I recently faced a frustrating issue when running my Node.js project on a Linux server. The same code worked perfectly on Windows but kept...

How to Fix a Error Linux Custom Compilation Fails

I recently pulled down a fresh Linux kernel, excited to compile it myself. Things went well until they didn’t. Right when I hit make,...