Author: Steven Kussmaul

  • current Ipad lineup july 2024

  • how to work with networking in Debian terminal

    this will be an explainer about the “ip” command, and some general info about wifi commands in linux. first command we will use is ip: the “a” can be interchanged with “a”, “addr” or “address”, they all mean and do the same thing. references/further reading:

  • how to crossflash LSI 9300 HBA card

    text lorem ipsum references

  • how to use the sudo/su command

    in my previous project to set up CUPS on a x86 Debian PC, i had to learn something about the su command, since the OS doesn’t come with the command bundled. i was trying to explain this within that tutorial, but realized that it’s enough to break out into it’s own section. so, a bit…

  • Follow-Up on CUPS server

    I decided to switch to an x86 PC instead of continuing to use the raspberry pi as my print server. eventually i would like to move to virtualized servers in xcp-ng with this new hardware. for now, i’m just doing a a “lift-and-shift” project to move print server to debian12. because I’m staying with debian,…

  • Java environment variables in windows

    As a followup to my post about how to install Java, i want to do a bit of explaining about how to set up environment variables in windows. it’s pretty simple, but there are a lot of choices, so just doing the correct path first is the easiest. we will be creating the Java_Home variable,…

  • how to make wordpress posts appear as exerpts on homepage

    next project to work on, for this site. you’ll know its working when the pages have this! https://www.wpbeginner.com/wp-themes/how-to-display-post-excerpts-in-wordpress-themes/

  • how to flash subaru ECU to disable CEL codes

    problem statement: I am creating a placeholder to save my work as I go through this project. this page may not be complete or go through the whole process. i am learning how to do it on the fly as i go. i have a ‘small evap leak’ that I can’t track down, I have…

  • how to install java JDK on MacOS

    recently i had the situation where i needed to help a fellow tech enthusiast set up their Mac environment for java development. The first step is to actually get the darn thing installed, which i will try to explain and walk through below. intro first thing is a bit of background to understand how it’s…

  • how to set up a Raspberry Pi as a wireless print server

    we will be using CUPS to create a shared printer, connected locally via usb to a raspberry pi. The Pi will be connected wirelessly to your network. i will assume that you have a standard install of raspberry pi os already set up on your board. make sure that you have ssh enabled by creating…