Changing all directory paths in Microsoft IIS/Active Directory using perl and WIN32::OLE
I was put in charge of a filer migration from a old netapp f810 to a new netapp 3040 cluster. One of the systems we have that used the netapp backend was a web cluster running MS Windows 2003. When it was first built it was using a cifs shares by system name (ie: \\f810.
Bulk IIS path change script: Link
Bulk Active Directory change script: Link
Popularity: 2% [?]
Making your own ringtones for your Iphone (mp3 to m4r)
I have done much searching on the internet on how to convert mp3 files to Itunes m4r files. I really dont like using Itunes if I dont have to so I thought I would write something that will use my unix box.
This perl script will convert most mp3s to m4r.
I used 4 applications that can be installed on any GNU based system.
- mp3info - An MP3 technical info viewer and ID3 1.x tag editor
- mp3splt - Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin and an end time position, without decoding.
- Mplayer
- Faac - FAAC is an open source MPEG-4 and MPEG-2 AAC encoder, it is licensed under the LGPL license.
or if you are running debian/ubuntu:
Popularity: 18% [?]