Useful Commands: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
https://www.diskpart.com/articles/delete-hidden-partition-on-usb-drive-7201.html
= Overview =
= Overview =


{| class="wikitable"
{| class="wikitable"
! style="width:160px;" | Services
! style="width:200px;" | 🌐 Networking
! style="width:160px;" | Networking
! style="width:200px;" | 💻 OS
! style="width:160px;" | OS
! style="width:200px;" | 🛠️ Hardware
! style="width:160px;" | Hardware
! style="width:160px;" | Packages
! style="width:160px;" | File System
! style="width:160px;" | Data
|-
|-
| valign="top" |
* [[Useful Commands/Service Management|Service Management]]
| 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]]
* [[Useful Commands/Windows only|Windows only]]
* [[Useful Commands/MacOS only|MacOS only]]
* [[Useful Commands/MacOS only|MacOS only]]
* [[Useful Commands/Windows only|Windows only]]
* [[Useful Commands/Ubuntu Desktop|Ubuntu Desktop]]
| valign="top" |
| valign="top" |
* [[Useful Commands/Hardware|Hardware]]
* [[Useful Commands/Hardware|Hardware]]
|-
! 📦 Packages
! 📁 File System
! 📊 Data
|-
| valign="top" |
| valign="top" |
* [[Useful Commands/Package Management|Package Management]]
* [[Useful Commands/Package Management|Package Management]]
Line 37: Line 34:
* [[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/Arithmetic|Arithemetic]]
* [[Useful Commands/Arithmetic|Arithmetic]]
|}
|}


Line 43: Line 40:


{| class="wikitable"
{| class="wikitable"
! Purpose || Command
! 🎯 Purpose || ⌨️ Command
|-
|-
| Verify $PATH by line. ||
| Verify $PATH by line. ||

Latest revision as of 01:53, 17 September 2026

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'