How to Export MySQL Output to CSV
I ran into a situation where I had SSH access to a MySQL server but needed to export a table to a spreadsheet. How many ways could there be?
more ...I ran into a situation where I had SSH access to a MySQL server but needed to export a table to a spreadsheet. How many ways could there be?
more ...I ran into a situation where I was asked if there was a way to redirect a referrer in Apache to a different relative location. At first, I thought it’d be easy because you’d only need to use regex to match “referrer,” specify the relative location, and you’re done. Right? … Right‽
more ...I recently ran into a situation where I needed to run a test with a Québec City IP address. I checked every well-known VPN provider for their server lists, but none had servers specifically in Québec City. After additional research, I found it’s possible to create a Microsoft Azure VPN Gateway in Canada East and have the VM use the linked VNet as a NIC.
more ...To learn more about social media APIs and new programming languages, I designed a bot that helps users call bases from within reddit during Clash of Clans Clan Wars. I wanted to let users manage Clan Wars from within reddit without using another website. Furthermore, by being a third …