Nástroje používateľa

Nástoje správy stránok


start

Blog

Tweaking apps, executables and dynamic libraries with install_name_tool and otool

Sometimes you want to investigate dynamic libraries (*.dylib) the app is using, relink them or remove unused ones from the *.app package. install_name_tool and otool are here to help you with that!

→ čítat viac…

2025/01/09 18:22 · Róbert Toth

Completely disable macOS CrashReport

While you can Disable OS X crashreporter dialog after application force-quit, this won't prevent CrashReport process from actually starting up after application crash to gather the information and create log.

This can from seconds to dozens of minutes depending on size of the process which crashed.

→ čítat viac…

2024/11/10 11:50 · Róbert Toth

Unicode NFC normalisation for Rclone on macOS

Apple devices create all filenames in Unicode Decomposed Normalisation Form (NFD), while every other major OS uses Composed Normalisation Form (NFC). This makes you, as a Mac user, the bad guy, because it is you who is incompatible with the rest of the world.

In a nutshell, the problem is this: Whenever you create files with diacritics they will be copied to other devices with filenames stored as decomposed strings. This is a nonstandard for these OS'es, and you never know what problems that will cause.

This article presents my way of solving the problem by configuring Rclone to create all files in NFC (composed form) instead of NFD (decomposed form) – which is not at all that straightforward is it would seem.

→ čítat viac…

2024/10/11 19:25 · Róbert Toth

Rclone: configuring root folders, change polling and cleaning directory cache

Finding root folder for mounting OneDrive is quite complicated, as is refreshing directory cache for folder shortcuts in Google Drive, as they are ignored in change polling.

→ čítat viac…

2024/09/19 09:10 · Róbert Toth

Keepass synchronisation on macOS with pCloud

Some basic info on my workflow.

→ čítat viac…

2024/08/07 22:04 · Róbert Toth

Resolving quarantine problems on macOS

When your system becomes suddenly sluggish for no obvious reason, it might be a good idea to check for quarantine problems with installed apps or their helper daemons.

→ čítat viac…

2024/05/03 15:01 · Róbert Toth

Modding Diablo 2 on macOS: PlugY, Enjoy-SP and more

A lot can be changed and tweaked in Diablo 2 – however, lots of modding sites went down in the last couple of years, so it is getting increasingly harder to gain some info on how to do it – especially when running under Wine(skin) on Mac OS X.

In this article I will be slowly gathering my own experiences and manuals for modding and tweaking Diablo II 1.13d. This is and will remain a workinprogress.

→ čítat viac…

2021/04/13 19:54 · Róbert Toth

Download Safari 13.1.2 after Safari 14 has been released

Apple has this ugly habit that it does not offer you to download previous versions of its software after newer versions came out. But now with serious Safari 14 problems on Mojave, it might make sense to only upgrade Safari to its latest 13th version.

→ čítat viac…

2020/09/29 19:07 · Róbert Toth

Converting between Unix Timestamp and Local Date in Google sheets

Google sheets do not offer any straightforward way to convert from Unix Timestamp (that is, the number of seconds that passed since 1 January 1970) to local date and vice versa. If you are web admin, this is something you will sooner or later need when passing data between Google sheets and server SQL database.

→ čítat viac…

2020/09/04 10:47 · Róbert Toth
start.txt · Posledná úprava: 2013/11/03 14:19 od Róbert Toth