Tag and format notes

This commit is contained in:
Talia 2022-03-21 13:38:01 +01:00
parent 13ac24f0e0
commit 0683dca29c
10 changed files with 36 additions and 6 deletions

View File

@ -1,3 +1,8 @@
---
tags: terminal security
---
# Firejail
From the [website](https://firejail.wordpress.com): From the [website](https://firejail.wordpress.com):
> Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf > Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf

View File

@ -1,4 +1,6 @@
--- ---
tags: screenshot tags: screenshot
--- ---
# Flameshot
[Flameshot](https://github.com/flameshot-org/flameshot) is a powerful yet simple to use screenshot software. [Flameshot](https://github.com/flameshot-org/flameshot) is a powerful yet simple to use screenshot software.

View File

@ -1 +1,6 @@
---
tags: terminal security
---
# Radare 2
General-purpose multi-platform binary analysis tool General-purpose multi-platform binary analysis tool

View File

@ -1 +1,5 @@
---
tag: task
---
# Taskwarrior
[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager [Taskwarrior](https://taskwarrior.org/) is a #terminal task manager

View File

@ -1,3 +1,6 @@
# JSON Querying Tool ---
tags: terminal json scripting
---
# JSON Querying Tool
[jq](https://stedolan.github.io/jq/) is a lightweight and flexible command-line JSON processor. [jq](https://stedolan.github.io/jq/) is a lightweight and flexible command-line JSON processor.

View File

@ -1,4 +1,6 @@
--- ---
tags: library linking binary tags: [library, linking, binary, terminal]
--- ---
# LDD
Prints shared object dependencies. Prints shared object dependencies.

View File

@ -1,4 +1,6 @@
--- ---
tags: debugging logs tags: debugging logs terminal
--- ---
# LNav
[lnav](https://lnav.org) is a #terminal logfile viewer based on #curses. [lnav](https://lnav.org) is a #terminal logfile viewer based on #curses.

View File

@ -1,4 +1,6 @@
--- ---
tags: library linking binary tags: library linking binary terminal debugging
--- ---
# NM
Lists symbols in object files Lists symbols in object files

View File

@ -1,4 +1,6 @@
--- ---
tags: binary tags: binary terminal debugging
--- ---
# ObjDump
Dumps objects from object-files Dumps objects from object-files

View File

@ -1,5 +1,8 @@
# strace ---
tags: terminal debugging security
---
# strace
trace system calls and signals trace system calls and signals
[Tutorial](https://www.howtoforge.com/linux-strace-command/) [Tutorial](https://www.howtoforge.com/linux-strace-command/)