Supportability Q&A about IBM Notes and OS X 10.10.x
- 25 Aug, 2014
IBM published a TN about Notes and the upcoming Apple’s OS X 10.10 Yosemite
If you’ve ever tried to unzip a large file on macOS and encountered the mysterious "Error 513," you’re not alone. This pesky error can pop up unexpectedly, leaving you scratching your head and wondering why your file won’t extract properly. Recently, I ran into this issue myself while trying to decompress a massive archive using the built-in Archive Utility on macOS. After some trial and error, I found a reliable solution: the Keka application. Here’s a rundown of what Error 513 is, why it happens, and how Keka saved the day. What Is Error 513 on macOS? Error 513 typically occurs when macOS’s default Archive Utility struggles to handle certain zip files—particularly large ones or those wi
How to Fix Error 513 When Unzipping Large Files on macOSRead More"I have lots of photo files. Since 2006, when I purchased my first digital camera, the number of photos has grown quickly, and after getting an iPhone, the number of photos exploded. With the high number of photos, the number of backups grew as well. I decided to organize all backups and create folders using the format YYYY-MM from the metadata of the photo files." Bellow the python script. The script runs on macos: import os import shutil import datetime import logging import tkinter as tk from tkinter import filedialog from PIL import Image, ExifTags import pillowheif import piexif import struct Setup logging logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(levelname
Python script to organize photosRead MoreThe watch command is a useful utility in Unix-like systems that allows you to execute a command periodically and display its output. However, macOS does not come with watch pre-installed. If you're running macOS Sequoia and want to use watch, follow the steps below to install it. Recently i switch my mabook to a new MacBook Pro M2 and try to use the command to watch some openshift logs and i got the following result: !(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6gAAAC6CAYAAACjt2AlAAAAAXNSR0IArs4c6QAAAJBlWElmTU0AKgAAAAgABgEGAAMAAAABAAIAAAESAAMAAAABAAEAAAEaAAUAAAABAAAAVgEbAAUAAAABAAAAXgEoAAMAAAABAAIAAIdpAAQAAAABAAAAZgAAAAAAAACQAAAAAQAAAJAAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAA6igAwAEAAAAA
How to Install watch on macOS SequoiaRead More