Search Results

Showing results for "linux"

Latest Articles

Cover Image for What is Linux’s native GUI API?
c#

What is Linux’s native GUI API?

Published on September 2, 2023

πŸ“πŸ’‘ **Welcome to my Tech Blog!** 🌟 Today, we're going to tackle a common but sometimes perplexing question in the Linux world: What is Linux's native GUI API? πŸ–₯️ As a Linux user or enthusiast, you may have come across this query before, and it's time

Cover Image for Undefined reference to pthread_create in Linux
c#multithreading

Undefined reference to pthread_create in Linux

Published on September 2, 2023

# Understanding the Undefined Reference to `pthread_create` in Linux Error So, you've stumbled upon an error message that reads **"undefined reference to `pthread_create`"** when trying to compile your code on Linux. Frustrating, isn't it? But fret not! I

Cover Image for Why does the C preprocessor interpret the word "linux" as the constant "1"?
c#gcc

Why does the C preprocessor interpret the word "linux" as the constant "1"?

Published on September 2, 2023

πŸ‘‹ Hey there! Welcome to my tech blog! Today, we're diving into the intriguing question πŸ€”: Why does the C preprocessor interpret the word "linux" as the constant "1"? Let's explore this common issue and find some easy solutions to help you out! πŸ’ͺ You mi

Cover Image for How do I profile C++ code running on Linux?

How do I profile C++ code running on Linux?

Published on September 2, 2023

# πŸš€ How to Profile C++ Code Running on Linux: A Complete Guide! 🐧 If you're a C++ developer, you might have encountered the challenge of identifying slow areas in your code. Fortunately, profiling your C++ code running on Linux is not as daunting as it

Cover Image for Convert xlsx to csv in Linux with command line
csvexcel

Convert xlsx to csv in Linux with command line

Published on September 2, 2023

# Convert xlsx to csv in Linux: A Handy Guide πŸ“ŠπŸ”€πŸ’» So, you're in need of a quick and efficient solution to convert those xlsx files to csv files on Linux, huh? Fear not, my friend! 🀝🐧 Before we dive into the easy solutions, let's quickly address the