Extra Characters when Pasting into SSHDo you have extra characters like 0~ and 1~ showing up when you paste into ssh terminal? Here’s a simple way to fix that.
How to Drop the Mysql Tables but not the DatabaseAn easy way to clear out a Mysql database of all of its tables.
Building a MySQL-MariaDB Galera ClusterWant a high avalability mysql cluster were you can access all the database nodes at the same time? As in Master-Master-Master-etc setups? Then this is the one for you.
Using OAuth2 with Thunderbird and GmailTo use Thunderbird with your Gmail account, Google tells you to allow “Insecure apps”. However, Thunderbird supports Oauth2 with Gmail. Here’s how to set it up.
Using strace to see what a program is doingstrace is a great little program that you can use to see what files a program is using, and error it may be running into as well.
How to Change a File’s Date and TimeHere we show ways to change a file’s time and date, even to impossible dates
Show System Stats after you Login to the ShellHere’s a great way to show system stats after you login, such as last login, uptime, load, memory, disk usage, and the weather, and if there’s an issue.
Making and Running Cronjobs in Systemd with and without timer and service filesEver need to make cronjobs under systemd? Here’s how to do so, and how to do so an easy way.
Customizepkg - Auto Customize any AUR Package on your systemWant to customize packages in the AUR Repo, but don’t want to keep a separate PKGBUILD or add your own package to AUR? Here’s how.