Welcome to my blog!

Here, you’ll find posts on lessons I’ve learned, the things I find interesting, and what I am working on. Although I am not much of a writer, (really, it takes me a very long time to write together a post), it is an attempt to track my thoughts and share learnings through the years.

Although my interest is wide, you will most likely find contents regarding **software** and **hardware development** on this blog.

Feel free to scan around! If there is anything that may interest you, or if you have any questions, please feel free to reach out to me!

Wanna know more about me? Find out a little more here.

Active Projects

Showing current active project

Latest Edits

Showing last edited date

  • Mar 18, 2022 Klipper Setup
    The need for speed starts here
  • Jun 5, 2022 Setting up Proxmox on R720
    Plan is to have server run Proxmox, with TrueNAS TrueNAS will get HDD passthrough, hence Flash IT Mode Firmware to H710P all proxmox and its Get HW DVD caddy and an old SSD for Proxmox use this, because r720 cannot boot into a PCIe NVMe drive NVMe to PCI2 adapter Samsung 1tb NVMe for all VM GPU Powercable for nVidia card relatively simple installation of proxmox plug in USB with latest proxmox ISO boot up and select boot device with use UEFI boot install, follow prompts.
  • May 29, 2022 Flash IT Mode Firmware to H710P
    flash both linux and dos iso into two separate usb sticks remove raid controller battery - and dont put it back factory reset bios, pull power, pull battery, completely clear all settings put DOS usb in first, and boot into it Get into system boot menu Enables you to enter System Setup (BIOS) . Enables you to enter system services and starts Lifecycle Controller (for iDRAC/Lifecyle Contoller enabled systems) Enables you to enter Boot Manager.
  • Jun 14, 2022 Thin Client with Rpi4
    Setting up Proxmox # Thin Client with Rpi4 # primary goal is to have remote development Setting up Display Manager on Rpi4 # no previous Display Manager installed # Install general xserver sudo apt-get install xserver-xorg sudo apt-get install xinit # Install LightDM packages sudo apt-get install lxde-core lxterminal lxappearance # remove some unnecessary stuff sudo apt-get purge xscreensaver Run the backup of the autostart script for LXDE #Backup old system autostart file sudo mv /etc/xdg/lxsession/LXDE/autostart /etc/xdg/lxsession/LXDE/autostart.
  • Nov 7, 2021 Installing Fusion 360 on Linux
    Get Started Here Install Zenity and run this command mkdir -p "$HOME/.config/fusion-360/bin" && cd "$HOME/.config/fusion-360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && bash install.sh && exit references https://github.com/cryinkfly/Autoesk-Fusion-360-for-Linux
  • Nov 7, 2021 Debugging Unifi Adoption Issues
    absent-mindedly factory reset USG that led to this whole fiasco. Lesson learned.
  • Jun 12, 2022 Settng up PiHole with Unifi
    Setting up PiHole # Troubleshoot # Flush DNS ssh into pihole and run pihole restartdns
  • Nov 7, 2021 Initial Research of LowRider 3
    Goals # is to take on 4x8 sheets when needed, if not will stick with 4x2 or 4x4 table make the table expandable in the y direction adjustable belt for y-axis to take on 4x2, 4x4, or 4x8 configurations disasemble into small parts, take no floor space when not in use Design Modifications # Y-axis the the expandable axis Dual Carriage (IDEX) # design from V1 engineering forum Useful for multiple bits Collapsible Supporting Table # Design inspiration from forum
  • Mar 14, 2022 Initial Upgrades
    Track of things I’ve added to the Ender 3 V2 to make it work the way I want it to work. Firmware # Upgraded to this firmware. GitHub - Jyers/Marlin: Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. this lin Used UBL with BL Touch 10x10 Added Octopi # Allow for remote monitor could use Octopi to be the ‘host’ and send instruction, but were gonna use it for remote monitoring fixed under voltages with electrical tape - The neverending undervoltage error: octoprint decided on klipper and mailsail instead better fan?
  • Jun 11, 2022 Raspberry Pi Unifi Controler
    Bastion Host # Installing Unifi # Run this to install unifi and pi-hole wget "https://github.com/SmokingCrop/UniFi/raw/master/install-unifi-pihole-English.sh" -O install-unifi-pihole.sh && chmod +x install-unifi-pihole.sh && ./install-unifi-pihole.sh Setting up PiHole # https://nuxx.net/blog/2020/12/01/pi-hole-and-pivpn-with-ubiquiti-unifi/ Setting up backup # used Unable to resolve reference to ../../wiki/r-0a332c44 from projs/homelab/rpi-unifi-controller.mdautofs to get /mnt/data/lab/backup directory mounted used crontab for backing up Unable to resolve reference to ../../wiki/r-b9pmiuv6 from projs/homelab/rpi-unifi-controller.mdUsing Crontab to Schedule work