Installing MondoRescue. System Backup for bare-metal recovery of Linux

Mondo is a GPL disaster recovery solution to create backup media (CD, DVD, tape, network images) that can be used to redeploy the damaged system, as well as deploy similar or less similar systems. In the event of catastrophic data loss, you will be able to restore all of your data [or as much as …

Linux Open Source Telephony Projects Voices

AsteriskNOW AsteriskNOW is an open source Software Appliance based on CentOS. As it provides a modified kernel, please don’t ask for help on CentOS channels but seek help from them. Quoting from their document, AsteriskNOW 1.5.0 released: “As always, please use http://bugs.digium.com/ and http://forums.digium.com/ for issues and feed.”

How To Create an IE-Only Stylesheet

The Code This would go in your <head> with all the other regular CSS <link>ed CSS files. The opening and closing tags should be familiar, that’s just regular ol’ HTML comments. Then between the brackets, “IF” and “IE” should be fairly obvious. The syntax to note is “!” stand for “not”, so !IE means “not …

YouTube APIs and Tools

Developer’s Guide: Data API Protocol The YouTube Data API allows applications to perform functions normally executed on the YouTube website. The API enables your application to search for YouTube videos and to retrieve standard video feeds, comments and video responses. In addition, the API lets your application upload videos to YouTube or update existing videos. …

Free Feature-rich PHP Mailer swiftmailer

Free Feature-rich PHP Mailer Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features. Send emails using SMTP, sendmail, postfix or a custom Transport implementation of your own Support servers that require username & password and/or encryption Protect from …