Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:programming:bash [2024/09/27 08:39] – John Harrison | lwc:programming:bash [2025/11/09 20:00] (current) – John Harrison | ||
|---|---|---|---|
| Line 190: | Line 190: | ||
| * create a wrapper script that does all your magic for you. Don't add sudo to the cmds in the wrapper script | * create a wrapper script that does all your magic for you. Don't add sudo to the cmds in the wrapper script | ||
| * using '' | * using '' | ||
| - | * to execute the cmd without password type '' | + | * to execute the cmd without password type '' |
| ===== Misc ===== | ===== Misc ===== | ||
| * write to dmesg: '' | * write to dmesg: '' | ||
| Line 199: | Line 199: | ||
| * traverse through to see what is using disk space: '' | * traverse through to see what is using disk space: '' | ||
| * find out what app is on a particular port: '' | * find out what app is on a particular port: '' | ||
| + | * if '' | ||
| + | * '' | ||