Tag and format notes
This commit is contained in:
parent
13ac24f0e0
commit
0683dca29c
10 changed files with 36 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
tags: screenshot
|
||||
---
|
||||
|
||||
# Flameshot
|
||||
[Flameshot](https://github.com/flameshot-org/flameshot) is a powerful yet simple to use screenshot software.
|
|
@ -1 +1,6 @@
|
|||
---
|
||||
tags: terminal security
|
||||
---
|
||||
|
||||
# Radare 2
|
||||
General-purpose multi-platform binary analysis tool
|
|
@ -1 +1,5 @@
|
|||
---
|
||||
tag: task
|
||||
---
|
||||
# Taskwarrior
|
||||
[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager
|
|
@ -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.
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
tags: library linking binary
|
||||
tags: [library, linking, binary, terminal]
|
||||
---
|
||||
|
||||
# LDD
|
||||
Prints shared object dependencies.
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
tags: debugging logs
|
||||
tags: debugging logs terminal
|
||||
---
|
||||
|
||||
# LNav
|
||||
[lnav](https://lnav.org) is a #terminal logfile viewer based on #curses.
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
tags: library linking binary
|
||||
tags: library linking binary terminal debugging
|
||||
---
|
||||
|
||||
# NM
|
||||
Lists symbols in object files
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
tags: binary
|
||||
tags: binary terminal debugging
|
||||
---
|
||||
|
||||
# ObjDump
|
||||
Dumps objects from object-files
|
|
@ -1,5 +1,8 @@
|
|||
# strace
|
||||
---
|
||||
tags: terminal debugging security
|
||||
---
|
||||
|
||||
# strace
|
||||
trace system calls and signals
|
||||
|
||||
[Tutorial](https://www.howtoforge.com/linux-strace-command/)
|
Loading…
Reference in a new issue