mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-05 04:07:23 +02:00
Compare commits
No commits in common. "b55dbfcdf8e1eb40194c1da563d35e7e1cfa7f84" and "908ddf9c8d818c8c915b32640f8fffc5ff54e814" have entirely different histories.
b55dbfcdf8
...
908ddf9c8d
@ -27,10 +27,7 @@ _{{ page.excerpt }}_
|
|||||||
- [pipx](#pipx)
|
- [pipx](#pipx)
|
||||||
- [Fedora Atomic](#fedora-atomic)
|
- [Fedora Atomic](#fedora-atomic)
|
||||||
- [Flatpaks](#flatpaks)
|
- [Flatpaks](#flatpaks)
|
||||||
- [Communication](#communication)
|
- [Pay attention](#pay-attention)
|
||||||
- [Gayming](#gayming)
|
|
||||||
- [General purpose](#general-purpose)
|
|
||||||
- [Office](#office)
|
|
||||||
- [Other essential atomic/kinoite/flatpak/gayming reading](#other-essential-atomickinoiteflatpakgayming-reading)
|
- [Other essential atomic/kinoite/flatpak/gayming reading](#other-essential-atomickinoiteflatpakgayming-reading)
|
||||||
- [Essential system configuration](#essential-system-configuration)
|
- [Essential system configuration](#essential-system-configuration)
|
||||||
- [Debian console](#debian-console)
|
- [Debian console](#debian-console)
|
||||||
@ -169,99 +166,72 @@ sudo rpm-ostree kargs --append=lockdown=confidentiality --append=mitigations=aut
|
|||||||
|
|
||||||
### Flatpaks
|
### Flatpaks
|
||||||
|
|
||||||
These also affect non-Fedora-Kinoite for which my first production installation
|
These also affect non-Fedora-Kinoite. And my first Fedora Kinoite installation
|
||||||
was on Steam Deck and upon learning of `flatpak uninstall --all`, this section
|
is on a Steam Deck, so gayming related things have suddenly became essential.
|
||||||
got out of paw so it got cut a bit.
|
|
||||||
|
|
||||||
Always remember that you **_don't paste commands to terminal directly, use a
|
|
||||||
text editor in the middle instead!_**
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Considering everything is installed from there, it should exist
|
# Considering everything is installed from there, it should exist
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
# I need Nheko
|
# I need Nheko
|
||||||
sudo flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo
|
sudo flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo
|
||||||
|
# Flathub installations
|
||||||
|
sudo flatpak install flathub com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.heroicgameslauncher.hgl com.nextcloud.desktopclient.nextcloud com.rafaelmardojai.Blanket com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton-GE de.haeckerfelix.Shortwave im.dino.Dino it.mijorus.gearlever me.kozec.syncthingtk org.fedoraproject.MediaWriter net.davidotek.pupgui2 org.briarproject.Briar org.libreoffice.LibreOffice org.libreoffice.LibreOffice.BundledExtension.Voikko org.pulseaudio.pavucontrol org.signal.Signal org.squidowl.halloy org.telegram.desktop org.torproject.torbrowser-launcher org.mozilla.firefox org.videolan.VLC --assumeyes
|
||||||
|
# Nheko nightly
|
||||||
|
sudo flatpak install nheko-nightly im.nheko.Nheko//master --assumeyes
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Communication
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo flatpak install --assumeyes nheko-nightly im.nheko.Nheko//master
|
|
||||||
sudo flatpak install --assumeyes com.discordapp.Discord im.dino.Dino org.briarproject.Briar org.signal.Signal org.squidowl.halloy org.telegram.desktop
|
|
||||||
```
|
|
||||||
|
|
||||||
- Discord is a Slack competitor and somehow challenging Facebook in necessary
|
|
||||||
evil to be in to hear of events. Electron app.
|
|
||||||
- Dino is a modern XMPP client
|
|
||||||
- Briar is a P2P messenger using Tor or LAN, no bluetooth on desktop yet?
|
|
||||||
- Signal is E2EE messenger
|
|
||||||
- Halloy is a modern IRC client
|
|
||||||
- Telegram is a common chat-app although not that secure
|
|
||||||
- Nheko nightly is simply the best Matrix client
|
|
||||||
|
|
||||||
#### Gayming
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo flatpak install --assumeyes flathub com.heroicgameslauncher.hgl com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton-GE net.davidotek.pupgui2
|
|
||||||
# Note branch numbers for Heroic Games!
|
|
||||||
sudo flatpak install --assumeyes org.freedesktop.Platform.VulkanLayer.MangoHud//23.08 org.freedesktop.Platform.VulkanLayer.gamescope//23.08
|
|
||||||
```
|
|
||||||
|
|
||||||
- HeroicGames supports GOG and Epic Games (and Amazon)
|
|
||||||
- Steam needs no explanation
|
|
||||||
- Proton GE is improved version of Proton, the WINE based compatibility layer
|
|
||||||
for playing Windows games and probably needs no introduction either
|
|
||||||
- ProtonUp allows downloading newer versions of Proton including Proton GE, in
|
|
||||||
flatpaks it's mainly useful for either SteamOS users or Heroic Games which
|
|
||||||
might actually have its integrated manager...
|
|
||||||
- MangoHud and gamescope can be used by Heroic Games or manually in Steam (see
|
|
||||||
gayming README below), but they might require specific version or branch, so
|
|
||||||
after the dualslash change the branch from `23.08` if they decide to update to
|
|
||||||
require a newer version.
|
|
||||||
|
|
||||||
#### General purpose
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo flatpak install --assumeyes flathub com.dropbox.Client com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.nextcloud.desktopclient.nextcloud com.rafaelmardojai.Blanket de.haeckerfelix.Shortwave it.mijorus.gearlever me.kozec.syncthingtk org.fedoraproject.MediaWriter org.pulseaudio.pavucontrol org.qbittorrent.qBittorrent org.torproject.torbrowser-launcher org.mozilla.firefox org.videolan.VLC
|
|
||||||
```
|
|
||||||
|
|
||||||
- Dropbox is a file synchronization app using the cloud :(
|
|
||||||
- Flatseal is a permission/override manager GUI, although one is integrated with
|
- Flatseal is a permission/override manager GUI, although one is integrated with
|
||||||
KDE Plasma systemsettings
|
KDE Plasma systemsettings
|
||||||
- Easyeffects features autogain, limiter, equalizer amongst other useful audio
|
- Easyeffects features autogain, limiter, equalizer amongst other useful audio
|
||||||
features. I wasn't sure whether to include it here, but I do autostart it most
|
features. I wasn't sure whether to include it here, but I do autostart it most
|
||||||
of the time...
|
of the time...
|
||||||
|
- HeroicGames supports GOG and Epic Games (and Amazon)
|
||||||
- NextCloud is selfhosted Google/Office/whatever suite and the desktop client is
|
- NextCloud is selfhosted Google/Office/whatever suite and the desktop client is
|
||||||
kind of Dropbox.
|
kind of Dropbox.
|
||||||
- Blanket gives nice sounds for e.g. focusing, white and nature noise inclued
|
- Blanket gives nice sounds for e.g. focusing, white and nature noise inclued
|
||||||
|
- Steam needs no explanation
|
||||||
|
- Proton GE is improved version of Proton, the WINE based compatibility layer
|
||||||
|
for playing Windows games and probably needs no introduction either
|
||||||
- Shortwave is Radio Browser using Internet Radio app and woof approves having
|
- Shortwave is Radio Browser using Internet Radio app and woof approves having
|
||||||
it at paw
|
it at paw
|
||||||
|
- Dino is a modern XMPP client
|
||||||
- Gearlever makes appimages less annoying a bit
|
- Gearlever makes appimages less annoying a bit
|
||||||
- Syncthing-gtk is a GUI for syncthing providing desktop notifications without
|
- Syncthing-gtk is a GUI for syncthing providing desktop notifications without
|
||||||
browser.
|
browser.
|
||||||
- Spread the love of Fedora Kinoite by having Fedora Imagewriter!
|
- Spread the love of Fedora Kinoite by having Fedora Imagewriter!
|
||||||
|
- ProtonUp allows downloading newer versions of Proton including Proton GE, in
|
||||||
|
flatpaks it's mainly useful for either SteamOS users or Heroic Games which
|
||||||
|
might actually have its integrated manager...
|
||||||
|
- Briar is a P2P messenger using Tor or LAN, no bluetooth on desktop yet?
|
||||||
|
- LibreOffice is world-famous office suite and Voikko Finnish spellchecking
|
||||||
|
support
|
||||||
- pavucontrol is the volume manager and needs no introduction especially if one
|
- pavucontrol is the volume manager and needs no introduction especially if one
|
||||||
looks at it
|
looks at it
|
||||||
- qBittorrent just is the best way to download Linux images since the Fedora
|
- Signal is E2EE messenger
|
||||||
Media Writer doesn't use P2P and may be a burden for servers, while it does
|
- Halloy is a modern IRC client
|
||||||
have the capacity to write any image and also restore the USB stick
|
- Telegram is a common chat-app although not that secure
|
||||||
afterwards.
|
|
||||||
- Tor Browser just must exist everywhere just in case!
|
- Tor Browser just must exist everywhere just in case!
|
||||||
- Firefox is the last major non-Chromium web browser and while installed by
|
- Firefox is the last major non-Chromium web browser and while installed by
|
||||||
default, it may not survive `flatpak uninstall --all`.
|
default, it may not survive `flatpak uninstall --all`.
|
||||||
- VLC is a world-famous media player supporting ~everything and the flathub
|
- VLC is a world-famous media player supporting ~everything and the flathub
|
||||||
apparently bundles libdvdcss having the capacity to play DVDs.
|
apparently bundles libdvdcss having the capacity to play DVDs.
|
||||||
|
- Nheko nightly is simply the best Matrix client
|
||||||
|
|
||||||
#### Office
|
#### Pay attention
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo flatpak install --assumeyes flathub org.libreoffice.LibreOffice org.libreoffice.LibreOffice.BundledExtension.Voikko
|
sudo flatpak install org.freedesktop.Platform.VulkanLayer.MangoHud//23.08 org.freedesktop.Platform.VulkanLayer.gamescope//23.08
|
||||||
# May be huge, especially TeXlive
|
|
||||||
sudo flatpak install --assumeyes flathub org.freedesktop.Sdk.Extension.texlive org.kde.kile
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- LibreOffice is world-famous office suite
|
MangoHud and gamescope can be used by Heroic Games or manually in Steam (see
|
||||||
- Voikko is Finnish spellchecking support for it
|
gayming README below), but they might require specific version or branch, so
|
||||||
|
after the dualslash change the branch from `23.08` if they decide to update to
|
||||||
|
require a newer version.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# May be huge, especially TeXlive
|
||||||
|
sudo flatpak install flathub org.freedesktop.Sdk.Extension.texlive org.kde.kile
|
||||||
|
```
|
||||||
|
|
||||||
### Other essential atomic/kinoite/flatpak/gayming reading
|
### Other essential atomic/kinoite/flatpak/gayming reading
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user