UNIX/Linux/Solaris
References I use often or so infrequently that I had to write them down:
Linux and BSD References: |
Microsoft Windows Terminal
Services (Citrix Metaframe/NCD Unix Integration):
|
Network Hardware/Software References:
|
Fred's Oracle
Backup & Recovery Resources:
The basic export command line goes something like this: exp system/password file=full.dmp log=fulldump.log full=y buffer=2000000 compress=y The following three scripts are used to do a "hot" export of a database. The first file can be called from cron and is the main file: backup_pcms_nt.oracle The second is a SQL command file called from the first file: backup_pcms_nt.sql The Third is a Oracle dump parameter file (user & export info): backup_pcms_nt_parfile OK now you've got know how to import these babies too: imp system/password file=full.dmp full=yes buffer=2000000 (imp help=y for help) |
Here are some resources
I always use for C and C++ Compilers:
#include <iostream> #include <string> using namespace std; // put standard names into default namespace int main() { string cs("hello"); cout << cs << endl; return 0; } |
Mathematical Units
|
Type | Alternate Name | Bus Width (bits) | Bus Speed (MB's/sec) |
Max. Devices |
Bus Length (Meters) |
||||
Single | HVD | LVD | |||||||
SCSI-1 | Narrow SCSI | 8 | 5 | 8 | 6 | 25 | |||
Fast SCSI | Narrow Fast SCSI | 8 | 10 | 8 | 3 | 25 | |||
Ultra SCSI | Narrow Ultra SCSI | 8 | 20 | 8 | 1.5 | 25 | |||
Ultra2 SCSI | Narrow Ultra2 SCSI | 8 | 40 | 8 | 25 | 12 | |||
Fast Wide SCSI | 16 | 20 | 16 | 3 | 25 | ||||
Wide Ultra SCSI | 16 | 40 | 16 | 1.5 | 25 | ||||
Wide Ultra2 SCSI | 16 | 80 | 16 | 25 | 12 | ||||
Ultra3 SCSI | Ultra160 SCSI | 16 | 160 | 16 | 12 | ||||
Ultra320 SCSI | 16 | 320 | 16 | 12 | |||||
Serial ATA (Gen 1) |
|
||||||||
Serial ATA (Gen 2) |
|
||||||||
Serial ATA (Gen 3) |
|
SCSI Type | Code | Pins | Connector Comments |
SCSI -1 | A | 50 | External - Centronics C50 |
Internal - Ribbon cable | |||
SCSI-2 | A | 50 | External - High Density D50M |
Internal - Ribbon Cable | |||
SCSI-3 | P | 68 | External - High Density D68M |
Internal - High Density | |||
External - VHDCI connector |
|
Quick Subnet Bit Reference
mask (decimal) 4th byte of mask
(binary) #networks #nodes
------------------------------------------------------------------------------
255.255.255.0 00000000
1 256
255.255.255.128 10000000
2 128
255.255.255.192 11000000
4 64
255.255.255.224 11100000
8 32
255.255.255.240 11110000
16 16
255.255.255.248 11111000
32 8
Interesting Crapola Fred has learned along the way:
* The Sun Solaris x86 releases are VERY
picky about supported hardware. Make sure your hardware is specifically support
(especially your chipset).
Although Solaris 10 seems to be very hardware friendly.
* Cheap Power supplies can cause many strange and erratic problems. Never feel stupid for swapping out a PC power supply when troubleshooting.
* Believe it or not a semi-bad RJ-45 cable can be the source of unexplained chaos (especially when the cable feeds a Cisco router). If you get unexplained packet loss but your network utilization is low think about replacing a few cables (if you can).
* Have you ever noticed that "perfect flat screen" monitors (not LCD) have two faint lines that are roughly at 25% and 75% horizontal down the screen. I never did until a user complained. Mitsubishi told me this is an unfortunate characteristic of all monitors of this type (not just theirs). Now every "perfect flat screen" monitor I look at (17 inch or greater) has these two lines. Even my home monitor. Arghhhhh
* IOmega JAZ Drives can develop what is called "the click of death". This is a horrible characteristic of IOmega products and I recommend against buying anything made by IOmega due to their choice to ignore this problem.
* I leaned that successfully over clocking a CPU may work with some OS'es (i.e. Linux) and not with others (Win 2000).
*
Proper power line and telephone line protection are a must. Too many folks
bring me fried modems and motherboards. I suggest a line conditioner (like
the Tripp-Lite 1200 watt) over a basic protected power strip.