mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
2 Commits
5ce124e094
...
ebbc0ddf09
Author | SHA1 | Date | |
---|---|---|---|
ebbc0ddf09 | |||
10f7dce2e7 |
12
matrix/org.matrix.appservice-irc.config/README.md
Normal file
12
matrix/org.matrix.appservice-irc.config/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# `org.matrix.appservice-irc.config`
|
||||
|
||||
Also known as IRC bridge configuration, [upstream documentation](https://github.com/matrix-org/matrix-appservice-irc/blob/develop/docs/room_configuration.md)
|
||||
|
||||
```json
|
||||
{
|
||||
"allowUnconnectedMatrixUsers": true
|
||||
}
|
||||
```
|
||||
|
||||
Another option would be `"lineLimit": 5` or whatever to configure at what point
|
||||
the automatic pastebinning hits. Default is 3.
|
22
wifi/README.md
Normal file
22
wifi/README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# Requirements for WiFi devices
|
||||
|
||||
I am considering getting a 5G (mobile network) capable one, but as none
|
||||
satisfies my requirements, I might as well write them here for reference
|
||||
when looking at options.
|
||||
|
||||
* WPA3 support as certification began in 2018 already.
|
||||
* WPA2/WPA3 Transitional mode
|
||||
* WiFi Enhanced Open (OWE) transition mode would be nice
|
||||
* Multiple SSIDs (including OWE/transition)
|
||||
* Transmit power control to set it to low
|
||||
* 2.4 GHz / 5 GHz dualband (should be obvious in 2022)
|
||||
* Ability to set same SSID for both (looking at you Huawei)
|
||||
* Quality of Service (QoS)
|
||||
|
||||
## See also
|
||||
|
||||
* [Apple: Recommended settings for Wi-Fi routers and access points](https://support.apple.com/HT202068)
|
||||
* [EFF: Open Wireless Movement](https://openwireless.org/)
|
||||
* [Metis: 8 reasons to turn down the transmit power of your Wi-Fi](https://metis.fi/en/2017/10/txpower/)
|
||||
* [Metis: Increase your cell phone battery life with a small change in the Wi-Fi network](https://metis.fi/en/2018/05/dtim-en/)
|
||||
* > Buried deep in the advanced settings of the Wi-Fi access point there is a setting with a friendly title like DTIM Interval or DTIM Period. The default setting is typically one. Change it to three, five or slightly larger, but don’t go over ten. Often you can set it separately for 2.4GHz and 5GHz, but use the same value for both. This is the short answer. Read on to find out what this is all about.
|
Loading…
Reference in New Issue
Block a user