This file contains 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 | |
LINES=17 | |
PLAYERS=/home/ah/players/ | |
#while true;do | |
cd $PLAYERS | |
echo "-----------------------------------------------------------------------------" | |
echo -n 'Number of active players: ' |
This file contains 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
.*\.afterdinnerconversation\..* | |
.*\.progressamerica\..* | |
.*\.partridge.tech | |
.*\.octaforge\..* | |
.*\coworker\.org | |
.*progressmerica\.us | |
.*rakutenservice-mail\.cc | |
.*mcdlv\.net | |
.*actionkit\.com | |
.*diba\.cat |
This file contains 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
To get this Linux x86-32 Firefox 86.0 to run on Slackware 14.2 | |
and Zoom as of 3/15/2021 | |
(past immediate linker errors, past the crash screen on startup)...: | |
https://www.mozilla.org/en-US/firefox/linux/ | |
I installed all of these libraries and packages from the core distribution, | |
slackports, alien builds, and basically all the hell over, and I'm not sure | |
exactly which are and aren't needed (this also got Chromium going which was | |
more for testing because screw Google and Zoom getting past crashing after |
This file contains 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
Moved to http://github.com/scrottie/botrally |
This file contains 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/perl | |
use strict; | |
use warnings; | |
use Carp; | |
$SIG{USR1} = \&Carp::confess; | |
$SIG{CHLD} = 'IGNORE'; | |
use Net::LPR; |
This file contains 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
root@fluffy:/tmp# newfs_msdos -S 8192 -F 32 /dev/rsd3i | |
/dev/rsd3i: 1953286704 sectors in 244160838 FAT32 clusters (65536 bytes/cluster) | |
bps=8192 spc=8 res=4 nft=2 mid=0xf8 spt=63 hds=255 hid=16 bsec=1953525152 bspf=119220 rdcl=2 infs=1 bkbs=2 | |
root@fluffy:/tmp# mount_msdos /dev/sd3i /mnt/flash | |
root@fluffy:/tmp# newfs_msdos -S $((8192*2)) -F 32 /dev/rsd3i' | |
/dev/rsd3i: 1953405920 sectors in 244175740 FAT32 clusters (131072 bytes/cluster) | |
bps=16384 spc=8 res=4 nft=2 mid=0xf8 spt=63 hds=255 hid=16 bsec=1953525152 bspf=59614 rdcl=2 infs=1 bkbs=2 | |
root@fluffy:/tmp# mount_msdos /dev/sd3i /mnt/flash | |
mount_msdos: /dev/sd3i on /mnt/flash: not an MSDOS filesystem |
This file contains 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
Welcome to Linux 4.4.14 (ttyS0) | |
bleakstar login: [ 8324.823251] docker-compose: Corrupted page table at address 7fd594d9c420 | |
[ 8324.823764] PGD 2b6de067 PUD 2b57b067 PMD 61067 PTE 6f004200410049 | |
[ 8324.824264] Bad pagetable: 000f [#1] SMP | |
[ 8324.824484] Modules linked in: veth xt_nat xt_tcpudp ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter ip_tables xt_conntrack x_tables nf_nat nf_conntrack br_netfilter bridge stp llc overlay ipv6 fuse iosf_mbi crct10dif_pclmul crc32_pclmul evdev crc32c_intel loop | |
[ 8324.826499] CPU: 0 PID: 1678 Comm: docker-compose Not tainted 4.4.14 #2 | |
[ 8324.827019] Hardware name: OpenBSD VMM, BIOS 1.11.0p0-OpenBSD-vmm 01/01/2011 | |
[ 8324.827469] task: ffff88002561c980 ti: ffff880025418000 task.ti: ffff880025418000 | |
[ 8324.828170] RIP: 0033:[<00007fd599f22abc>] [<00007fd599f22abc>] 0x7fd599f22abc |
This file contains 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
GeoIP-- | |
ImageMagick-- | |
ORBit2-- | |
OpenEXR-- | |
R-- | |
Xaw3d-- | |
aalib-- | |
abcde-- | |
adb-- | |
adwaita-icon-theme-- |
This file contains 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
* snobol4 -d 100M scab-client.sno | |
-include 'random.sno' | |
-include 'http.sno' | |
-include 'host.sno' | |
srandomdev() | |
dictfile = 'twl06.txt' ;* whole thing |
This file contains 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/perl | |
# convert POD-like markup to an emulation Apress' MSWord template output | |
# {\*\template F:\\tmp\\ApressStyles.dot} - I'd love to know the path to Kim's etc .dot | |
# but I can't find anything like this in the files I get from her! | |
# todo: run as a cgi, linkable from the wiki | |
# markups available to us: |
NewerOlder