To find files owned by a specific user (or UID) or a specific group, please reference the following commands:
Misc
SCP + Find And Search Files Remotely And Copy Locally
This script looks for files in a remote server and then copy them to your local machine.
Automate SCP command using Shell Script
Below shell script will automatically do the scp ( Secured Copy ) process with out asking the password from the user. Basically automating the secured copy command.
* We can put this script in cron job for daily download or uploads.
* Script automatically manages password entering.
* Login to the new server will popup the Secured Key window asking YES or NO. Script automatically do yes and will continue the copy process.
File Name: scp_dump.sh
How to create a self-signed SSL Certificate
Overview
The following is an extremely simplified view of how SSL is implemented and what part the certificate plays in the entire process.
Php Configure Options
Options that enable extensions and SAPI will accept 'yes' or 'no' as a
parameter. They also accept 'shared' as a synonym for 'yes' and request a
shared build of that module. Not all modules can be built as shared modules;
configure will display [shared] after the module name if can be built that
way.
--enable-snapshot-build Build a snapshot; turns on everything it
RAM Chart - RAM Speed Memory Specs:
| RAM Chart - RAM Speed Memory Specs: | |||||
|
30 pin SIPPs (Single In-Line Pin Package). | |||||
Awk One Liners
USAGE:
Unix: awk '/pattern/ {print "$1"}' # standard Unix shells
DOS/Win: awk '/pattern/ {print "$1"}' # okay for DJGPP compiled
awk "/pattern/ {print \"$1\"}" # required for Mingw32
Most of my experience comes from version of GNU awk (gawk) compiled for
Win32. Note in particular that DJGPP compilations permit the awk script
to follow Unix quoting syntax '/like/ {"this"}'. However, the user must
