MySQL with Docker

First, I pulled the image ‘docker pull mysql’ that was the last easy thing I did. I wanted to use my own my.cnf file. So put it in /my/custom and used: ‘-v /my/custom:/etc/mysql’. I pulled a highly optimized one off github: https://gist.githubusercontent.com/rhtyd/d59078be4dc88123104e/raw/12d79310970e21604480c41d0c34813e6946be44/my.cnf I had to comment a lot out as many options are deprecated #datadir   […]

MySQL with Docker Read More »

SSH Tunnel VNC With Chrome OS

First get the Secure Shell App Offered by Google Secure Shell Developers. https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo?utm_source=chrome-app-launcher-search Next get VNC® Viewer for Google Chrome™ Offered by www.realvnc.com https://chrome.google.com/webstore/detail/vnc%C2%AE-viewer-for-google-ch/iabmpiboiopbgfabjmgeedhcmjenhbla?utm_source=chrome-app-launcher-search Then when creating a [New Connection] in the Secure Shell App, specify the following SSH Arguments: -L 5901:localhost:5901 Open the Connection that you created. Then open VNC® Viewer for Google Chrome™ and

SSH Tunnel VNC With Chrome OS Read More »

Ubuntu 19.10

It’s just a few days away. Oct. 17th is the day. I’ll be running Lubuntu. That’s Ubuntu with a LXQt desktop. It’s super light-weight which is great for my MacBook Airs. They have 2GB of RAM, an I5 and a 64GB SSD. So Lubuntu is a good choice. I have installed the beta in a

Ubuntu 19.10 Read More »

Another New Wireless Router

I installed a new wireless router for this website. I bought it on e-Bay. It runs DD-WRT too like the old one except that it runs a more recent version. The newer version is not susceptable to the ‘heartbleed’ vulnerability like the old one was and is configured as a ‘repeater-bridge’ too. I was able

Another New Wireless Router Read More »

MySQL Workbench 19.04 Hack

Ubuntu 19.04 (Disco Dingo) does not have a package for MySQL Workbench. It was difficult to build from source. I don’t even remember what I did. But once I built it, I saved the source tree in a zipfile. Then in the build directory, wb-build, I copied the Makefile to Makefile.install. I removed any dependencies

MySQL Workbench 19.04 Hack Read More »

MySQL woes

My websites were running slowly. It just kept saying “transferring”. I tried everything with regard to apache and the network. But as it turns out, it was the MySQL database. I noticed some errors in the MySQL log “Got timeout reading communication packets” so, of course, I googled it and changed a value in /etc/mysql/my.cnf

MySQL woes Read More »

Elementor

I am playing around with a new editor now. It is called Elementor. I don’t know if it is compatible with the WordPress Classic editor, I will have to see. I was able to switch back without any damage. But, when I switch back to Elementor, it loses the edits that I make with the

Elementor Read More »

Donation page is up

The CIT donation page is up! I did it for Susan and I put a link on the official website. I also updated my website to 8.6.10. I’m running Drupal and CIT is using WordPress and so is this blog. I used Woocommerce to set up a store. I had the different donation amounts as

Donation page is up Read More »

New Router

I had to install a new router for this website. I also host tombrehm.org too and citexas.site which is a test site for citexas.org. The old router was dropping packets randomly. I had another spare. The new one is faster and more reliable. I tried converting some pages to Gutenberg on citexas.site as wordpress suggested

New Router Read More »