reformat tables

This commit is contained in:
2026-04-28 17:40:08 +02:00
parent a4ffedcb6b
commit 73f8dc0feb
3 changed files with 30 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ tags:
| CNAME | Alternative Address | "$domain".rs, "$subdomain.$domain".com |
| NS | Nameserver | ns1.fastname.com |
| MX | Email server | "$domain".com |
| TXT | Literally anything,including ownership of a domain | - |
| TXT | Literally anything | "drunk giraffes can't spell" |
Query a host's IP and email handlers with the `host` command.

View File

@@ -25,10 +25,10 @@ Note the asterisk marking the boot partition.
# IDs
| ID | Meaning |
|----|:--------|
|83 |Linux |
| 5 |Extended |
| 82 |Swap |
|:----------:|:-----------|
| 83 | Linux |
| 5 | Extended |
| 82 | Swap |
fdisk will not help with a GPT formatted drive. For this, use gdisk, which is mostly the same.
@@ -53,14 +53,14 @@ mkreiserfs /dev/sdc2
# File System Types
| Type | Advantages | Disadvantages |
|------|:-----------|:--------------|
|ext2 | |No journaling means that the file offers no crash recovery.
|ext3 | Journaling |
|ext4 | Journaling and handles files of up to 16TB.|
|reiserfs| Journalin and stable.|
|btrfs |Reliable and stable|
|XFS |Journaling, great for large files.|
|VFAT |Comptable with Windows, like FAT32|
|----------------|:----------------------------------------------|:-------------------------------------------------------------|
| ext2 | | No journaling means that the file offers no crash recovery. |
| ext3 | Journaling | |
| ext4 | Journaling and handles files of up to 16TB. | |
| reiserfs | Journalin and stable. | |
| btrfs | Reliable and stable | |
| XFS | Journaling, great for large files. | |
| VFAT | Comptable with Windows, like FAT32 | |
# Parted

View File

@@ -14,7 +14,7 @@ Input a command with C-b
In addition to Windows, there are panes.
|Commands | Key |
| ---- | ---- |
|------------------|------|
| New Window | c |
| Previous Window | p |
| next window | n |
@@ -26,10 +26,10 @@ In addition to Windows, there are panes.
| kill session | d |
|Name Commands|
| --------|
| split-window |
| rename-window |
### Name Commands
- split-window
- rename-window
# Sessions