mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-29 10:57:27 +02:00
Compare commits
5 Commits
8180d0e854
...
47fc341b54
Author | SHA1 | Date | |
---|---|---|---|
47fc341b54 | |||
0edaba6ac3 | |||
83b49be3b1 | |||
494c5b7cca | |||
7033187f5e |
10
n/3g.md
10
n/3g.md
@ -7,12 +7,12 @@ sitemap: false
|
||||
lang: en
|
||||
---
|
||||
|
||||
Finland will mostly discontinue 3G networks by end of 2023. Suomen yhteisverkko
|
||||
will begins 3G shutdown early 2024.
|
||||
Finland has mostly discontinued 3G networks by 2024. Suomen yhteisverkko 3G is
|
||||
being shut down.
|
||||
|
||||
- [DNA.fi/3g]
|
||||
- [Elisa.fi/3g]
|
||||
- [Telia.fi/3g]
|
||||
- <s>[DNA.fi/3g]</s>
|
||||
- <s>[Elisa.fi/3g]</s>
|
||||
- <s>[Telia.fi/3g]</s>
|
||||
- Suomen Yhteisverkko: Refer to [DNA.fi/3g] and [Telia.fi/3g].
|
||||
|
||||
[DNA.fi/3g]: https://dna.fi/3g
|
||||
|
@ -23,7 +23,9 @@ _{{ page.excerpt }}_
|
||||
- [Usability](#usability)
|
||||
- [Offtopic system configuration](#offtopic-system-configuration)
|
||||
- [Debian-based](#debian-based)
|
||||
- [Terminus everywhere outside of Debian](#terminus-everywhere-outside-of-debian)
|
||||
- [SSD](#ssd)
|
||||
- [BTRFS](#btrfs)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
@ -93,8 +95,33 @@ issue):
|
||||
- `sudo dpkg-reconfigure keyboard-configuration`
|
||||
- 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
|
||||
|
||||
- `sudo systemctl enable --now fstrim.timer`
|
||||
- check that `/etc/fstab` has `noatime` so every file access isn't written to
|
||||
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"`
|
||||
|
@ -1,11 +1,13 @@
|
||||
https://github.com/accrescent/accrescent
|
||||
https://github.com/aistra0528/Hail
|
||||
https://github.com/ankitstarski/GeoclueShare
|
||||
https://github.com/AnySoftKeyboard/AnySoftKeyboard
|
||||
https://github.com/billthefarmer/editor
|
||||
https://github.com/binwiederhier/ntfy-android
|
||||
https://github.com/bitfireAT/davx5-ose
|
||||
https://github.com/bitwarden/authenticator-android
|
||||
https://github.com/bitwarden/mobile
|
||||
https://github.com/breezy-weather/breezy-weather
|
||||
https://github.com/Catfriend1/syncthing-android
|
||||
https://github.com/Catfriend1/syncthing-android-fdroid
|
||||
https://github.com/celzero/rethink-app
|
||||
@ -47,6 +49,7 @@ https://github.com/organicmaps/organicmaps
|
||||
https://github.com/OsmTravel/OsmGo
|
||||
https://github.com/pilot51/voicenotify
|
||||
https://github.com/polymorphicshade/Tubular
|
||||
https://github.com/project-kaat/gpsdRelay
|
||||
https://github.com/RikkaApps/Shizuku
|
||||
https://github.com/seemoo-lab/AirGuard
|
||||
https://github.com/segler-alex/RadioDroid
|
||||
|
Loading…
x
Reference in New Issue
Block a user