Install and setup irssi and oidentd on Debian
Install irssi and oidentd:
# apt install oidentd irssi irssi-scripts build-essential
See that oidentd is now running:
# ps aux | grep oidentd
Install irssi and oidentd:
# apt install oidentd irssi irssi-scripts build-essential
See that oidentd is now running:
# ps aux | grep oidentd
This is how I install xfce4 on a new Debian.
ORM::ActiveRecord is an object-relational mapping module for Raku that mostly follows the Active Record Pattern.
Install using zef:
zef install --/test ORM::ActiveRecord
More info:
I wrote a Console version of Blackjack in Perl.