Category Archives: Mac OSX

OS X mixed

How to edit Mac dmg file on Linux Platform.

For example I have Apache Web server where Mac dmg file is located. I want to modify for every download adding specific readme file, depending on the region where download request is coming from. A special shell script can do this job, but before I need to verify all script steps manually. This article explains… Read More »

sysctl command and function

sysctl is a operating system command of some Unix-like OS that permits to reads and/or modify the parameters of the OS kernel for example limit and setting values of some system attributes. It is available both as a system API for compiled programs, and an administrator command for terminal interface and scripting. Below presented 2… Read More »

DMG background and title volume modification

File with dmg extension usually is Apple Disk Image file and mainly used for installation of other packages image commonly by Mac OSX operating system. Acronym of DMG according to acronymfinder.com is Disk iMaGe. Recently at my workplace it was required to make changes in DMG file: background image and volume name. I found one… Read More »