110 300 600 1200 2400 4800 9600 14400 19200 38400
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
(From http://www.vcfed.org/forum/showthread.php?19823-IBM-PS-1000-Der-PS-1-Tower!&p=133460#post133460) | |
Spring '91 | |
---------- | |
IBM PS/1 models in the Spring 1991 product line: | |
2011-C01, M01, C34, M34, T35, U35, NEA | |
Fall '91 | |
-------- | |
IBM PS/1 models in the Fall 1991 product line: |
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
slmgr.vbs -upk |
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
==> Installing Cask vmware-fusion | |
==> Moving App 'VMware Fusion.app' to '/Applications/VMware Fusion.app'. | |
==> Linking Binary 'vmnet-cfgcli' to '/usr/local/bin/vmnet-cfgcli'. | |
==> Linking Binary 'vmnet-cli' to '/usr/local/bin/vmnet-cli'. | |
==> Linking Binary 'vmnet-dhcpd' to '/usr/local/bin/vmnet-dhcpd'. | |
==> Linking Binary 'vmnet-natd' to '/usr/local/bin/vmnet-natd'. | |
==> Linking Binary 'vmnet-netifup' to '/usr/local/bin/vmnet-netifup'. | |
==> Linking Binary 'vmnet-sniffer' to '/usr/local/bin/vmnet-sniffer'. | |
==> Linking Binary 'vmrun' to '/usr/local/bin/vmrun'. | |
==> Linking Binary 'vmss2core' to '/usr/local/bin/vmss2core'. |
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/sh | |
_TARGET="/opt" | |
_BRANCH="pkgsrc-2017Q3" | |
cd "$_TARGET" | |
###### | |
## CVS is official source, but mirror also available for gits like me! | |
## cvs -d [email protected]:/cvsroot checkout pkgsrc |
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
[ 0.986917] msgmni has been set to 1898 | |
[ 0.990865] alg: No test for cipher_null (cipher_null-generic) | |
[ 0.996728] alg: No test for ecb(cipher_null) (ecb-cipher_null) | |
[ 1.002674] alg: No test for digest_null (digest_null-generic) | |
[ 1.008533] alg: No test for compress_null (compress_null-generic) | |
[ 1.015194] alg: No test for stdrng (krng) | |
[ 1.019406] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 | |
53) | |
[ 1.026814] io scheduler noop registered | |
[ 1.030739] io scheduler deadline registered |
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
>> ============================================================= | |
>> OpenBIOS 1.1 [Mar 15 2017 19:38] | |
>> Configuration device id QEMU version 1 machine id 2 | |
>> CPUs: 1 | |
>> Memory: 128M | |
>> UUID: 00000000-0000-0000-0000-000000000000 | |
>> CPU type PowerPC,750 | |
milliseconds isn't unique. | |
Welcome to OpenBIOS v1.1 built on Mar 15 2017 19:38 | |
Trying hd:,\\:tbxi... |
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
(new-object System.Net.WebClient).DownloadFile($url, $path) |
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
{ | |
"bytes_sent": 65544192, | |
"download": 66125671.394197114, | |
"timestamp": "2017-09-12T08:14:28.436451Z", | |
"share": null, | |
"bytes_received": 83562036, | |
"ping": 3.014, | |
"upload": 49612816.08112028, | |
"server": { | |
"latency": 3.014, |
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
#!/usr/bin/awk -f | |
## Look mum, no shell script pipes! | |
BEGIN { | |
print ARGV[1] | |
} |