How to get sample data?

Documentation how to get sample data from "difficult" apps and OS. Difficult means everything else than Web or Linux.

Note Apps

FuseBase/Nimbus Note

From https://nimbusweb.me/guides/settings/account-management-how-to-backup-and-export-your-data/:

Server backups are available only with Plus or Ultimate plans.

Server backups contain the whole workspace. At least single page exports are possible.

Samsung Notes

Inside a Windows VM:

  1. Install Samsung Notes
  2. Launch Samsung Notes by executing this script. The script does the following steps:
    1. Set HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\SystemProductName to NP960XFG-KC4UK
    2. Set HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\SystemManufacturer to Samsung
    3. Start Samsung Notes
    4. Restore the original registry values

Synology Note Station

  1. Go to the demo page and press the "Test" button
  2. Open Note Station by Apps → Note Station on the top left
  3. Files can be transferred through the file system

Turtl

  • Linux app crashes always
  • Android app still works

Wikimedia

Export at https://de.wikipedia.org/wiki/Spezial:Exportieren.

Virtual Machines

macOS

Note

The latest working macOS for VirtualBox is macOS 12 Monterey. See https://forums.virtualbox.org/viewtopic.php?p=552625#p552625. Newer versions lead to a boot cycle.

Setup a macOS 12 Monterey VM according to this guide.

Troubleshooting:

  • Commands after creating, but before starting the VM:
vboxmanage modifyvm "macos_12_monterey" --cpuid-set 00000001 000106e5 00100800 0098e3fd bfebfbff
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro15,1"
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
vboxmanage setextradata "macos_12_monterey" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
vboxmanage modifyvm "macos_12_monterey" --cpu-profile "Intel Core i7-6700K"

Windows

Setup a Windows 11 VM according to this guide.