This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ minicom | |
Welcome to minicom 2.7.1 | |
OPTIONS: I18n | |
Compiled on May 6 2018, 08:02:47. | |
Port /dev/ttyS0, 00:03:58 | |
Press CTRL-A Z for help on special keys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# -- | |
# hecnet-nodes-for-pydecnet.sh | |
# grabs HECnet node list from MIM and produces node names configuration | |
# file for DECnet/Python | |
# | |
# Author: Supratim Sanyal <supratim at riseup dot net> | |
# -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Terminal session log: | |
# Mounting MacOS X APFS partition on Linux Ubuntu Mate on Apple MacBook Pro 17" | |
# See https://supratim-sanyal.blogspot.com/2020/02/install-and-dual-boot-linux-on-17-inch_17.html | |
### | |
localuser@macbookpro17inch:~$ # MOUNT THE MAC OS X APFS PARTITION ON UBUNTU ON MACBOOK PRO | |
localuser@macbookpro17inch:~$ sudo apt-get update | |
... | |
localuser@macbookpro17inch:~$ sudo apt-get upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Terminal session log: | |
# Configuring Trackpad Gestures for Linux Ubuntu Mate on Apple MacBook Pro 17" | |
# See https://supratim-sanyal.blogspot.com/2020/02/install-and-dual-boot-linux-on-17-inch_17.html | |
### | |
localuser@macbookpro17inch:~$ sudo apt update && sudo apt upgrade | |
[sudo] password for localuser: | |
... | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$! --- | |
$! AUTHOR: SUPRATIM SANYAL | |
$! http://tuklusan.decsystem.org | |
$! --- | |
$! My Hobbyist DECnet Nodes as of Feb 3, 2020 | |
$! --- | |
$ NODELIST = "IMPVAX,PYRTR,QCOCAL,CLOUDY,JUICHI,FEDACH,FOMFOR,OSTARA,WEXPEE,ENTEE4,RAPTOR,MACOS9,WFW311,WXPEE2,TRU64,XLVII,TSTVAX,W2000S,MACOS7,RST101,TWENEX" | |
$ NODELIST = NODELIST + ",VAXSTN,XLIV,PIPY,XL,NANAJU,NJEVX1,NJEVX2,SHAKTI,IBM390,MOKSHA,PYDNET,IMPRTR" | |
$ OUTPUT_TXT="sys$scratch:sanyalnet-labs-decnet-node-status.txt" | |
$! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
Sieve of Eratosthenes programmed in COBOL | |
IBM MVS 3.8 TK4- | |
Batch Job Printer Output: Prime Numbers till 9999 | |
Emulate IBM 3033 Mainframe Computer running MVS 3.8 O/S: | |
https://supratim-sanyal.blogspot.com/2020/01/mvs-38-operating-system-on-ibm-3033.html | |
======================= | |
MM MM FFFFFFFFFFFF 11 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on Wed Nov 6 12:58:36 2019 | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ telnet localhost 54321 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
Firmware Version 6.1 | |
Duplex Console IO Dependent Code (IODC) revision 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on Sun Nov 3 01:32:30 2019 | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ telnet localhos r t 54321 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
Firmware Version 6.1 | |
Duplex Console IO Dependent Code (IODC) revision 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ # -----------------------------------------------cat r.sh[K[1Pvi r.sh./r.sh cat r.sh./qemu-system-hppa -net nic,model=help[11Pversion | |
QEMU emulator version 4.1.50 (v4.1.0-2221-g36609b4fa3-dirty) | |
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ | |
[localuser@dell-poweredge-2950 ~/Qemu-VirtualMachines/hpux]$ ./qemu-system-hppa -version# -----------------------------------------------cat r.sh[K[1Pvi r.sh./r.sh cat r.sh./qemu-system-hppa -net nic,model=help | |
Supported NIC models: | |
e1000 | |
e1000-82544gc | |
e1000-82545em |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
shs.c - simple http server for 4.3 BSD on VAX | |
Compiles with gcc version 2.7.2.2 vax-dec-bsd | |
Tweaked from David Egan's HTTP Server in C (https://dev-notes.eu/2018/06/http-server-in-c/) | |
For each connection accepted on the designated port, this | |
minimal server returns a single file (index.html). | |
# gcc -v | |
Reading specs from /usr/local/lib/gcc-lib/vax-dec-bsd/2.7.2.2/specs |