Compare commits

...

5 Commits

3 changed files with 35 additions and 5 deletions

10
n/3g.md
View File

@ -7,12 +7,12 @@ sitemap: false
lang: en lang: en
--- ---
Finland will mostly discontinue 3G networks by end of 2023. Suomen yhteisverkko Finland has mostly discontinued 3G networks by 2024. Suomen yhteisverkko 3G is
will begins 3G shutdown early 2024. being shut down.
- [DNA.fi/3g] - <s>[DNA.fi/3g]</s>
- [Elisa.fi/3g] - <s>[Elisa.fi/3g]</s>
- [Telia.fi/3g] - <s>[Telia.fi/3g]</s>
- Suomen Yhteisverkko: Refer to [DNA.fi/3g] and [Telia.fi/3g]. - Suomen Yhteisverkko: Refer to [DNA.fi/3g] and [Telia.fi/3g].
[DNA.fi/3g]: https://dna.fi/3g [DNA.fi/3g]: https://dna.fi/3g

View File

@ -23,7 +23,9 @@ _{{ page.excerpt }}_
- [Usability](#usability) - [Usability](#usability)
- [Offtopic system configuration](#offtopic-system-configuration) - [Offtopic system configuration](#offtopic-system-configuration)
- [Debian-based](#debian-based) - [Debian-based](#debian-based)
- [Terminus everywhere outside of Debian](#terminus-everywhere-outside-of-debian)
- [SSD](#ssd) - [SSD](#ssd)
- [BTRFS](#btrfs)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -93,8 +95,33 @@ issue):
- `sudo dpkg-reconfigure keyboard-configuration` - `sudo dpkg-reconfigure keyboard-configuration`
- compose key - compose key
#### Terminus everywhere outside of Debian
After installing the package, adjust `/etc/vconsole.conf` e.g.:
```conf
KEYMAP="fi"
FONT="ter-v16v"
```
Maybe `sudo updatedb` and `locate ter-v16v` at first though?
### SSD ### SSD
- `sudo systemctl enable --now fstrim.timer` - `sudo systemctl enable --now fstrim.timer`
- check that `/etc/fstab` has `noatime` so every file access isn't written to - check that `/etc/fstab` has `noatime` so every file access isn't written to
the disk. BTRFS filesystems should also have `ssd` flag. the disk. BTRFS filesystems should also have `ssd` flag.
- NEVER ENABLE `atime`, `relatime` or `norelatime` under the threat of
suffering especially on BTRFS. I have been doing fine without it for years,
it will not help any issue, unless you want read operations to cause writes
and eat space...
### BTRFS
- The above applies, `/etc/fstab` must have `noatime`.
- `compress=zstd:0` may be helpful. It enables zstd compression, which is an
integrated feature of BTRFS, with the default compression level (3 at the time
of writing). The BTRFS devs are most likely wiser than me and can provide a
reasonable balance between efficiency and CPU use.
- The compression will happen either the next time the file is written or can
be manually triggered through `sudo btrfs filesystem defragment -r "$PWD"`

View File

@ -1,11 +1,13 @@
https://github.com/accrescent/accrescent https://github.com/accrescent/accrescent
https://github.com/aistra0528/Hail https://github.com/aistra0528/Hail
https://github.com/ankitstarski/GeoclueShare
https://github.com/AnySoftKeyboard/AnySoftKeyboard https://github.com/AnySoftKeyboard/AnySoftKeyboard
https://github.com/billthefarmer/editor https://github.com/billthefarmer/editor
https://github.com/binwiederhier/ntfy-android https://github.com/binwiederhier/ntfy-android
https://github.com/bitfireAT/davx5-ose https://github.com/bitfireAT/davx5-ose
https://github.com/bitwarden/authenticator-android https://github.com/bitwarden/authenticator-android
https://github.com/bitwarden/mobile https://github.com/bitwarden/mobile
https://github.com/breezy-weather/breezy-weather
https://github.com/Catfriend1/syncthing-android https://github.com/Catfriend1/syncthing-android
https://github.com/Catfriend1/syncthing-android-fdroid https://github.com/Catfriend1/syncthing-android-fdroid
https://github.com/celzero/rethink-app https://github.com/celzero/rethink-app
@ -47,6 +49,7 @@ https://github.com/organicmaps/organicmaps
https://github.com/OsmTravel/OsmGo https://github.com/OsmTravel/OsmGo
https://github.com/pilot51/voicenotify https://github.com/pilot51/voicenotify
https://github.com/polymorphicshade/Tubular https://github.com/polymorphicshade/Tubular
https://github.com/project-kaat/gpsdRelay
https://github.com/RikkaApps/Shizuku https://github.com/RikkaApps/Shizuku
https://github.com/seemoo-lab/AirGuard https://github.com/seemoo-lab/AirGuard
https://github.com/segler-alex/RadioDroid https://github.com/segler-alex/RadioDroid