Skip to content

Category Archives: tech

How to swap iTunes libraries

How to swap iTunes libraries on a whim Step One: (Mac) Hold down ALT/OPTION while opening iTunes (PC) Hold down SHIFT while opening iTunes iTunes will ask to be pointed to an iTunes library. Point it wherever you like! Step Two: There is no step two. Voila, iTunes will open with all the playlists, album [...]

Using wget to transfer files between servers

Using wget from a shell script is a way to move files from one server to the other without downloading and reuploading them. Yay! You’re going to need hosting which allows you SSH access. DreamHost are a popular host because they offer a massive amount of space and bandwidth very cheaply. You’re also going to [...]