Useful Commands: Difference between revisions
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="width:200px;" | Networking | ! style="width:200px;" | 🌐 Networking | ||
! style="width:200px;" | OS | ! style="width:200px;" | 💻 OS | ||
! style="width:200px;" | Hardware | ! style="width:200px;" | 🛠️ Hardware | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
| Line 20: | Line 20: | ||
* [[Useful Commands/Hardware|Hardware]] | * [[Useful Commands/Hardware|Hardware]] | ||
|- | |- | ||
! Packages | ! 📦 Packages | ||
! File System | ! 📁 File System | ||
! Data | ! 📊 Data | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
| Line 36: | Line 36: | ||
* [[Useful Commands/Text Processing|Text Processing]] | * [[Useful Commands/Text Processing|Text Processing]] | ||
* [[Useful Commands/Date & Time|Date & Time]] | * [[Useful Commands/Date & Time|Date & Time]] | ||
* [[Useful Commands/ | * [[Useful Commands/Arithemetic|Arithemetic]] | ||
|} | |} | ||
Revision as of 01:48, 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'
|