[ronnie@ronalddove.com ~]$
Centennial Park of Howard County MD (Website) - 09/27/2009
I'm working on a new site for Centennial Park, MD. CentennialMD.org. :)DOVESTECH Content Management System (J2EE)
I am building an content management system using j2ee. DOVESTECH.COM.DUCKANDRUN.ORG
I designed a new 3 Doors Down fan site located at http://www.duckandrun.org/Dove Directory Scanner v0.1 BETA (Java Application) - 07/22/2009
This software allows you to point a Java GUI at a directory on your machine. The Java program will scan the directory for the most current changes. So if someone modifies a file or creates a new file, the Java program will tell the user that the file has been modified. It is color coded as well so when a directory is showing activity, the text will turn blue. When the directory is not showing any further activity, the GUI text will turn red. This is useful for watching log files in a directory for change. Soon, the "text area" you see in the GUI will tail the last 10 lines of the log file that changed (if its a log file). The first version of the directory scanner has been released as a BETA distribution only (no source code release). You don't have to download the package to run it, if you have Java SE installed on your box as well as WEBSTART. It usually is installed on most machines. This works on multiple platforms.Screenshots of Java Applications Written:
Try it: Java WebStart Launcher (requires JRE & WebStart)
As promised, here is that backup script that I have been writing. Its very ALPHA and you should use it at your own risk. I packaged up NCFTP because that is the dependency at this time. I might switch to some other program to get the recursive bugs figured out. This has really only been tested with VSFTP servers. The code is a lot better than the googlebot. I made a lot more fail safe options for newbies this time so nothing backfires in your face. So here is a list of features and abilities this new script has:
- This script logs into multiple user-defined FTP servers and synchronizes all of them to each other. This creates an backup of every file in a certain directory which is sent out to each server within a cluster.
- If you upload a file to the repository defined directory, the script will download the new file(s) and upload them to every host within the cluster.
- If you upload a file to an "INPUT" defined directory, the script will download, delete, and upload the file(s) to the repository defined directory within the cluster.
- Allows user to fill out an flat configuration file for easy configuration of multiple FTP servers.
- Has builtin fail safes so the user doesn't mess something up.
- Gives more control to the user by allowing them to control different aspects of the program such as ip addresses, port numbers, repo directory, input directory, delete file option, username and of course password info for the FTP.
Download: DOVE_FTPBackup_v0.01ALPHA.zip
REQUIREMENTS:
- Linux
- NCFTP (included)
- FTP SERVER (Recommended: VSFTPD).
Dove Google Grabber Linux Script v1.0 (Linux Script) - 07/03/2009
Here is the source code and binary of the Dove Google Grabber v1.0. Its not in great shape but it works. You need wget installed on your linux box for it to work. It doesn't use expect so no worries. You can play with the source code if you want. Just give me some credit if you change anything. I think I wrote a README for you which in the zip file.
Download: DoveGoogleBot1.0_nix.zip
REQUIREMENTS: - Linux
- WGET (usually comes with most flavors of linux)