Acerca de Linux, BSD y notas personales

Archives for June, 2008

FAFNER


Fafner VAX

CARLOS:FAFNER$ show cpu

FAFNER, a VAX 7000-720
Multiprocessing is ENABLED. Streamlined synchronization image loaded.

PRIMARY CPU = 00
Active CPUs: 00 01
Configured CPUs: 00 01

FORTRAN

OpenVMS

On VMS you will need the DEC Fortran90 compiler installed and licenses loaded. This is available as part of the hobbyist project. These commands work for Fortran on both Alpha and VAX.
To compile, type the following at the DCL prompt:

$ FORTRAN HELLO.F
To link the file to the Run-Time Lib (RTL) type the following:
$ LINK HELLO.OBJ
To Run the executable image, type the following:
$ RUN HELLO.EXE Hello World! $
Enjoy all that VMS and Fortran offers.

Welcome to OpenVMS (TM) VAX Operating System, Version V7.2

Welcome to OpenVMS (TM) VAX Operating System, Version V7.2 on node FAFNER
Last interactive login on Saturday, 14-JUN-2008 16:36

**************************************
* *
* Zugang zu diesem System ist nur *
* authorisierten Personen gestattet! *
* *
* Access for authorized users only! *
* *
**************************************

untangle database postgress

psql -U postgres uvm

select DISTINCT host from n_http_evt_req ;

untangle database postgres

If you ssh into untangle or are on the terminal “psql -U postgres uvm” will get you a postgresql prompt on the untangle database. Running “\d” will tell you all the tables that are available. To get remote access to the database you will need to modify /var/lib/postgres/pg_hba.conf This is done in the standard but somewhat complicated way documented at http://www.postgresql.org/docs/7.4/i…ive/index.html

squid

http://www.gra2.com/article.php?query=generador&story=20050208110955884