Ben Terhechte — journal
--rss
$ grep -l "#unix tips" ~/terhechte/journal/*.md

Posts tagged #unix tips

posts 5 years 3 tag unix tips
[ 2008 ]
02 · posts
2008-06-20

Mac OS X RAW Support for Sony Alpha a 300

Apple's recent OS X update added support for Sony Alpha a200 and a350 RAW files, but omitted the a300. Despite hardware similarities, the a300 lacks compatibility. To address this, a script has been created to convert a300 RAW files to a200 format, available as a command-line script or an Automator Action, simplifying the process for users.

2008-05-29

More Control over your TimeMachine Backup

Time Machine provides an intuitive interface for accessing past data, but Tms by FernLightning offers a command-line alternative for those preferring a list style. This tool allows users to see differences between file versions and snapshots, making file version management more straightforward. Documentation for Tms is also available for further guidance.

[ 2006 ]
01 · posts
2006-01-04

Tips for reinstalling DarwinPorts

DarwinPorts installation can be challenging, even for experienced users. I faced difficulties with my installation, particularly when working with Gnome and patching X11. For those encountering similar issues, a set of scripts is available to simplify the DarwinPorts installation process.

[ 2005 ]
02 · posts
2005-12-16

DarwinPorts 1.2 released

DarwinPorts is a Package Management System for Mac OS X and Darwin, streamlining the installation and management of open source applications. It automates downloading, configuring, and installing software along with necessary dependencies. With a vast collection of 3,038 packages, including major desktop environments and various applications, it offers a robust option for Mac users interested in open source software.

2005-11-18

How to Safe Sleep (Hibernate) Your Mac

Safe-Sleep is a software feature introduced in the Mac OS update 10.4.3, allowing Macs to save RAM contents to the hard drive and enter a low-power sleep mode. This is particularly useful for conserving battery life. A guide is available to activate Safe-Sleep on standard Apple hardware using terminal commands, making it accessible beyond just new PowerBooks.