GNU/Linux tmux-256color tcsh 469 views

prolly lesser known but you can send email by just being logged in hhhhhh idk

by the way here’s the entirety of genid.pl (you can use it, but replace rapidcow.org with something else)

#!/usr/bin/env perl

use POSIX qw(:time_h :locale_h);

setlocale(LC_TIME, 'C');
my $time = time + 90;
my @time = localtime($time);
print 'Date: ', strftime("%a, %d %b %Y %H:%M:%S %z", @time), $/;
print 'Message-ID: <', "$time.$$.port25", '@example.rapidcow.org>', $/;

More recordings by rapidcow

Browse all

orphan test 5:12

by rapidcow

my first ascii art 18:30

by rapidcow featured

test 1:30

by rapidcow