In cryptography, encryption is the process of
transforming information (referred to as plaintext) using an algorithm (called
cipher) to make it unreadable to anyone except those possessing special
knowledge, usually referred to as a key.
Mcrypt is a
simple crypting program, a replacement for the old unix crypt. When
encrypting or decrypting a file, a new file is created with the extension .nc
and mode 0600. The new file keeps the modification...
Showing posts with label Scripts. Show all posts
Showing posts with label Scripts. Show all posts
Wednesday, September 5, 2012
Shell Script List All Top IP Address Accessing Apache Web Server
********************************
#!/bin/bash
# Shell Script To
List All Top Hitting IP Address to your webserver.
# This may be
useful to catch spammers and scrappers.
# where to store
final report?
DEST=/var/www/reports/ips
...
Posted by
Unknown
0
comments
Read More
Basic of Shell Script
What Is a Shell?
Ø The shell is a user
program or it is an environment provided for user interaction.
Ø It is a command language
interpreter that executes commands read from the standard input device such as
keyboard or from a file.
Ø The shell gets started
when you log in or open a console (terminal).
Ø ...
Posted by
Unknown
0
comments
Read More
Wednesday, August 8, 2012
Automatic Mysql DB Backup Scripts

Automatic Mysql DB Backup Scripts With Compress and auto Deletion of Old Archive Files
:: UPDATE 3.30.2012 Added error logging to help trouble shoot
databases backup errors.
--log-error="c:\MySQLBackups\backupfiles\dumperrors.txt"
::If the time is less than
two digits...
Posted by
Unknown
0
comments
Read More
Subscribe to:
Posts (Atom)
Powered by Blogger.