Theme:
chkdsk /f
Meuon 2024-08-26
Just ran/requested chkdsk /f on reboot on a venerable Win2k server via remote (VNC) It's attached to / controls $600k worth of hardware, yet apparently the OEM has no other options. Seems all the old geeks that could rewrite code for new hardware/OS are all gone. Been lookin at it, it's mostly VBS scripts and some unix emulation code. Cuz the original was apparently on Sun OS. Prayers requested. #chkdsk
Serial port slash R
Meuon 2024-08-26
Been beating on some code to do serial port control for controlling a Numato USB attached solid state relay board. Code looks awesome. Should work. Even seemingly worked once. I was sending commands with a slash N \n (line feed) instead of a slash R \r (carriage return) I feel stupid, but also it's been a LONG time since I wrote code for a serial port. #serial
Again thanks DokuWiki
Meuon 2024-08-04
While it hypes being simple, it is powerful. Am setting up yet another DokuWiki site for someone for geeky documentation, and again: DokuWiki is awesome. First time really needing complex ACL (Access Control) and am impressed how well enforced they are by single page and namespace. Donation on the way to @dokuwiki@phpc.social #DokuWiki
Melee Redux
Meuon 2024-07-19
Years ago, I built a very simple mailing list server to run a few mailing lists (chugalug.org and others). As I moved it to a new server and updated the code, I had to eat my own dog food. As I read my readme.txt and figure things out from scratch: I sucked. Younger me that had just written the software had a lot of stuff stuck in his head that did not make it to the docs. Now updated.
Melee Ready
Meuon 2024-07-16
Bringing projects to PHP 8.x+
Got the basic Melee working. Easier than I was expecting. Need a few tweaks like using port 993 and SSL instead of depreciated TLS on port 143. for imap. I think it's time to migrate Chugalug.org to the new server.
Melee Update
Meuon 2024-07-14
Bringing projects to PHP 8.x+
Having fun testing code, but also noting that MELEE (the Mail Engine) has not been tweaked for PHP 8.x and needs to be. This is my reminder to self.
Future Goal
Meuon 2024-07-14
I need to make a web UI for my website posts that allows easy uploading and posting of pictures, in my spare time. Buwahahahaha..
I am so old that...
Meuon 2024-07-14
I remember when almost any UUCP or SMTP mail server would accept and forward an email from any address to any other address. It was considered the polite thing to do. It often took multiple hops, as everything, even mail servers, were not connected all of the time. This is also a test of venerable code to post to Fosstodon, but why be boring? #old
Upgraded Server to Debian 12 - July 2024
Meuon 2024-07-14
The old geeklabs.com server was Debian 10, and that was an in place uprade from Debian 9. Spent the weekend cleaning up DNS, DKIM, PostFix, OpenDKIM, Dovevot and movig a handful of sites. Got more to move including Chugalug.org. If you see something weirder than normal: reach out. Please.
Just pretending to be sales weasel.
Meuon 2024-02-13
Stepping out of my normal role as just a geek to attend ITExpo and Astricon (this week in Ft. Lauderdale) to network a bit more. Am here in both a technical learn and share role, as well as trying to figure out future business development angles for Ring-U.com. Not normally a biz-dev guy (anymore), but I can fake it. If you are also around and want to rant technically or biz-dev together, hunt me down. #asterisk #astericon #itexpo
Enabling VNC module in xorg.conf
Meuon 2023-10-23
This is a strange 2006 era device built on Fedora.
Could not use x0vncserver as it was b0rk3n badly. 0: Make sure it has a vnc module for X. locate vnc.so works 1: vncpasswd /root/.vnc/passwd 2: Add to /etc/X11/xorg.conf
 Section "Module"         Load            "vnc" EndSection Section "Screen"         Option "SecurityTypes" "VncAuth"         Option "UserPasswdVerifier" "VncAuth"         Option "PasswordFile" "/root/.vnc/passwd" EndSection 
Future Geeky Youtube Channel?
Meuon 2023-08-29
Am mostly playing... OBS and toys
Diving into OBS/Open Broadcast Studio for possibly streaming some live events. There is not much there. Yet. This is mostly a test post for when there is. https://www.youtube.com/channel/UCqsH6pnnpOWjlNpjfRdNmFw
Bespoke Solutions
Meuon 2023-05-10
When you can not convince the company you own that it makes any sense to do things.

I keep tossing new ideas at the ring-u.com team, which does small business phone systems in a repeatable supportable manner to do some "special projects". I get it. Cognitive load is a real problem at scale.

So... time to officially open the door for some telecom special use cases. If it:

  • Helps people solve a problem
  • Can at least cover costs
  • Interesting - very important.
You are going to see me doing it as GeekLabs. Excuse me while I go set some things up for someone. There will be more later. --Mike-- aka --Meuon--
Asterisk Thinking
Meuon 2023-03-15
Do not solve the problem you think you have.
Problem: Transfering an outgoing call causes MixMonitor to close the recording file. There are insanely complicated ways to solve this, bridges, pre-dial handlers, etc. Rabbit holes. The answer was simply start a new recording in the local dial setup [Internal-Setup]. Works for parked calls, transfers and internal calls. The difference was how we thought about the problem. #asterisk #thinking
Password Sweat
Meuon 2022-12-19
Not enough coffee.

Anyone else type a password in via SSH a couple of times and the third time it refuses you the first thought is: Oh no, the servers hacked!

Then you realize you are misaligned on the keyboard you were not looking at as you typed it.

Or you were hitting caps lock...

Maybe the caffiene keeps me paranoid.

cURL as Linqua Franca
Meuon 2022-12-19
Because we must communicate

Again and again, I read code that shows bare cURL examples and cURL-ish syntax in a language and applied it to a different one. And it Just Worked(tm)!

I'm blown away when I meet a "programmer" that escews learning cURL. You don't have to be an expert, that's what documenation is for. Please at least experiment with it. If you are a web centric programmer, it is the gateway to understanding what is really going on, especially with API's.

https://curl.se/
Something to say?
Meuon 2022-12-19
Playing with code to post/save, organize, search, categorize and display content is EASY! What's really hard is creating content worth doing those things for. We've got to work on more / better / relevant content. Not just reposting, sharing and linking to things. CREATE! Me included.
Curl Post Test
Meuon 2022-12-19
Playing with idea of posting from my website at geeklabs.com directly to fosstodon.org using code munged from Chris Jones and his excellent example at: https://chrisjones.io/articles/using-php-and-curl-to-post-to-the-mastodon-api/ If you are seeing this on Mastodon/Fosstodon: It works!
New Website Code 2022-2023
Meuon 2022-12-16
Going minimal. Mobile Friendly. Will expand.

Yeah yeah, it's 2022 and I'm very late to the "Mobile First" practices of the web. Mostly because I hadn't found CSS and code I liked. So I built it. As in all internet things, I built on the shoulders of giants, dwarves, faeries, furries and whatever else they identify as. I started with Cutestrap as a clean minimal CSS that makes sense to me. I tweaked it some, and added the drop down menu code using the same CSS thoughts in the base CSS. I like it because most of the time, the CSS just makes plain standard HTML look good. It isn't trying to reinvent the UI. Let the browser do it's thing. There are a few quirks as you move page widths from mobile size to a more normal size, but less than most places.

The underlying code is "GLASS". In this case what I'm calling "GLASS-2023" as in the "Geek Labs Application Starter Set" a continuation of the framework and methods that have built a few enterprise applications and a bunch of small projects. This will eventually be made public again. The problem is documenting it. What a pain. Ugh. Should I? Yeah, there are other people that use it for projects in several countries. I've heard the report generator is worth big bucks ;)

Anyway, like most of the internet, this website is a work in progress. Very minimal right now, but functional enough for now.

Social Media Redux 2022
Meuon 2022-12-14
Because Post-Musk Twitter broke my social media habit

Once upon a time, there were BBS's and islands of people with limited coms between them. Even the early internet worked this way, email, mailing lists. These islands became early online systems: Compuserve, Prodigy, AOL/America Online, etc.. which got absorbed by the internet as they joined it. The internet created it's own new islands.. big islands/mainlands: Facebook, Twitter, Reddit.. which seems to exist to post/share things from each other.

I gave in, became active in Twitter and Facebook and... and enjoyed parts of them, mostly the people that I interacted with. Good people, many of whom I know in real life as well.

In late 2022, Elon Musk bought Twitter.com, which broke the facade he had crafted of who and what he was. Twitter has devolved. Many of us geeks left to Mastadon and other places. Back to S=smaller islands that talked to each other. I joined Fosstodon for geeky conversations where I might learn something.

In doing so, I realized that while I can (and did) export my tweets, it's a mess to import (I will eventually). Wow, I created a lot of funny, snarky and useful content. That Elon paid for, but I didn't get any of. It's time to take back control of my content, brain farts, musing and rambling rants. After all, I have the skills. and the technology

2023 GeekLabs Social Media Goals:
  • Initial posts to all social media platforms will be made on this system and then copied via API's to various platforms as apropos.
  • All subsequent conversations may or may not be archived here. Unsure at this point.
  • All sharable photo's will be stored and searchable here.
  • Create More and Better Content.
  • A lot of little things I haven't thought about yet.