Posts tagged How-to
How to make iPhone ringtone for free by yourself
1Bought an iPhone and have no idea how to make personal ringtones? Wish to have your ringtone from previous phone? Or just don’t want to pay Apple for ringtone? No problem. Actually adding your ringtone to iPhone is really easy. It should be a file with .m4r extention which is actually .m4a file. So just convert your song from mp3 or another format to AAC, change extension to .m4r and you’re done! NOTE: A song duration must be not longer than 40 seconds to be imported as ringtone.
How to run multiple copies of Application in Mac OS X
1
Sometimes I needed several windows of FileZilla on my Mac to work with several servers simultaneously, but it doesn’t support multiple sessions (yet?). And Mac OS X doesn’t allow to launch another copy of application, so I googled a bit to find a solution… So you can run it by launching another instance of the app by typing this to command line:
/Path/To/Application.app/Contents/MacOS/Application &
E.g.:
