Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gnu

Use GNU find to show only the leaf directories

bash shell find gnu

GNU parallel not working at all

Change stack size for a C++ application in Linux during compilation with GNU compiler

gcc gnu

How to use the GDB (Gnu Debugger) and OpenOCD for microcontroller debugging - from the terminal?

gdb gnu jtag openocd

Why use asprintf() instead of sprintf()?

c printf gnu asprintf

Disable make builtin rules and variables from inside the make file

build makefile gnu gnu-make

sed -i command for in-place editing to work with both GNU sed and BSD/OSX

macos sed gnu inplace-editing

Invoking GCC as "cc" versus "gcc"

What is the role of libc(glibc) in our linux app?

c linux gnu

grep --ignore-case --only

regex bash unix grep gnu

What's the difference of section and segment in ELF file format

linux debian gnu elf abi

Can GNU make handle filenames with spaces?

shell makefile gnu

How do I tar a directory without retaining the directory structure?

linux unix gnu tar

How to Export Private / Secret ASC Key to Decrypt GPG Files

Compiling a C++ program with gcc

c++ gcc g++ gnu

grep regex whitespace behavior

regex grep gnu

How do I apply a diff patch on Windows?

windows diff gnu patch

How do you use gcc to generate assembly code in Intel syntax?

gcc x86 gnu intel assembly

What does "#define _GNU_SOURCE" imply?

c posix gnu

How do I syntax check a Bash script without running it?

linux bash unix syntax gnu