Sunday, August 20, 2017

Installing Unidata Gempak on Debian.

To install gempak on Debian first download the Red Hat package from the Unidata website And then use Alien to install. I've only tested gempak-7.3.2-1.x86_64.rpm Or you can compile it from source. Here is some data And a tutorial More detailed directions later pretty self explanatory. And AWIPS

Adding the Kali archive keyring on Debian.

Here is the Debian package to add the Kali keyring to Debian. Here. Or the Kali Rolling repositories

Cretaing a Athena Machine with Debathena

On Debain Linux first install first install debathena as described at MIT 
Install MIT Kerberos:
 sudo apt-get install krb5-{admin-server,kdc}   
 
Make a backup of  /etc/krb5.conf and edit the krb5.conf
 [realms]  
   ATHENA.MIT.EDU = {  
     auth_to_local = RULE:[2:$1](johndoe)s/^.*$/guest/  
     auth_to_local = RULE:[2:$1;$2](^.*;admin$)s/;admin$//  
     auth_to_local = RULE:[2:$2](^.*;root)s/^.*$/root/  
     auto_to_local = DEFAULT
 } 

Next  create a KDC Database with:
 sudo kdb_util create -r ATHENA.MIT.EDU   

and enter a master password.
In your local state directory typically /var create krb5kdc/kadm5.acl
See and sample of a kadm5.acl file here.

Add the acl_file variable to krb5.conf file.
Next add administrators to the database:
 sudo kadmin.local  

 kadmin.local: addprinc admin/admin@ATHENA.MIT.EDU  

answer the prompts and add principals.
Lastley start the KDC with:

 sudo krb5kdc  
 sudo kadmind  

I still get an error on starting to the Raise Network interface but everything else  is up and running including your Athena lockers; might be an answer here and here.  And here Hope this helps. One other note here is LibX a Firefox add-on to search MIT Resources from anywhere