diff --git a/networking/dns_records.md b/networking/dns_records.md index 46b1cda..e871c06 100644 --- a/networking/dns_records.md +++ b/networking/dns_records.md @@ -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. diff --git a/system/partitions.md b/system/partitions.md index c10f33e..e184342 100644 --- a/system/partitions.md +++ b/system/partitions.md @@ -24,11 +24,11 @@ Note the asterisk marking the boot partition. # IDs -| ID | Meaning | -|----|:--------| -|83 |Linux | -| 5 |Extended | -| 82 |Swap | +| ID | Meaning | +|:----------:|:-----------| +| 83 | Linux | +| 5 | Extended | +| 82 | Swap | fdisk will not help with a GPT formatted drive. For this, use gdisk, which is mostly the same. @@ -52,15 +52,15 @@ 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| +| 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 | | # Parted diff --git a/system/tmux.md b/system/tmux.md index 3ab7aee..1165cb6 100644 --- a/system/tmux.md +++ b/system/tmux.md @@ -13,23 +13,23 @@ Input a command with C-b In addition to Windows, there are panes. -|Commands | Key | -| ---- | ---- | -| New Window | c | -| Previous Window | p | -| next window | n | -| list windows | w | -| vertical split | % | -| horizontal split | " | -| name a command | : | -| kill pane | x | -| kill session | d | +|Commands | Key | +|------------------|------| +| New Window | c | +| Previous Window | p | +| next window | n | +| list windows | w | +| vertical split | % | +| horizontal split | " | +| name a command | : | +| kill pane | x | +| kill session | d | -|Name Commands| -| --------| -| split-window | -| rename-window | +### Name Commands + +- split-window +- rename-window # Sessions