December 20, 2020
####################################################################
# R1
# Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.7(3)M5, RELEASE SOFTWARE (fc1)
# Factory reset
reload
# In minicom, hit: Ctrl A, F
confreg 0x2142 # skip loading startup-config
reset
Read More...
cisco (1) ccna (1) home (1) lab (1)
July 12, 2020
I wrote a console version of Blackjack in Rust.
Read More...
blackjack (17) console (14) rust (1)
June 6, 2020
I wanted to access a RHEL machine from Cacti, so I needed to install and configure net-snmp on there first.
yum install net-snmp
After installing net-snmp the snmpd.conf needs to be configured:
vi /etc/snmp/snmpd.conf
Read More...
cacti (1) rhel (1) snmpd (1)
June 1, 2020
Install irssi and oidentd:
# apt install oidentd irssi irssi-scripts build-essential
See that oidentd is now running:
# ps aux | grep oidentd
Read More...
debian (5) irssi (1) oidentd (1)
May 31, 2020
This is how I install xfce4 on a new Debian.
Read More...
debian (5) awk (1) apt (1) xargs (1) xfce4 (1)
May 25, 2020
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:
Read More...
raku (17) orm (1) active-record (1)
May 24, 2020
I wrote a Console version of Blackjack in Perl.
https://github.com/gdonald/console-blackjack-perl
Read More...
blackjack (17) console (14) perl (1)
May 5, 2020
A behavior driven development framework for Raku.
Install using zef:
zef install BDD::Behave
Read More...
raku (17) testing (2) bdd (1)