Octoprint container in Debian Windows WSL 2 and Docker Desktop

Here’s a list of steps to get octoprint to run within a container on Windows. I happen to have a windows system running next to my ender so instead of infinitely waiting for a raspberry pi I decided to run octoprint in a container within windows – if possible. Using Debian was a challenge, but… Continue reading Octoprint container in Debian Windows WSL 2 and Docker Desktop

Docker volume backup and restore the easy way.

I haven’t had to move docker volumes around in a few years, but I finally had the need today. As usual, I searched for the process, knowing that most examples are… well… not very good. Well, as I almost resorted to pulling a manual job using ubuntu, I found a great write-up by Jarek Lipski… Continue reading Docker volume backup and restore the easy way.

Add HEIC support to nextcloud

From https://eplt.medium.com/5-minutes-to-install-imagemagick-with-heic-support-on-ubuntu-18-04-digitalocean-fe2d09dcef1 A restart of apache2 should finish the job. Check with the phpinfo() call…

The Social Dilemma

I thought I understood the general concepts and algorithms that companies like google, Facebook, twitter, etc. use but I was astounded about how much it impacts us as a society. The documentary, “The Social Dilemma”, on Netflix, is filled with conversations with many of the original architects of these systems and how monetization though ad… Continue reading The Social Dilemma

So long, Facebook, and Thanks for all the Fish …

Good Morning!After not being active on Facebook for almost a year now I made the move to completely delete my account.  While it was surprisingly tough initially it was a great decision.  I realized all the ads and shaped content was not worth the family and friend connection I was actually seeking.  My account on… Continue reading So long, Facebook, and Thanks for all the Fish …

Password-less ssh in 2 Glorious Steps…

Local System – Let’s call it alphaRemote System we don’t want to have to enter passwords for,Let’s call it foxtrot Prep: Harden your existing ssh keys since RSA 1024 sucks. This will create a new 4096 version – ed22519 is actually preferred so you can skip the rsa creation if preferred. me@alpha$ mv ~/.ssh/id_rsa ~/.ssh/id_rsa_legacyme@alpha$… Continue reading Password-less ssh in 2 Glorious Steps…

Raspberry Pi 3 SDCard backup…

From https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=77492 dd if=/dev/mmcblk0 | gzip > /media/usb/mmcblk0.img.gz Checking if this works. More to come 🙂

Published
Categorized as Techie, Unix

Living on a Raspberry Pi!

This feels a little weird! Playing with the overclocking and it really makes a difference!  The settings below look stable but make the proc very hot (over 85 degrees c.) From /boot/config.txt: # Overclock settings – disabled until heat sink is added. 170327 SeanK #arm_freq=1350 #core_freq=500 #over_voltage=4 #disable_splash=1 ##force_turbo=1 #boot_delay=1 #sdram_freq=500 Also created a script… Continue reading Living on a Raspberry Pi!

Snipe heaven

Ah good times…  Below is from 2010! Here’s some new details on snipes… https://www.vogons.org/viewtopic.php?t=49073 I have 4 VM’s running MS-DOS and Netware.  Game On! Instructions: Use a vnc viewer like TightVNC (realVNC didn’t work for me, only gave me a blank screen). Go to one of the following server wijgalt.homeip.net Connect to one of the… Continue reading Snipe heaven

Published
Categorized as Techie

Netgear Stora NAS

  Warning:  Nerd Content ahead! Since I work helping companies manage their enterprise storage environment, I tend to be very anal with storing my data at home.  It needs to be resilient, redundant, and fast. Why?  I’m retarded. Most of the time, I spend more than enough money on something I have to manage and… Continue reading Netgear Stora NAS

Best way to tether your iPhone – PDAnet

Unlike most apps that will provide a proxy web service to your computer through your iPhone PDAnet will provide a complete network solution for tethering your computer.  Basically, you can use your iPhone as a computer wifi device, without restriction.  While proxy apps will work well for web applications, it doesn’t work for stuff like… Continue reading Best way to tether your iPhone – PDAnet

Su.pr to shorten urls

I just started using su.pr to shorten long urls and it has the ability to do some very cool stuff if you link it into your wordpress site.  I prefer it over tunyurl and others.  Check it out!

Published
Categorized as Techie Tagged

Great Data Storage Presentation

If you go to http://dsstos.blogspot.com/ there’s an excellent presentation on data storage concepts and recommendations.  It’s HDS AMS focused, but the majority of the presentation relates to general data storage.  Great stuff!

Published
Categorized as Techie Tagged

Cleanup the Open with… menu in OS X

For OS X Leopard this worked for me. Cut and paste this command into terminal: /System/Library/Frameworks/CoreServices.f*/Frameworks/LaunchS*/Support/lsregister \  -kill -r -domain local -domain system -domain user