Main public logs
Appearance
Combined display of all available logs of www.ReeltoReel.nl Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:08, 6 April 2025 Pvdm talk contribs created page Rsync root volume to new harddisk (Created page with " # rsync -aAXvx --progress --exclude='.snapshots/' / [mountpoint of new harddisk]")
- 18:41, 25 January 2025 Pvdm talk contribs created page Enable wifi after suspend-resume (Created page with "=To enable wifi after resume, when it is turned off= Create a systemd service “root-resume.service” in /etc/systemd/system with content: <pre> [Unit] Description=Local system resume actions After=suspend.target [Service] Type=simple ExecStart=/sbin/rfkill toggle wlan [Install] WantedBy=suspend.target </pre> and enable the newly created service: # systemctl enable root-resume.service")
- 08:08, 12 July 2024 Pvdm talk contribs created page Grub2: boot USB from GRUB prompt (Created page with "When the PC will not boot from USB, you can use GRUB2 to boot from the USB. In the GRUB menu: Press 'c' to go the GRUB prompt grub> ls (hd0) (hd0,msdos1) ... grub> set root=hd0,msdos1 grub> chainloader /efi/boot/bootx64.efi grub> boot The USB boot menu will appear.")
- 10:03, 11 July 2024 Pvdm talk contribs created page Yt-dlp (Created page with "*Use yt-dlp with subtitles for video files *Use yt-dlp the correct way for music files")
- 10:01, 11 July 2024 Pvdm talk contribs created page Use yt-dlp with subtitles for video files (Created page with "To download video with english subtitles: # yt-dlp --write-sub --sub-lang "en.*" {URL} This downloads all variants of the english language")
- 18:24, 27 June 2024 Pvdm talk contribs created page Upgrade using patch (Created page with "=== Using patch === <!--T:63--> A small patch file is usually made available for a minor version upgrade. You'll need to download patch to use this Manually download and extract the patch file from [https://releases.wikimedia.org/mediawiki/ the dumps site] or follow the directions with wget below. Patches are incremental, you can '''not ''' skip a version. # <kbd>cd</kbd> to your main MediaWiki directory (the one with LocalSettings.php) # Download t...")