Welcome to my blog
Making a Mac Time Machine Backup on an SMB Share
Hi everyone, welcome to my first post this year. Create sparse image (virtual disk) There are two ways to create this virtual disk - via commands in the terminal or via the Disk Utility App (GUI) Terminal way Go into the folder where you want to create the virtual disk (NOT THE SMB SHARE, this step comes later). In this case, I’m using my Desktop: cd Desktop With the following command, we are going to create a 500GB virtual disk image named “TimeMachine” – change the size to suit your needs (roughly twice the size of your Mac’s storage space is recommended): ...
Guide: Upgrade Windows 10 -> Windows 10 IoT Enterprise LTSC
EinsKatze: Hi everyone, this basically is a guest-post. This guide is entirely written by TimLew, shoutout to him! 💖 His Discord Username: timlew Step 1: Download the ISO File Download Link: https://drive.massgrave.dev/de-de_windows_10_enterprise_ltsc_2021_x64_dvd_71796d33.iso Note: This is the standard Windows 10 Enterprise LTSC ISO (non-IoT), but it retains your system language as German. Step 2: Verify System Language Open PowerShell as Administrator. Run: dism /english /online /get-intl | find /i "Default system UI language" If the output shows German (de-DE), proceed. ...
List of Interesting Things
Last Modified: 09.03.2025 Archiving RedditToMarkDown - Save Reddit Threads as Markdown file Before weird Mods remove them or Reddit pulls weird moves again Pandoc - Convert format between different markup languages (Ex: HTML<->MD) Dev SVG Tutorial - Learn how to code images in HTML with SVG Privacy JustDeleteMe - Provides links and info on how to delete accounts on different services Torrenting / Piracy A curated list of (not only) German piracy sites ...
Do a quick system scan with ClamAV
Hey everyone! This is a short guide on how to download the portable version of ClamAV for Windows and run a quick scan on your system. Download ClamAV (no install) First go to the GitHub Repository of ClamAV and download the latest release. Extract the contents of the zip file. Downloading the ClamAV Databases You need to create a config for freshclam.exe, you can just copy the example from the conf_examples folder and remove the “Example” line and change the folder for the database. ...