Coding and Techy Stuff

Use fdisk and parted to resize a 100Gb custom image of Ubuntu for Digital Ocean to prepare for a 320Gb SecurityOnion install

Digital Ocean cannot deploy a Custom Image larger than 100Gb. Security Onion requires 200Gb to install. To workaround the Digital Ocean limitation, create a 100Gb custom image of Ubuntu, configured with only three partitions: /boot, /, and /tmp. (Leaving out /nsm and swap requirements for the  […]

Continue reading

Install and whitelabel Grafana with a custom grafana_icon.svg and a few other minor changes

Grafana is an amazing application, one of the most active open source projects in the world, and they are firmly committed to the Free Software / Open Source way of doing things. You should know up front that the following information enables a feature (whitelabel) which is part of the Enterprise  […]

Continue reading

How to configure Ubuntu via /etc/network/interfaces using ifupdown managed by Network Manager for Security Onion

That headline is a mouthful, so let's break it down: How to configure Ubuntu via /etc/network/interfaces using ifupdown managed by Network Manager for Security Onion In more simple terms I would prefer this headline: "How to configure Ubuntu with ifupdown for Security Onion," but it turns  […]

Continue reading

What to do when qemu-guest-agent on CentOS does not work after installing with yum

After installing qemu-guest-agent with yum, which was easy enough with sudo yum install qemu-guest-agent I did not see IP information in the proxmox host, so I knew it was not yet working. I tried several things, none of them worked. First I tried looking at the status. Got an error indicating the  […]

Continue reading

Kill a Proxmox VM that won't quit with a one-liner using the pve node's command prompt

I was using the handy information at Proxmox can’t stop VM – How we fix it! (bobcares.com) for a while. They have a two-line approach which does the job, but displays the (very) long command line for starting a proxmox VM on the screen while doing so. To me, facing a wall of text while searching for  […]

Continue reading

Installing ShellInABox on Debian, Ubuntu, Devuan, etc and configuring for white-on-black GUI

You can install shellinabox with your Debian-flavored package manager with a single command: sudo apt install shellinabox White text on black screen The default setting is a white screen with black text. You can right-click to switch it, but if you're like me you'll want to set it to black screen  […]

Continue reading

Accessing OPNSense Web UI running within Proxmox on the WAN interface by disabling reply-to

After I migrated from pfSense to OPNSense for my firewall embedded within a Proxmox lab, I was stumped for two days looking for this obscure setting. It was a problem right out of the box: After I got the interfaces configured and assigned static IPs for the two network interfaces, I tried and tried  […]

Continue reading

Reads article about a rogue process

Reads article about a rogue process in Windows related to Microsoft Store. Reads enough of the article to recognize it's a component he never uses, so can be safely disabled. Opens command prompt, uses it to invoke regedit to edit registry to disable the subprocess that is most suspicious, leaving  […]

Continue reading

Getting data into Twilio parsed variable

It took several attempts, but I eventually found out why I could not access the value of a "parsed" variable within Twilio Studio while using the HTTP Widget. Someone else may encounter this error, so here's how I resolved it. The following 3 attempts are screenshots from the log viewer  […]

Continue reading

Page top