This also applies to most files created by Adobe software, such as Photoshop (.psd), Illustrator (.ai) and PDF files. Convert mac file to word. 1 Identify the application the file was made in. If it's a Microsoft Office format (Word, Excel, Power Point, etc.), and you have a version of Office for the PC, odds are the file will open with no conversion needed.
How to connect outlook 2011 for mac to my google apps account. I'm trying to sync my Google Calendar with Outlook 2011 for Mac. I know there's not a native (read: easy) way to do this so here's my hoped-for work-around: 1. Sync Google Calendar to iCal 2.
In the former case, ensure you are running the bash shell. (This is the default for recent versions of Mac OS X, but it may be changed for specific accounts.) To do this temporarily, execute the command “bash”. (When you want to exit the temporary shell, execute the command “exit”.) Then execute the export command again. For reference, I know very little about Linux, and am using it to run a program written by someone else. The instructions say Add the executable 'ttt' to the search path.In most installations this can be accomplished by linking the file to the 'bin' subdirectory at user home. And you can't add relative paths AFAIK. I'm inclined to think just a typo from a sloppy guide. – user10355 Feb 25 '12 at 1:01 I know relative paths can't be added; I'm stating that the path in the question is a relative path because it doesn't start with a / or a ~. – bneely Feb 25 '12 at 1:02.

You can accomplish this by going to your.bash_profile file and adding these lines to it. Alias mysql.start='sudo /usr/local/mysql/support-files/mysql.server start' alias mysql.stop='sudo /usr/local/mysql/support-files/mysql.server stop' alias mysql.restart='sudo /usr/local/mysql/support-files/mysql.server restart' alias mysql.status='sudo /usr/local/mysql/support-files/mysql.server status' After you've done this you can start, stop, restart and check the status of your connection anywhere in your terminal like this: mysql.start - starts mysql mysql.stop - stop mysql mysql.restart - restarts mysql mysql.status - checks the status of mysql Hope that helps even tho I might be late.