gcc -Wextra

0001-01-01

The -Wextra flag in gcc turns on additional warning flags that are not enabled by -Wall.

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html

Read More

gcore

0001-01-01

gcore is a command line utility that generates a core file of a running process. gcore is provided by the gdb package.

Read More

GDB

0001-01-01

GDB is the GNU debugger

GDB can run on most UNIX, Windows, and macOS hosts. It supports many languages such as Ada, Assembler, C, C++, D, Fortran, Go, ...

Read More

GECOS

0001-01-01

GECOS is the fifth field in the /etc/passwd file, specifying information about the user such as their real name, address, phone number, etc. ...

Read More

Gelsemium

0001-01-01

Gelsemium is a Chinese APT group.

Read More

Gentoo Handbook

0001-01-01

The Gentoo Handbook is a wiki that centralizes documentation for Gentoo Linux

https://wiki.gentoo.org/wiki/Handbook:Main_Page

Read More

Gentoo Linux

0001-01-01

Gentoo Linux is a Linux disribution that focuses on extensibility and various optimizations.

Gentoo Linux uses the Portage package management system ...

Read More

geolocation

0001-01-01

geolocation is the processes and techniques involved with identifying the physical location of an entity using digital information.

Read More

Germany

0001-01-01

Germany is a country in western Europe.

Read More

Get a host's MAC address on Linux with C

0001-01-01

Linux malware may want to obtain MAC addresses for some reason. Here’s how to do it a few ways in C

using /sys/class/net iterate ...

Read More