Browse Source

Idk, old stuff

HON95 2 years ago
parent
commit
7e8554689c
5 changed files with 11 additions and 20 deletions
  1. 1 0
      general/linux-general.md
  2. 1 2
      index.md
  3. 1 1
      network/routing.md
  4. 0 10
      network/wireless-basics.md
  5. 8 7
      pc/arch-i3.md

+ 1 - 0
general/linux-general.md

@@ -229,6 +229,7 @@ breadcrumbs:
 - Remove package: `pacman -R <packages>`
     - Remove orphans too: `-s`
     - Purge configurations: `-n`
+- Autoremove packages: `pacman -R $(pacman -Qdtq)`
 
 ### Network
 

+ 1 - 2
index.md

@@ -112,14 +112,13 @@ _(Alphabetically sorted, so the ordering might seem a bit strange.)_
 - [Linksys LGS Switches](/network/linksys-lgs/)
 - [Linux Switching & Routing](/network/linux/)
 - [pfSense](/network/pfsense/)
-- [Routing Theory](/network/routing/)
+- [Routing](/network/routing/)
 - [Network Security](/network/security/)
 - [Switching](/network/switching/)
 - [TP-Link JetStream Switches](/network/tplink-jetstream-switches/)
 - [Ubiquiti UniFi Access Points](/network/ubiquiti-unifi-aps/)
 - [Ubiquiti UniFi Controllers](/network/ubiquiti-unifi-controllers/)
 - [VyOS](/network/vyos/)
-- [Wireless Basics](/network/wireless-basics/)
 - [WLAN Theory](/network/wlan/)
 
 ## Personal Computers

+ 1 - 1
network/routing.md

@@ -1,5 +1,5 @@
 ---
-title: Routing Theory
+title: Routing
 breadcrumbs:
 - title: Network
 ---

+ 0 - 10
network/wireless-basics.md

@@ -1,10 +0,0 @@
----
-title: Wireless Basics
-breadcrumbs:
-- title: Network
----
-{% include header.md %}
-
-**TODO**
-
-{% include footer.md %}

+ 8 - 7
pc/arch-i3.md

@@ -486,17 +486,18 @@ See [PipeWire (Applications)](../applications/#pipewire) for more config info.
 1. (Example) Connect a device using `bluetoothctl`:
     1. (Note) To avoid entering the interactive TUI and run single commands instead, use `bluetoothctl -- <cmd>`.
     1. Enter the TUI: `bluetoothctl`
-    1. List controllers: `list`
+    1. (Optional) List controllers: `list`
     1. (Optional) Select a controller: `select <mac>`
     1. Enable the controller: `power on`
     1. Enable scanning: `scan on`
-    1. List available devices: `devices`'
-    1. Enable the pairing agent: `agent on`
-    1. Set the agent as default: `default-agent`
+    1. Wait for devices to appear in the terminal.
+    1. List available devices: `devices`
+    1. (Optional) Enable the pairing agent: `agent on`
+    1. (Optional) Set the agent as default: `default-agent`
     1. Pair with device: `pair <mac>`
-    1. Trust it, maybe (**TODO** required?): `trust <mac>`
-    1. Connect to device: `connect <mac>`
-    1. Disable scanning (**TODO** required?): `scan off`
+    1. Wait for pairing to complete.
+    1. (Optional) Trust it (sometimes required): `trust <mac>`
+    1. (Optional) Reconnect to device: `connect <mac>`
     1. Exit: `Ctrl+D`
 
 ### Setup Applications