Last year, I submitted and was accepted to present at the EightKB conference. At first, I thought my current presentation wasn’t advanced enough, but Tracy Boggiano convinced me otherwise. Why did I think my presentation wasn’t advanced enough? I don’t really know. I assumed it…
Category: other
I had no idea what to do, so I Googled it Found this link below and tried the repair thing as the settings were in the config file as expected: https://dba.stackexchange.com/questions/269450/warning-mysqli-real-connect-hy000-2002-connection-refused-in-var-www-htm But then suddenly, my config file contents became my homepage contents! Including my database…
I have a Macbook Pro as my personal computer, and I needed to wipe out my Proxmox setup on my Nuc to install Windows instead. It’s a long story why, but it’s what I needed to do. This isn’t meant to be a detailed guide,…
Idea Generation I start with the spark of an idea, usually jotted onto paper. Mainly, it’s just a title at that point. It might be more conceptual or based on a problem I had at work. If I had a problem at work, I would…
Just a short update. I haven’t blogged since May, and that’s because I’ve been presenting. Now, I have a publishing contract, so that’s keeping me busy. I want to get back to blogging once I’m done with the book. If you love database auditing as…
on ubuntu in terminal #update before installing anything sudo apt update #install ssh sudo apt install openssh-server #check status of ssh sudo systemctl status ssh #open firewall sudo ufw allow ssh or sudo ufw allow 22 on mac in terminal ssh username@computername
on ubuntu system install vino sudo apt install vino enable sharing in settings – and set password turn off encryption gsettings set org.gnome.Vino require-encryption false on mac system connect via finder click go in menu – choose connect to server type in vnc://computername.local click connect…