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).
- 20:18, 21 June 2025 Pvdm talk contribs created page File:Revox B215 cassette deck.jpg
- 20:18, 21 June 2025 Pvdm talk contribs uploaded File:Revox B215 cassette deck.jpg
- 19:49, 21 June 2025 Pvdm talk contribs created page Revox B215 (Created page with "The Revox B215 is a cassette deck manufactured by Studer from 1985 until around 1990. A professional version with different control layout and audio path electronics was manufactured concurrently as the Studer A721. A later improved version was marketed as the Revox B215S. Because it was expensive compared to other consumer models and had exceptionally good mechanical performance and durability, the B215 was used primarily by professional customers—radio stations, reco...")
- 06:45, 17 June 2025 Pvdm talk contribs created page Exiftool (Created page with "To fix the date time on the pixel 6a photo and video files, use for photos: # exiftool '-FileName<DateTimeOriginal' -d '%Y%m%d_%H%M%S%%-c.%%e' *.jpg for video files: # exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4")
- 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...")