- Ensure that dvdrtools is installed (it includes growisofs tool). With MacPorts installed on your machine this is just as easy as running sudo port install dvdrtools.
- Rip the DVD using MacTheRipper. It keeps the original format and removes any DVD protection.
- growisofs -dvd-compat -Z /dev/rdisk1 -dvd-video -V <your_dvd_title> <directory>. Note that <directory> is not copied to the DVD, only its content.
If you have Path Finder installed, you do not need growisofs. After having selected the directories (inclusive!) you want to have, just click the Burn icon, choose the Hybrid format.
[ 11 comments ] ( 34 views ) | permalink |




( 2.8 / 375 )Wake on LAN is a technology that allows a network professional to remotely power on a computer or to wake it up from sleep mode. By remotely triggering the computer to wake up and perform scheduled maintenance tasks, the technician does not have to physically visit each computer on the network.
A more detailed definition can be found on Wikipedia.
A small Mac OS X application, WakeOnLan, helps you to wake up resp. put a connected computer into sleeping mode.
To know how to wake a sleeping Mac with via Automator go here. If you want to 'control' a Windows machine, you first have to perform some configuration steps on the target box.
[ 13 comments ] ( 31 views ) | permalink |




( 2.8 / 324 )I just discovered that Safari 4 comes with two hidden menus which can be easily switched on and which are quite useful for developers: Develop and Debug. To activate the Develop menu, go to Preferences > Advanced > "Show Develop menu in menu bar" (see picture below).

To activate the Debug menu, enter the following in a terminal window:
defaults write com.apple.Safari IncludeInternalDebugMenu 1
[ 14 comments ] ( 33 views ) | permalink | related link |




( 2.8 / 65 )Another pretty cool knowledge engine: http://www.eyeplorer.com/.
vionto GmbH develops knowledge machines. Machines that know. Machines that think. Machines you can interact and communicate with. Our knowledge machines are based on advanced semantic technologies.
Our approach is inspired by current research results from cognitive science, computational linguistics and neurobiology. We aim at radically improving the way users interact with knowledge and information online. Recent studies show that human thought processes have a strong visual component and that the brain can process images significantly faster than textual information. We are convinced that it is time for innovative, interactive, visual methods of working with and discovering facts and information instead of wading through ever longer lists of documents and search results.
[ 8 comments ] ( 23 views ) | permalink |




( 2.9 / 193 )This Java Virtual Machine (VM) option came with Java 6. It dumps the heap to file when a java.lang.OutOfMemoryError is thrown.
A heap dump is useful in production systems where you need to diagnose an unexpected failure.
-XX:+HeapDumpOnOutOfMemoryError does not impact performance , it is simply a flag to indicate that a heap dump should be generated when the first thread throws a java.lang.OutOfMemoryError.
Because this option is so useful, it has been backported to Java 5u7 and Java 1.4.2_12.
More on VM options can be found here.
[ 12 comments ] ( 26 views ) | permalink |




( 2.9 / 202 )Back Next

Calendar



