Let this be a cautionary tale for anyone who things wanna-be operating systems on wanna-be computers using software written under a fraudulent methodology named Agile is fit to run a business on. GitLab.com Melts Down There is a reason real computers with real operating systems have a /VERIFY clause on their BACKUP command. There is a reason their backups take longer, because quality matters. On a real operating system using a real database you cannot … GitLab Bites the Big One!Read more
Linux
How to Command Line Format a Thumb Drive on Linux
Every now and then you find yourself on a distro where the GUI tools to format a thumb drive simply aren’t there or aren’t the ones you know about so you don’t find them. As always, the terminal is your friend. Simply plug in your thumb drive and wait for your machine to auto-mount it. Then open a terminal. sudo fdisk -l Disk /dev/sdc: 14.9 GiB, 16026435584 bytes, 31301632 sectors Units: sectors of 1 * … How to Command Line Format a Thumb Drive on LinuxRead more
Linux Fatal Design Flaw
Okay, there are many fatal design flaws, such as the inability to actually cluster like OpenVMS has been able to do since the early 1980s, but one is going to bring it to a screeching halt industry wide. What is that? Requiring a video driver be compiled into/with the kernel. I haven’t looked at the code, nor do I want to. If it is like most Linux/OpenSource code I get to look at it will … Linux Fatal Design FlawRead more
Ubuntu/Linux List All Exit Status Codes
I see this questions about this posted a lot. I also see numerous responses telling people to read through C header files. While you certainly cannot identify application level exit codes without valid documentation for the package, you can get the Ubuntu/Linux exit codes with one easy command. kill -l
Raspberry Qt – Part 4
Back in the day of Bulletin Board Systems (BBS) everyone had to use a modem to connect to either a bulletin board or friend’s computer. This was long before the Internet. Ordinarily people ran their Unix/Linux desktop systems from the root (all powerful) account and DOS, well, it didn’t have the concept of user accounts. Well, it later did when Digital Research released DR MDOS, but that is a story for a different time. At … Raspberry Qt – Part 4Read more