The Pædantic Programmer

  • Business
  • Writing Free Software
Illustration of a bird flying.
  • IPv6 with CenturyLink Fiber

    In case you want to know how to configure IPv6 using CenturyLink’s 6rd tunneling service. There are four files to update with my script: /etc/radvd.conf.header /etc/default/centurylink-6rd /etc/ppp/ip-up.d/centurylink-6rd /etc/ppp/ip-down.d/centurylink-6rd There are a couple of environment variables in /etc/default/centurylink-6rd that you will want to set. Mine looks like this: LAN_IFACE=”ens18,ens21,ens22″ HEADER_FILE=/etc/radvd.conf.header The script will configure radvd to […]

    February 4, 2023
  • State of the racks, 20221231

    Hi friends! I haven’t written in a while. I’ve been caught up in work. But between working, I’ve put together some new equipment in a couple of new racks. I bought an audio dampened 15U rack a couple of years ago or so, and into it I’ve placed the RAID array and an HP desktop […]

    December 31, 2022
  • Rack coming together

    I now have four six-port Qotom systems and one four-port Qotom system in my rack. I have successfully verified that the newest of these is capable of pulling about 745Mbit/s of 1500-byte frames through the switch from six other hosts. I bet it will push data at the same rate. but I can’t get iperf […]

    November 30, 2020
  • Recovering videos from DV tapes with Canon ZR80

    I am recovering some tapes from back in the day that some of you may enjoy. Here is a log of the process so that maybe you can recover some of your own DV tapes. Seems to work well in modern Debian. To attach to the camcorder, I used a PCI-e card that has an […]

    June 11, 2020
  • The woes of 520-byte sectors

    A couple years ago, I bought a 12G/s SAS disk to see if I could get it to work with the RAID controller with external SFF-8088 ports which came with the system I got while I was working at The Linux Foundation. I got an enclosure to go with it because I was enthusiastic and […]

    April 14, 2019
  • I’m running an ethereum node

    cjac@server0:~/Downloads/geth-linux-amd64-1.8.14-316fc7ec$ df -h ~/.ethereum/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg00-ethereum 148G 130G 11G 93% /home/cjac/.ethereum this was from before I ran ./geth –syncmode “fast” –cache=1024

    September 6, 2018
  • Using SonarQube 5.4, Maven 3.3.9, Jenkins 2.19.1 on systems with both Java 1.7 and 1.8

    Hello folks! My team spent hours and hours beating our head against a Sonar deployment problem on Ubuntu Trusty (14.04 LTS). I thought I might share our findings so that you won’t have to! As you probably know, Trusty only makes Java Development Kit 1.7 available on the stock installation. The current stable version of […]

    October 12, 2016
  • OpenDaylight Symposium 2016

    I’ll write this later.  Keywords and notes inline Cloud 5G AT&T Ericsson SDN FD.io Cisco Intel Linux Debian Ubuntu Open Source Hydrogen Helium Lithium OSI stack Usability Developers and users working together. Fast Dev/Test cycles Sessions start at 10:30 Message bus Minimal install needs to be smaller Most functionalities must be implemented in modules Upgrade […]

    September 27, 2016
  • virt manager cannot find suitable emulator for x86 64

    Looks like I was missing qemu-kvm. $ sudo apt-get install qemu-kvm qemu-system

    September 21, 2016
  • Some work on a VyOS image with Let’s Encrypt certs

    I put some packages together this weekend. It’s been a while since I’ve debuilt anything officially. libffi-platypus-perl libalien-base-perl libalien-ffi-perl libffi-checklib-perl libshell-config-generate-perl libshell-guess-perl The plan is to build a binding to the libgnutls.so.30 API. The certtool CSR (REQ) generation interface does not allow me to create a CRL with “not critical” attributes set on purposes. Maybe […]

    June 6, 2016
1 2 3 … 45
Next Page→

The Pædantic Programmer

Proudly powered by WordPress