mapfel
mapfel
Marko Apfel
134 posts
Don't wanna be here? Send us removal request.
mapfel · 3 days ago
Text
0 notes
mapfel · 3 months ago
Text
Synology Cloud Sync error
Today, I saw a red error icon in the taskbar of the Synology app, displaying the statement "Sync Error" and the details "Sync folder does not exist".
Opening the settings clearly indicated that the folder exists. Additionally, the latest changes have been synchronized. So it was the wrong status.
UPDATE: This proposed solution does not work! After stopping and reactivating the package, the error reappears. Obviously, others also run into this issue these days: https://community.synology.com/enu/forum/5/post/192392
This can be fixed directly in the SQLite database:
Login with SSH: <admin-account>@<nas-ip> Elevate permissions: sudo su Connect to database: sqlite3 /volume1/@cloudsync/db/config.sqlite Fix the state: UPDATE session_table SET error = 0 WHERE error = -12; Quit the SQLite prompt: .quit
Stopping and restarting the Cloud Sync package was not necessary, but it might be a good idea.
See also: https://www.encrypted.at/fix-for-synology-cloud-sync-sync-folder-does-not-exist/
Some more resources to this issue:
https://www.reddit.com/r/synology/comments/1hakvme/a_fix_sync_folder_does_not_exist_for_cloudsync/
https://community.synology.com/enu/forum/1/post/191011
https://kb.synology.com/tr-tr/DSM/tutorial/Cloud_Sync_folder_not_exist
https://www.reddit.com/r/synology/comments/136d0dv/ds1819_cloud_sync_sync_folder_does_not_exist_and/?rdt=51246
https://www.google.com/search?q=%22sync+folder+does+not+exist%22+synology
.
0 notes
mapfel · 7 months ago
Text
Indentation inside XML code doc with ReSharper
Visual Studio, ReSharper, and other tools (e.g. GhostDoc) use different indentations of tag content:
Tumblr media
For instance, ReSharper indents by default as demonstrated in Foo.
To stop this behavior, go to "ReSharper → Options → Code Editing → XML Doc Comments → Formatting Style → Tag content → Indent inside element that contain text" set "No indent from parent element"
Tumblr media
0 notes
mapfel · 10 months ago
Text
Activate hibernation option in Windows
Sometimes the hibernate option is not available and must be activated powercfg.exe /hibernate on in an administrative shell. Then a checkbox becomes available in the Power Options.
For further details see https://answers.microsoft.com/en-us/windows/forum/all/how-can-one-enable-hibernate-in-windows-11-since/2545b402-4884-45b3-9fda-459bce2333d7
0 notes
mapfel · 10 months ago
Text
Flashing a Fritz!Box 7362 SL
It's difficult to determine when the FTP bootloader is active. Even the counting described in the last tip does not work fluently enough.
Sometimes the advice is given to use a (unmanaged?) switch in between. Indeed, this is much better than counting. When the connect/active LED lights, the FTP is possible.
0 notes
mapfel · 10 months ago
Text
Getting timeouts while running eva_ramboot.py
While trying to flash a FritzBox 7362SL with OpenWRT according to the guidance in https://www.heise.de/ratgeber/OpenWRT-Gebrauchte-Fritzbox-7362-SL-als-Open-Source-Router-4909648.html?seite=all the Python script always ended in a timeout.
Tumblr media
Obviously, the FTP access is too short opened after seeing the first successful ping from 192.168.178.1.
I counted the time from plugging in the power cord till the first successful ping - around 9 seconds. With the next attempt, I counted 8 seconds till executing the Python script - and voila, it worked.
Tumblr media
0 notes
mapfel · 10 months ago
Text
SSH timeouts after flashing initramfs
While trying to flash a FritzBox 7362SL with OpenWRT according to the guidance in https://www.heise.de/ratgeber/OpenWRT-Gebrauchte-Fritzbox-7362-SL-als-Open-Source-Router-4909648.html?seite=all the necessary SSH steps after flashing the device with the Initramfs file timed out. As recommended I used WSL for all activities. Surprisingly the SSH-access is possible via PowerShell!
0 notes
mapfel · 10 months ago
Text
OpenWRT Error "Network device is not present"
While creating a bridge interface on a 2nd (very similar) TP-Link device, the overview page always complained the error above. Additionally, the IPv4 assignment happened for the ETH interface instead of the bridge.
The problem: in case of the TP-WR841N it is necessary to bridge over the "eth0" ethernet adapter, while for the TP-WR741ND the "eth0.1" VLAN switch must be in.
Tumblr media Tumblr media
That also switches the IP assignment to the bridge. Otherwise, it will stuck with ETH and the bridge will not work. Working configuration:
Tumblr media Tumblr media
0 notes
mapfel · 10 months ago
Text
Alle Einstellungen: Kostenloses Tool als goldener Schlüssel zum System - CHIP
Super God Mode
0 notes
mapfel · 1 year ago
Text
Access to some Tekki details for OpenAI
0 notes
mapfel · 1 year ago
Text
Control Panel > System and Security > Windows Tools
0 notes
mapfel · 1 year ago
Text
0 notes
mapfel · 1 year ago
Text
Remote Desktop to Win10 with Microsoft Account
activate Remote Desktop in System > Remote Desktop
Add users with allowance to connect
Cache the Microsoft Account password (to trump the PIN login mechanism) see https://cmdrkeene.com/remote-desktop-with-microsoft-account-sign-in/
go to the client and login with Microsoft Account
0 notes
mapfel · 2 years ago
Text
0 notes
mapfel · 2 years ago
Text
Cursor highlighter for screen recording
YT video: https://www.youtube.com/watch?v=8CiZ5gAlQAw
Resources:
AHK Script: https://drive.google.com/file/d/1KntxXI_hhi69G0mQ4KV-6kx3ZiaKdbc1/view
0 notes
mapfel · 2 years ago
Text
Adobe Bridge remove “rejected” categorization / entfernen von “zurückweisen” Kategorisierung
CTRL + 0
0 notes
mapfel · 2 years ago
Text
Fix missing MSCOMCTL.OCX
e.g. Joe needs this VB6 runtime components
See details in https://www.youtube.com/watch?v=ZSJnJULnrng . Download OCX from there and copy to C:\Windows\SysWOW64 then open CLI with admin privileges and run regsvr32 mscomctl.ocx
0 notes