Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming
... [More], GUI development, and more. Its major features include support for multiple programming paradigms (procedural, object-oriented, and functional styles), automatic memory management, built-in support for text processing, and a large collection of third-party modules. [Less]
mylvmbackup is a Perl script for quickly creating backups of MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes
... [More] an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds. [Less]
Developmentally: Currently under development beta code also includes functionality for performing tasks that compliment administering ASSP. This code will no longer be just an installer script. Hense
... [More] the name change from "Automatic Installer" to "Artificial Intelligence".
Currently: This script will download and install ASSP auto-magically for you. It is Windows and UNIX-like aware.
The link in the Downloads tab/section is for the latest stable release. The SVN (Source tab/section) contains the current beta as I am working on it. The SVN version may not be a usable copy at all times, so use with caution, if at all.
Besides reporting issues and making feature requests here, please direct any other chatter to the ASSP Forum board: Scripts and Tools.
If you are familiar with Perl and would like to become a contributing member to this project, please send me an e-mail. Otherwise, as a user of the script, please post pugs and make recommendations so I/we can make this a better script!
Thanks and happy installing!
- ME2 (Micheal Espinola Jr) [Less]
S3 command provides a command line tool set for interacting with Amazon Simple Storage Service (S3).
It is written in perl using the Net::Amazon::S3 module. It's a clean, simple, reliable and
... [More] easily maintained command line tool to access S3 and which works well for managing backup files stored on S3.
It supports: creating and deleting buckets (mkbucket, rmbucket) uploading, downloading and deleting files (get, put, rm) hierarchical filesystem like view of Amazon S3 key space short and long file listings (ls, ls -l) sending only changed files (push) storage space used (du) [Less]
Colection of small tools, utilities and scripts to sysadmins, to GNU/Linux and any other stuff, like Google Gadgets, daylight saving time, VirtualBox firewalling and bash scripts.
The primary goal of this project is to advance the development of adjustable display size websites or sometimes know as the "one web" concept. Since mobile devices come in many display configurations
... [More], we will explore the possibilities of providing more appropriately sized xHTML output for a user's particular device.
I call my process MobileSiteOS™ and as the project progresses, I hope to apply learned techniques to providing appropriately sized pages for desktop browsing as well as mobile web surfing, from the same website.
Why you might ask?
The maintenance of multiple websites for displaying similar content in different formats may be difficult for small business and individuals to justify. If a single website can do a reasonably good job, the cost savings in time and resources cou [Less]