Computer Automation Alpha LSI-2 floppy diagnostic.

This is the floppy diagnostic paper tape. and the manual ( from sdu.se, thanks ) To load the diagnostic program press. Then send the binary file over the serial line to the computer (8 bits format). when the file is complete the computer will halt. change to 7 bits, then press. Now you can select… Continue reading Computer Automation Alpha LSI-2 floppy diagnostic.

Sorted by content

93012-04.IMD 00-93012-04-a2 f01204 dld4 release diskette .-P` 93060-02.IMD 00-93060-02 a0 f06002 romgen 4 product diskette @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 93066-05.IMD 00-93066-05a0 f06605 4/10s product diskette (lsi-2 host) 9 apr 79 93067-04.IMD 00-93067-04 a0 f06704 4/10s maintenance & source volume 93067-4A.IMD 00-93067-04 a0 f06704 4/10s maintenance & source volume 93803-03.IMD 00-93803-03a2 omega util pat 410 mini diagnostic 12/13/79 93916-04.IMD… Continue reading Sorted by content

Computer Automation ALPHA LSI-2 IMD files from bitsavers.org

The imd files in http://www.bitsavers.org/bits/ComputerAutomation/8_imd/ i have extracted the IMD content label. 94240-01.IMD IMD 1.16: 30/08/2008 23:51:47 f24001 rev b050 84-94240-01 cartos synch comm handler 5-jan-84 93171-06.IMD IMD 1.16: 1/09/2008 11:11:58 84-93171-06 b010 f17106 cartos pascal library release diskette 15mar83 93076-04.IMD IMD 1.16: 1/09/2008 10:36:24 84-93076-04 b100 f07604 lsi-2 synchronous communications controller test program contents:… Continue reading Computer Automation ALPHA LSI-2 IMD files from bitsavers.org

VNX5400 create raid disks for ceph.

A script that creates RaidGroups with single disks for use in a ceph installation. uses the naviseccli command line interface. Make sure that the naviseccli works before running the script. it also changes the hotspare policy to not use any hotspares.

Heavy Metal (1981)

Hanover Fiste: He’s nothing but a low-down, double-dealing, backstabbing, larcenous perverted worm! Hanging’s too good for him. Burning’s too good for him! He should be torn into little bitsy pieces and buried alive!

Published
Categorized as movies

bash history

I prefer bash as shell. It is very good to have the time and date for a command in history, especially for root. and when you are logged in as root the prompt is red, and blue for normal users. put this in your .bash_profile and in root’s .bash_profile export HISTCONTROL=ignoredups export HISTFILE=$HOME/.bash_history export HISTFILESIZE=5000… Continue reading bash history

Published
Categorized as Linux