mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 19:58:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user