Showing posts with label mac. Show all posts
Showing posts with label mac. Show all posts

Wednesday, January 06, 2016

MacOSX Sed: extra characters at the end of

if your sed is throwing something like extra characters at the end of p command


then do

sed -i '' 'regex' filename

Remember  to add the '' before regex.

Wednesday, September 05, 2012

Eclipse Heap Settings on Mac

Locating the eclipse.ini is tricky on a mac.

To locate it, right-click on the Eclipse Application icon and select "Show Package Contents", then double-click on the "Contents" folder and then double-click on the "MacOS" folder, the home of eclipse.ini

You can use Applications->Text Edit to change the eclipse.ini file. :)

Usually you want to adjust the heap settings.

Sunday, April 13, 2008

firewire to USB adapter

Many times your mac software works mainly with firewire enabled externals. Example, you want to boot from an external firewire enabled disk. Unfortunately, your external drive supports USB. There is no firewire support.

You look for a Firewire to USB adapter. Unfortunately due to the incompatibilities of the specifications, such an adapter does not exist. What a shame. :(