Performance counters for Linux are a kernel-based subsystem that provide a framework for all things performance analysis.
Read moreTag: C
xxd – make a hexdump or do the reverse
xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.
Read morepstree – display a tree of processes
pstree shows the currently running processes as a tree. This is free and open source software written in the C programming language.
Read morefuser – identifies processes using files or sockets
fuser identifies processes using files or sockets. It’s written in the C programming language and published under the GPL.
Read morelsfd – modern replacement for lsof
lsfd is intended to be a modern replacement for lsof on Linux systems. It’s free and open source software written in C.
Read morebcal – storage expression calculator
bcal (Byte CALculator) is a REPL CLI utility for storage expression evaluation, SI/IEC conversion, byte address calculation, and more.
Read moreclac – stack-based calculator with postfix notation
clac is a command line, stack-based calculator with postfix notation that displays the stack contents at all times.
Read moreQuich – calculator for your terminal
Quich is a compact, fast, powerful and useful calculator for your terminal with numerous features. It’s written in C.
Read morepcalc – terminal calculator made for programmers
The programmer calculator is a simple terminal tool designed to give maximum efficiency and flexibility to the programmer.
Read morewcalc – command-line calculator
wcalc is a command-line calculator designed to accept all valid mathematical expressions. It’s written in C.
Read morecalc – interactive calculator
calc is an interactive calculator which provides for easy large numeric calculations, but can be programmed for complex calculations.
Read morebc-gh – implementation of dc and bc
bc-gh is an implementation of Unix dc and POSIX bc with GNU and BSD extensions. It’s free and open source software.
Read moredoas – execute commands as another user
The doas utility is a program originally written for OpenBSD which allows a user to run a command as though they were another user.
Read morepkexec – execute a command as another user
pkexec allows an authorized user to execute a command as another user.
Read moresu – run a command with substitute user and group ID
su allows commands to be run with a substitute user and group ID.
Read more