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
# | |
# CONFIGURATION FOR AFPD (Netatalk 2.x) | |
# | |
# ----- | |
# Install sheep_net.ko kernel module and sheep_net device for | |
# SheepShaver Power Macintosh G4 emulator for Classic Mac OS 9 | |
# emulation and connect over AppleTalk using Netatalk: | |
# | |
# Complete instructions: http://bit.ly/MacOS9-SheepShaver | |
# |
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
# ----- | |
# Install sheep_net.ko kernel module and sheep_net device for | |
# SheepShaver Power Macintosh G4 emulator for Classic Mac OS 9 | |
# emulation and connect over AppleTalk using Netatalk: | |
# | |
# Complete instructions: http://bit.ly/MacOS9-SheepShaver | |
# | |
# A SANYALnet Labs Hobbyist Project | |
# Supratim Sanyal - http://tuklusan.decsystem.org/ | |
# ----- |
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
# Netatalk 2.x configuration | |
# | |
# ----- | |
# Install sheep_net.ko kernel module and sheep_net device for | |
# SheepShaver Power Macintosh G4 emulator for Classic Mac OS 9 | |
# emulation and connect over AppleTalk using Netatalk: | |
# | |
# Complete instructions: http://bit.ly/MacOS9-SheepShaver | |
# | |
# A SANYALnet Labs Hobbyist Project |
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 | |
# | |
# install-sheep-net.sh | |
# | |
# Installs sheep_net.ko kernel module and creates sheep_net | |
# device for use by SheepShaver emulation on classic Power Macintosh G4 | |
# build-sheepshaver.sh and build-sheep-net.sh should have been run previously | |
# | |
# Needs sudo root access | |
# |
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 | |
# | |
# build-sheep-net.sh | |
# | |
# Builds sheep_net.ko kernel module | |
# build-sheepshaver.sh should have been run previously | |
# | |
# --- | |
# Supratim Sanyal | |
# Details: http://bit.ly/MacOS9-SheepShaver |
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 | |
# | |
# build-sheepshaver.sh | |
# | |
# Downloads / updates SheepShaver source and compiles it | |
# | |
# --- | |
# Supratim Sanyal | |
# Details: http://bit.ly/MacOS9-SheepShaver | |
# --- |
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
;This is ARACHNE.CFG for Arachne version 1.6+ | |
;If you want to use Arachne on PC with CPU 486+ you should start here. | |
;(tested on AMD K5/133). This profile is slightly less video-intensive. | |
;This configuration file can be completely controled from Arachne setup. | |
;Run "setup" if you are not sure what to change in configuration file. | |
[profile] | |
Profile 486PC.ACF | |
Connection READY | |
Hangup NUL |
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 | |
# | |
# -- | |
# darkstat-cron.sh | |
# | |
# Solaris 11.3 (SunOS 5.11) | |
# | |
# Simple script that fetches darkstat host lists from various servers around my | |
# lab and generates a html index file linking to the gathered darkstat data files | |
# |
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
# | |
# DECnet hosts file - see https://supratim-sanyal.blogspot.com/2017/09/the-decnet-linux-experience-it-works.html | |
# | |
#Node Node Name Node Line Line | |
#Type Address Tag Name Tag Device | |
#----- ------- ----- ----- ----- ------ | |
executor 1.554 name fomfor line eth1 | |
node 1.1 name magica | |
node 1.2 name ernie | |
node 1.3 name fnatte |
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
# | |
# decnet hosts file - see https://supratim-sanyal.blogspot.com/2017/09/the-decnet-linux-experience-it-works.html | |
# | |
#node node name node line line | |
#type address tag name tag device | |
#----- ------- ----- ----- ----- ------ | |
executor 1.553 name fedach line eth1 | |
node 1.1 name magica | |
node 1.2 name ernie | |
node 1.3 name fnatte |