Right off the bat, I’ll tell you that there is no completely secure way to automate your MariaDB backups. I researched this for awhile and haven’t found one yet. That isn’t to say there aren’t ways to mitigate your risk, but as some point you’re going to need to store your password somewhere. If you are unwilling to invite any risk to your databases, your best options are to automate entire ba ...
- Tag Archives Ubuntu
-
-
Please Encrypt Your Databases (MariaDB)
Security is often one of the last things IT professionals think about when starting a project. Most of the time tight deadlines and an overworked staff lead to a less than perfect implementation. Security, along with other important things…looking at you Documentation…get pushed to the back burner and sometimes forgotten about altogether. One safeguard that is seldom implemented is database ...
-
Automatic Webmail Notifications in Linux
I use webmail for all of my email accounts as I find it much more convenient than setting up a local mail client like Thunderbird. For what seems like forever, I had been using a Firefox Add-On called X-notifierto alert me when I receive new mail. It was a cool little utility that allowed Firefox to regularly notify me of new mail from my various email accounts. User submitted scripts provide ...
-
Migrating From MySQL 5.7 to MariaDB 10.2 on Ubuntu 16.04
For those unfamiliar with MariaDB, it’s a fork of MySQL that is dedicated to remaining free to use. It was created the day Oracle bought out Sun Microsystems in 2010 who had previously acquired MySQL in 2008. MariaDB was built by the very developers who worked on MySQL and for most users the transition to MariaDB should be fairly painless. All of the clients and tools that work with MySQL wor ...
-
Bluetooth & Triple Booting
Isn’t this supposed to be easy?
The Problem
Are you crazy like me and love to fit as many Operating Systems on one machine as possible in the rare case you need to test something out in Windows, OS X and Linux all at the same time? Well, if you’re not, then this article is probably not for you. For the 5 people in the world who can relate, this read will solve a problem that’s bee ...