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:
- Install Samsung Notes
- Launch Samsung Notes by executing this script. The script does the following steps:
- Set
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\SystemProductName
toNP960XFG-KC4UK
- Set
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\SystemManufacturer
toSamsung
- Start Samsung Notes
- Restore the original registry values
- Set
Synology Note Station¶
- Go to the demo page and press the "Test" button
- Open Note Station by Apps → Note Station on the top left
- 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"
LOG:EXITBS:START
error: Specify CPU profile- Mouse and keyboard not detected: Use USB 3.0
- No disk available at setup: Create disk with "Disk Utility"
Windows¶
Setup a Windows 11 VM according to this guide.