How-To Convert .m4a to .mp3 on Mac OS X FREE
Download:
VideoLAN – VLC: Official site – Free multimedia solutions for all OS!
File -> Convert / Stream… -> Drop media here -> Choose Profile (Audio – MP3) -> Save as File -> Browse -> Save As: (filename.mp3) -> Save -> Save
Voila!
Windows To Go – USB Stick Drive
- DiskPart
- select disk 1
- clean
- create partition primary
- format fs=ntfs quick
- select partition 1
- active
- exit
- cp D:\sources\install.wim
- DISM /apply-image /imagefile:[path]\install.wim /applydir:[USB_drive:]\ /checkintegrity /verify /index:# [1=Pro,2=Core]
- Bcdboot [USB_drive:]\windows /s [USB_drive:] /f all
FAQ:
Q: DISM – Error: 87 (The apply-image option is unknown.)
A: Install latest “The Windows® Automated Installation Kit (AIK)”
Nagios (rpmbuild) Enterprise Linux
error(s):
1) /var/tmp/rpm-tmp.4HW54O: line 38: cd: nagios-3.5.0: No such file or directory
2) configure: error: unrecognized option: --datarootdir=/usr/share/nagios
workaround:
tar -zxf nagios-3.5.0.tar.gz
rm nagios-3.5.0.tar.gz
mv nagios nagios-3.5.0
sed -i 's/datarootdir/datadir/' nagios-3.5.0/nagios.spec
tar -czf nagios-3.5.0.tar.gz nagios-3.5.0
rpmbuild -tb nagios-3.5.0.tar.gz
ls rpmbuild/RPMS/*/nagios-3.5.0*rpm