Tag Archives: Bash
Setup a secure ftp server for remote access on OS X
Recently quite a number of forum members asked about how to transfer large file between remote locations. The online services such as DropBox and Wuala do a good job but if you already have a Mac or a Linux machine, it is so much easier and also secure to setup your own FTP (File Transfer [...]
How to get rid of the multiple entries in “Open with” menu?
Copy and paste the following code on the Terminal.app and hit enter. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user Update: It sounds like the above trick does not work with Leopard. The Leopard users should execute the following command on the Terminal. You may have to sudo to work this properly. locate [...]