Skip to content

Instantly share code, notes, and snippets.

View mackankowski's full-sized avatar
🤖
teaching machines

Maciej Kankowski mackankowski

🤖
teaching machines
View GitHub Profile
@mackankowski
mackankowski / README.md
Last active July 25, 2024 19:12
(Better) PDF compression using Preview app (macOS)
  1. Open ColorSync Utility app
  2. Open Filters tab
  3. Duplicate Reduce File Size filter
  4. Customize a duplicated filter:
  • Image Sampling -> Set Resolution: 300 Pixels/Inch
  • Image Compression -> Quality: 50%

References: https://apple.stackexchange.com/a/354553

@mackankowski
mackankowski / website_footer_template.html
Last active February 8, 2024 21:18
Website footer template (e.g. mackan.pl @ 2020-2024)
@mackankowski
mackankowski / Fix link sharing via Safari (Wordpress).md
Last active June 11, 2023 12:45
Fix link sharing via Safari (Wordpress)
@mackankowski
mackankowski / Install & run Docker on macOS (instead of Docker Desktop).md
Last active March 11, 2023 13:48
Install & run Docker on macOS (instead of Docker Desktop)
@mackankowski
mackankowski / How sync Downloads folder with iCloud Drive.md
Created March 11, 2023 13:26
# How sync Downloads folder with iCloud Drive
@mackankowski
mackankowski / 70mai Dash Cam - how to turn off the power-on sound.md
Last active April 3, 2024 08:01
70mai Dash Cam - how to turn off the power-on sound

Source: https://dashcamtalk.com/forum/threads/how-to-disable-power-up-sound.45398/post-559083

Connect to the dvr's wi-fi network. Launch any telnet client. For example "Mobile Telnet" (https://play.google.com/store/apps/details?id=mobiletelnet.feng.gao) ⋮ -> "Telnet Settings" -> Remote Host Name: "192.168.0.1", port: "23" (by default) ⋮ -> "Connect".... The inscription "NVTEAM login" will appear: Write "root", press "enter" Enter the command (rename the turn-on sound) and press "enter": Code: mv /mnt/app/res/voice/public/bootsound.raw /mnt/app/res/voice/public/bootsound_1.raw