From 0683dca29c6b74b48b289864d978f0bdf71beb15 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 21 Mar 2022 13:38:01 +0100 Subject: [PATCH] Tag and format notes --- notebook/Linux/Tools/Firejail.md | 5 +++++ notebook/Linux/Tools/Flameshot.md | 2 ++ notebook/Linux/Tools/Radare 2.md | 5 +++++ notebook/Linux/Tools/Taskwarrior.md | 4 ++++ notebook/Linux/Tools/jq.md | 5 ++++- notebook/Linux/Tools/ldd.md | 4 +++- notebook/Linux/Tools/lnav.md | 4 +++- notebook/Linux/Tools/nm.md | 4 +++- notebook/Linux/Tools/objdump.md | 4 +++- notebook/Linux/Tools/strace.md | 5 ++++- 10 files changed, 36 insertions(+), 6 deletions(-) diff --git a/notebook/Linux/Tools/Firejail.md b/notebook/Linux/Tools/Firejail.md index be6feb5..ff9553c 100644 --- a/notebook/Linux/Tools/Firejail.md +++ b/notebook/Linux/Tools/Firejail.md @@ -1,3 +1,8 @@ +--- +tags: terminal security +--- + +# Firejail 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 diff --git a/notebook/Linux/Tools/Flameshot.md b/notebook/Linux/Tools/Flameshot.md index 708b316..6a23060 100644 --- a/notebook/Linux/Tools/Flameshot.md +++ b/notebook/Linux/Tools/Flameshot.md @@ -1,4 +1,6 @@ --- tags: screenshot --- + +# Flameshot [Flameshot](https://github.com/flameshot-org/flameshot) is a powerful yet simple to use screenshot software. \ No newline at end of file diff --git a/notebook/Linux/Tools/Radare 2.md b/notebook/Linux/Tools/Radare 2.md index 091c0bc..f0f5a77 100644 --- a/notebook/Linux/Tools/Radare 2.md +++ b/notebook/Linux/Tools/Radare 2.md @@ -1 +1,6 @@ +--- +tags: terminal security +--- + +# Radare 2 General-purpose multi-platform binary analysis tool \ No newline at end of file diff --git a/notebook/Linux/Tools/Taskwarrior.md b/notebook/Linux/Tools/Taskwarrior.md index 4c2a0b6..dab4111 100644 --- a/notebook/Linux/Tools/Taskwarrior.md +++ b/notebook/Linux/Tools/Taskwarrior.md @@ -1 +1,5 @@ +--- +tag: task +--- +# Taskwarrior [Taskwarrior](https://taskwarrior.org/) is a #terminal task manager \ No newline at end of file diff --git a/notebook/Linux/Tools/jq.md b/notebook/Linux/Tools/jq.md index 20cbb46..8296c77 100644 --- a/notebook/Linux/Tools/jq.md +++ b/notebook/Linux/Tools/jq.md @@ -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. \ No newline at end of file diff --git a/notebook/Linux/Tools/ldd.md b/notebook/Linux/Tools/ldd.md index 0ee5777..a7ccb9d 100644 --- a/notebook/Linux/Tools/ldd.md +++ b/notebook/Linux/Tools/ldd.md @@ -1,4 +1,6 @@ --- -tags: library linking binary +tags: [library, linking, binary, terminal] --- + +# LDD Prints shared object dependencies. \ No newline at end of file diff --git a/notebook/Linux/Tools/lnav.md b/notebook/Linux/Tools/lnav.md index 0212e33..d788d12 100644 --- a/notebook/Linux/Tools/lnav.md +++ b/notebook/Linux/Tools/lnav.md @@ -1,4 +1,6 @@ --- -tags: debugging logs +tags: debugging logs terminal --- + +# LNav [lnav](https://lnav.org) is a #terminal logfile viewer based on #curses. \ No newline at end of file diff --git a/notebook/Linux/Tools/nm.md b/notebook/Linux/Tools/nm.md index 6438fbe..46b1468 100644 --- a/notebook/Linux/Tools/nm.md +++ b/notebook/Linux/Tools/nm.md @@ -1,4 +1,6 @@ --- -tags: library linking binary +tags: library linking binary terminal debugging --- + +# NM Lists symbols in object files \ No newline at end of file diff --git a/notebook/Linux/Tools/objdump.md b/notebook/Linux/Tools/objdump.md index f878503..f8eda60 100644 --- a/notebook/Linux/Tools/objdump.md +++ b/notebook/Linux/Tools/objdump.md @@ -1,4 +1,6 @@ --- -tags: binary +tags: binary terminal debugging --- + +# ObjDump Dumps objects from object-files \ No newline at end of file diff --git a/notebook/Linux/Tools/strace.md b/notebook/Linux/Tools/strace.md index c809c44..ac87bce 100644 --- a/notebook/Linux/Tools/strace.md +++ b/notebook/Linux/Tools/strace.md @@ -1,5 +1,8 @@ -# strace +--- +tags: terminal debugging security +--- +# strace trace system calls and signals [Tutorial](https://www.howtoforge.com/linux-strace-command/) \ No newline at end of file