Skip to content

Commit

Permalink
Notes/tech/linux/commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt23 committed May 3, 2024
1 parent fdd48ee commit 8e2cc4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Notes/tech/linux/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ To remove LoaderConfigTimeout-[...] variable it turned out enough to press
Shift+t enough times to set the timeout to 0, plus one more time.
[Link](https://unix.stackexchange.com/questions/459389/systemd-boot-skips-boot-menu-and-ignores-settings-in-loader-loader-conf)

### Search in .tar.gz files
```bash
rg -a -z 'regex'
```
### List open ports

```
Expand Down

0 comments on commit 8e2cc4f

Please sign in to comment.