Monday, 30 January 2012

How to: Install Multics

How to: Install Multics

How to: Install Multics

to install multics on a pc linux:
1- Extract the zip file into a folder, and move to this folder.

2-
*if you dont have have the directory /usr/local/bin, create it
Code:
mkdir -p /usr/local/bin
*For 32bits: copy the file "multics.x32" to /usr/local/bin
Code:
cp multics.x32 /usr/local/bin/multics
*For 64bits: copy the file "multics.x64" to /usr/local/bin
Code:
cp multics.x64 /usr/local/bin/multics
3- change file propriety to executable
Code:
chmod 755 /usr/local/bin/multics
4- copy the file "multics.cfg" to /var/etc
Code:
cp multics.cfg /var/etc

After installation edit your config and execute the next command:
Code:
./multics -b
if you want debug info execute:
Code:
./multics -b -v

Tutorial: How to install CSP

Tutorial: How to install CSP

Tutorial: How to install CSP

This Tutorial is designed to help load CSP from start to finish up and running

I will split posts to section out each part required.

Question, What do you need for CSP ???

Answer, Well for this Tutorial you will need a Linux based PC, ie Debian or Ubuntu,
also another emu already loaded such as newcs or oscam ( This is Required to get your local Card operational.)


CSP runs in a Java Environment and for the newer updated versions Sun Java6 so lets get that installed first.

Friday, 27 January 2012