Neue Seiten
Aus MattWiki
25. Juli 2025
- 21:4921:49, 25. Jul. 2025 Yt-dlp Notes (Versionen | bearbeiten) [365 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article contains my notes on yt-dlp and how to achieve various things. Source: https://github.com/yt-dlp/yt-dlp == Download specified resolution == Download the best video available with the largest height but no better than 480p, or the best video with the smallest resolution if there is no video under 480p yt-dlp -S "height:480" Kategorie:Terminal“) Markierung: Visuelle Bearbeitung
- 20:4920:49, 25. Jul. 2025 Enable non-free ffmpeg on Fedora (Versionen | bearbeiten) [1.232 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Some multimedia codecs are not delivered by default with Fedora, because they are not open source. These are packaged in the RPM Fusion repos. Check out this article on how to enable RPM fusion: https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „RPM Fusion on Fedora“
- 20:4520:45, 25. Jul. 2025 Fedora Troubleshooting (Versionen | bearbeiten) [1.576 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article contains notes on how to improve experience on Fedora. The following informations are based on Fedora Core 42 as of mid 2025. = VLC Playback = To improve VLC Playback install RPM fusion as described here https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/ = Youtube Framedropping on Firefox = If Youtube playback feels laggy and / or there is a lot of framedropping on Firefox (i.e. 10% frames dropped - check stats for nerds)…“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „Fedora Knowledge Base“
18. Juni 2025
- 09:2209:22, 18. Jun. 2025 How to Use GnuCash on Multiple Computers (Versionen | bearbeiten) [2.438 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to make the GnuCash configuration files, which hold for example the currently open tabs and saved report configurations portable in the sense that GnuCash can be used on multiple computers or laptops, like two Windows computers or even a Windows computer and a Linux computer and look the same on both of them. For this a cloud or network file storage is needed. I am working with Nextcloud as a cloud file storage, but I guess thi…“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „How to Make GnuCash Configuration Portable“
- 08:5308:53, 18. Jun. 2025 How to Enable Fingerprint Reader in Fedora (Versionen | bearbeiten) [1.238 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to enable a fingerprint reader in Fedora like the one built in on a Lenovo ThinkPad T14 Gen1 Laptop. The following informations are based on: Fedora Linux 42 Workstation GNOME 48 Install the needed packages (these are installed on Fedora 42 Workstation by default): sudo dnf install fprintd fprintd-pam Check if service is running properly: systemclt status fprintd.service Erase old prints if needed: fprintd-delete $USER Enr…“)
17. Juni 2025
- 22:2622:26, 17. Jun. 2025 How to Enable Global Autotype in KeePassXC (Fedora) (Versionen | bearbeiten) [1.045 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to enable global autotype in KeePassXC on Fedora Linux 42 Workstation Edition. == Instructions == Install KeePassXC via Software App from Fedora Linux RPM. According to the documentation at https://keepassxc.org/docs/KeePassXC_UserGuide#_auto_type :<blockquote>Auto-Type will be disabled when run with a Wayland compositor on Linux. To use Auto-Type in this environment, you must set <code>QT_QPA_PLATFORM=xcb</code> or start KeeP…“) Markierung: Visuelle Bearbeitung
- 20:4220:42, 17. Jun. 2025 Customize GNOME Desktop (Fedora) (Versionen | bearbeiten) [616 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article contains my notes on how to customize the GNOME Desktop on Fedora Workstation. {| class="wikitable" |+Used Software Versions !Software !Version |- |GNOME |48 |- |Fedora Linux |42 (Workstation Edition) |} == User Interface == === Minimize and Maximize Buttons === By default GNOME Desktop does not show buttons for minimizing or maximizing a windows as in Microsoft Windows. They can be activated either by installing <code>gnome-tweaks</code>…“) Markierung: Visuelle Bearbeitung
1. Juni 2025
- 16:3216:32, 1. Jun. 2025 Robocopy (Windows) (Versionen | bearbeiten) [827 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Robocopy is part of Microsoft Powertoys. It enables you to copy files and whole directory structures robocopy C:\Users\Alice\source-dir c:\Users\Bob\target-dir /mir <code>/e</code> copies subdirectories, includes empty directories. <code>/purge</code> deletes files and directories in the target that no longer exist in the source. Using this option together with <code>/e</code> allows the destination directory security settings to not be overwritten. <…“) Markierung: Visuelle Bearbeitung
- 09:2109:21, 1. Jun. 2025 Column Cheat Sheet (Versionen | bearbeiten) [1.043 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<code>column</code> command cheat sheet Kategorie:Linux Kategorie:Terminal“) Markierung: Visuelle Bearbeitung
- 09:0909:09, 1. Jun. 2025 Tmux Cheat Sheet (Versionen | bearbeiten) [271 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This future article will show my notes on <code>tmux</code> = Commands = {| class="wikitable" |+ !Command !Description ! ! |- |Ctrl + B " |Horizontal split | | |- |Ctrl + B % |Vertical split | | |- |Ctrl + B Arrow key |Switch to pane in the direction of arrow key | | |}“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „Tmux Cheatsheet“
31. Mai 2025
- 13:0313:03, 31. Mai 2025 PIP Cheat Sheet (Versionen | bearbeiten) [631 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „pip is the package installer for Python for installing packages from the Python Package Index [https://pypi.org pypi.org] To run it needs Python Runtime Environments == PIP Commands == '''Hint:''' These are always executed in the context of the current active / selected runtime environment, as described in Python Runtime Environments pip list # Show installed modules pip install <package> # Install module…“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „PIP Cheatsheet“
25. Mai 2025
- 18:0518:05, 25. Mai 2025 How to Install Nextcloud 31 on Debian 12 (Versionen | bearbeiten) [22.361 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to manually install Nextcloud on a Debian server. Warning: It is based on the general Nextcloud documentation: https://docs.nextcloud.com/server/31/admin_manual/installation/ https://docs.nextcloud.com/server/31/admin_manual/configuration_server/ Descriptions below are altered to work on the following OS and servers: * Debian 12 (Bookworm) * MariaDB 10.3 * Apache 2.4 * PHP 7.3 * Nextcloud 31 You can find general instruc…“)