6 months ago
(via Instapaper)
6 months ago
(via Instapaper)
6 months ago
(via Instapaper)
6 months ago
Convert all mp3 files of a folder to iphone ringtone :
ls | sed "s/\(.*\).mp3/afconvert -f m4af '\1.mp3' '\1.m4r'/" | sh
Your mp3 file duration must be under 30 seconds. Enjoy !
6 months ago
With safari i saved a bunch of mp3 files but safari just saved a “source” file instead of the mp3 file. So I’ve got to redownload all the files… I knew that I can get the url source of the file with cmd+i.
Therefore I searched to get the url source of the file downloaded within the terminal.
To get the extra info of a file :
ls -l@
To get the value of an extra data field :
mdls -name kMDItemWhereFroms FileName.txt
So to redownload the files form a folder :
ls | xargs mdls -name kMDItemWhereFroms | grep http | sed -e 's/\s*"\(.*\)"/curl -O \1/' | sh
6 months ago
(via Instapaper)
7 months ago
(via Instapaper)
7 months ago
(via Instapaper)
10 months ago
(via Instapaper)
11 months ago
(via Instapaper)
11 months ago
Photographer Terry Richardson recently posted on his Tumblr these photos he shot of the Beastie Boys on Greenwhich Street — a lovely tribute to MCA who passed away last week.
1 year ago
(via Instapaper)
1 year ago
The garbage men of Hamburg started Trashcam Project, in which they turned giant garbage bins into pinhole cameras!
The photos? Not too shabby.
Garbage Men Turn Trash Bins into Pinhole Cameras
via Reddit
1 year ago
(via Instapaper)
1 year ago

