Useful Commands: Difference between revisions
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="width:160px;" | Networking | ! style="width:160px;" | Networking | ||
! style="width:160px;" | OS | ! style="width:160px;" | OS | ||
| Line 11: | Line 10: | ||
! style="width:160px;" | File System | ! style="width:160px;" | File System | ||
! style="width:160px;" | Data | ! style="width:160px;" | Data | ||
| valign="top" | | | valign="top" | | ||
* [[Useful Commands/Networking|Networking]] | * [[Useful Commands/Networking|Networking]] | ||
* [[Useful Commands/Security|Security]]: ssh, socat | * [[Useful Commands/Security|Security]]: ssh, socat | ||
| valign="top" | | | valign="top" | | ||
* [[Useful Commands/Service Management|Service Management]] | |||
* [[Useful Commands/System Management|System Management]] | * [[Useful Commands/System Management|System Management]] | ||
* [[Useful Commands/System Status|System Status]] | * [[Useful Commands/System Status|System Status]] | ||
Revision as of 01:41, 17 September 2026
https://www.diskpart.com/articles/delete-hidden-partition-on-usb-drive-7201.html
Overview
| Networking | OS | Hardware | Packages | File System | Data |
|
|---|
Trouble shooting
| Purpose | Command |
|---|---|
| Verify $PATH by line. |
echo $PATH | tr ':' '\n'
echo $PATH | tr ':' '\n' | grep 'snap'
|