-
Recent Posts
Recent Comments
Archives
- February 2021
- October 2020
- February 2020
- April 2019
- March 2019
- February 2019
- October 2018
- September 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
Categories
Meta
Author Archives: wp_user
Dell SFF i5-3470 (4 cores)
HP Elite 8300 SFF Desktop PC BOOTS Core i5-3470 @ 3.2GHz 8GB RAM 500GB HDD NO OS
Posted in Uncategorized
Comments Off on Dell SFF i5-3470 (4 cores)
Ubuntu 18.0.4 LTS and Oracle VirtualBox
Need Ubuntu 18.0.4 – Ubuntu Server 18.04.2 LTS https://www.ubuntu.com/download/server Download VirtualBox https://www.virtualbox.org/wiki/Downloads Ubuntu is light weight, once installUbuntu: CTL+ALT+ T to create the terminal session Make sure that the computer is connected to the internet for all updates, including VirtualBox … Continue reading
Posted in VirtualBox
Comments Off on Ubuntu 18.0.4 LTS and Oracle VirtualBox
win 10 – remove Oracle
stop services rm appl, programfiles\oracle\inventory regedit — software — oracle, currentControlset\service — oracle Environment ORACLE_HOME, path adjust
Posted in Uncategorized
Comments Off on win 10 – remove Oracle
simh – openvms vax.ini
; Load CPU microcode load -r /usr/local/vax/data/ka655.bin ; ; Attach non-volatile RAM to a file attach nvr /usr/local/vax/data/nvram.bin ; ; This virtual machine has 64M memory set cpu 64m ; ; Define disk drive types. RA92 is largest-supported VAX drive. … Continue reading
Posted in Uncategorized
Comments Off on simh – openvms vax.ini
simh – window
github.com/simh Wincap 4.1.3 vax.ini set cpu 64m at nvr vax.nvr set rq0 rauser=5000 at rq0 openvms_73.disk set rq3 rrd40 at rq3 /0-Emulator/VAX/VAX73.iso ;at rq3 /0-Emulator/VAX/LICS.iso set XQ MAC=10:60:4B:66:A9:C7 at XQ eth0
Posted in Uncategorized
Comments Off on simh – window
Make
sudo apt install make sudo apt install make-guile sudo apt install gcc
Posted in Uncategorized
Comments Off on Make
Oracle – change database character set
SELECT * FROM nls_database_parameters; How to change: ALTER DATABASE CHARACTER SET AL32UTF8; To change the database character set, perform the following steps: Shut down the database, using either a SHUTDOWN IMMEDIATE or a SHUTDOWN NORMAL statement. STARTUP MOUNT; ALTER SYSTEM … Continue reading
Posted in Uncategorized
Comments Off on Oracle – change database character set
Running VAX/VMS Under Linux Using SIMH
simh 2.104: https://osdn.net/projects/sfnet_simh/downloads/simh%20source%20code/Older%20versions/simhv210-4.zip/ https://www.wherry.com/gadgets/retrocomputing/vax-simh.html win 10: https://github.com/simh/Win32-Development-Binaries
Posted in Uncategorized
Comments Off on Running VAX/VMS Under Linux Using SIMH
Using SET TERMINAL
https://flylib.com/books/en/2.312.1.90/1/ set term/width=132/page=80
Posted in Uncategorized
Comments Off on Using SET TERMINAL
Oracle pre-installation
https://docs.oracle.com/cd/E16338_01/install.112/e56668/pre_inst.htm#OIDBI1014
Posted in Uncategorized
Comments Off on Oracle pre-installation