remove redundant Documentation tag
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "android"
|
||||
tags: [ "Documentation", "System", "phone" ]
|
||||
tags: [ "System", "phone" ]
|
||||
---
|
||||
# mtpfs
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "awk"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
# Basics
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "bash tips"
|
||||
tags: [ "Documentation", "Shell", "POSIX" ]
|
||||
tags: [ "Shell", "POSIX" ]
|
||||
---
|
||||
## Track Live Changes
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "character-encoding"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
Convert a text file from one encoding type to another with:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Default Programs"
|
||||
tags: [ "Documentation", "Defaults", "Mime Type" ]
|
||||
tags: [ "Defaults", "Mime Type" ]
|
||||
---
|
||||
|
||||
Install the package `xdg-utils`, then make very liberal use of the tab button.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "$EDITOR"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
The System's default text editor can be defined within /etc/profile. It's given the variable `EDITOR`.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "fstab"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
# Basics
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "kernel"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
Check which kernet modules are loaded into memory
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "lf - The Light File Manager"
|
||||
tags: [ "Documentation", "File Browser" ]
|
||||
tags: [ "File Browser" ]
|
||||
---
|
||||
|
||||
## Config File
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "logs"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
|
||||
# Basic
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "mdadm"
|
||||
tags: [ "Documentation", "RAID" ]
|
||||
tags: [ "RAID" ]
|
||||
---
|
||||
# RAID5
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Monitoring"
|
||||
tags: [ "Documentation", "System", "CPU", "Memory" ]
|
||||
tags: [ "System", "CPU", "Memory" ]
|
||||
---
|
||||
|
||||
Print the average CPU load over 1 minute, 5 minutes, and 15 minutes:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "partitions"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
# FDisk Basics
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "snaps"
|
||||
tags: [ "Documentation", "System", "Ubuntu", "snap" ]
|
||||
tags: [ "System", "Ubuntu", "snap" ]
|
||||
---
|
||||
> sudo apt-get purge -y snapd
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "swap"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
tags: [ "basics" ]
|
||||
---
|
||||
# Making a Swap File
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "journal"
|
||||
tags: [ "Documentation", "systemd" ]
|
||||
tags: [ "systemd" ]
|
||||
---
|
||||
|
||||
See a running log of all system messages:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Making Services"
|
||||
tags: [ "Documentation", "systemd" ]
|
||||
tags: [ "systemd" ]
|
||||
---
|
||||
# Basics
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "systemd"
|
||||
tags: [ "Documentation", "systemd" ]
|
||||
tags: [ "systemd" ]
|
||||
---
|
||||
```bash
|
||||
systemctl list-units
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "tmux"
|
||||
tags: [ "Documentation", "System" ]
|
||||
tags: [ "System" ]
|
||||
---
|
||||
Start with:
|
||||
|
||||
|
Reference in New Issue
Block a user