Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-28 00:13:34 +00:00
parent d9dd35567e
commit 7c4268f0fa
3 changed files with 67 additions and 0 deletions

View File

@@ -31,3 +31,11 @@ source: https://github.com/tldr-pages/tldr.git
- Shutdown a running sandbox:
`firejail --shutdown={{7777}}`
- Run a restricted Firefox session to browse the internet:
`firejail --seccomp --private --private-dev --private-tmp --protocol=inet firefox --new-instance --no-remote --safe-mode --private-window`
- Use custom hosts file (overriding `/etc/hosts` file):
`firejail --hosts-file={{~/myhosts}} {{curl http://mysite.arpa}}`