Karna Sodari

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

How to Fix an “Undefined Reference to Pthread Create” in Linux

I remember the first time I worked with POSIX threads in C everything was going well until I hit a wall with one strange...

Am I Getting “Can’t Connect to Local MySQL Server Through Socket ‘/tmp/mysql.sock’” on Tiny Core Linux

Recently, while working on a lightweight LAMP setup on Tiny Core Linux, I ran into a frustrating error while trying to start MariaDB. I...

How I Solve a Parallel Computing Issue in R with doMC and foreach on Linux

Running parallel code in Linux using R can be much more efficient than in Windows, largely thanks to Linux’s native support for the mclapply()...

How Do I Fix Calling a Method from the Linux Repo in My Code?

As a Ruby developer exploring the lower level Linux world, I recently ventured into trying to control the lights on PlayStation 2 Buzz controllers...

How to Fix a Unity3D Linux Build Crash on Start

I recently ran into a frustrating problem while trying to build a simple Unity3D project for Linux using Ubuntu. My project was nothing fancy...