Instead of copying files it will link them using hard links.
This is very handy if you want to recursively copy a given directories structure without duplicating all the files. gcp can be installed via MacPorts:
sudo port install coreutils.[ add comment ] | permalink |




( 3 / 80 )There are a lot of dependency injection frameworks out there. What you may not know is that there is a very simple yet useful one built into the JDK. And it's type-safe.
JDK 6 introduces ServiceLoader. ServiceLoader loads things based on flat files in the directory META-INF/services from the Java classpath.
Without going down the OSGi rabbit hole this is a simple solution which probably provides 90% of what people currently want. The API has been around since JDK 1.3 but mostly by internal components, JDK 6 promotes the API and makes it extremely easy to use with a minimal set of requirements.
[ add comment ] | permalink | related link |




( 3 / 97 )I recently bought an external hard drive. I wanted it being accessible from Windows and Mac OS X. The out-of-the-box possibility would have been to format my external disk as FAT32. I felt quite reluctant to do so and looked for a possibility to access it using NTFS.
Fortunately Amit Singh, a Google employee, releases a implementation called MacFUSE which makes possible to use any FUSE (File-system in USErspace) file systems in Mac. And the most useful FUSE is the NTFS-3G Read/Write Driver, which ables system to load NTFS with read and write capability.
Works like a charm.
[ add comment ] | permalink |




( 3.1 / 103 )- 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 )Back Next

Calendar



