Misc

Misc support issues.

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

Google Search Appliance™ Installation Guide

Google Search Appliance™ Installation Guide

Contents

  1. Installing the Google Search App

Using Openssl And Keytool

generate a new private key and matching Certificate Signing Request (eg to send to a commercial CA)
openssl req -out MYCSR.csr -pubkey -new -keyout MYKEY.key
add -nodes to create an unencrypted private key
add -config <openssl.cnf> if your config file has not been set in the environment

Veritas Client Installation

Veritas Client Installation

The Veritas client installation software can be found at the following url: http://planetbackup.theplanet.com/veritas/.

For the *nix installation you can use the following code to download, extract, patch and install the client:

A few frequently used SSL commands

openssl


generate a new private key and matching Certificate Signing Request (eg to send to a commercial CA)
openssl req -out MYCSR.csr -pubkey -new -keyout MYKEY.key
add -nodes to create an unencrypted private key

Installing Ffmpeg

To install ffmpeg on a redhat server you will need to use the following example:

EXAMPLE ONLY:

The following files are required:

FFmpeg ****REQUIRES SUBVERSION ****
FFmpeg-PHP
Mplayer + Mencoder (mencoder is now built into the mplayer svn release ) ****REQUIRES SUBVERSION ****
flv2tool ****REQUIRES RUBY ****
LAME MP3 Encoder
Libogg
Libvorbis
mad

Get the requested programs:

The Find Command

Find command syntax:

find {search-path} {file-names-to-search} {action-to-take}

Where,

Syndicate content