Author: webgeek
-
MySQL Cheat Sheet
Written by
on
Found this today. Not to bad for a quick reference sheet. MySQL Cheat Sheet
-
Hortonworks Releases Its (Conservative) Hadoop Platform
Written by
on
Check this article out. “Hortonworks sets itself apart from Cloudera and MapR by sticking with standards-based software and Apache’s proven 1.0 code line.” >>
-
Configuring MySQL as a Hive Metastore
Written by
on
Hive uses DerbyDB to store its metadata by default, if you have ever tried having more than one person, or multiple services, such as the Hive Web UI or Hive…
-
Hadoop, Hive, Oh my.
Written by
on
Sorry, I haven’t really wrote anything in the last couple of months, but after a year or more of reading about Hadoop and poking at it. I have actually got the…
-
Using Iozone for Filesystem Benchmarking
Written by
on
If you have been around computer systems long enough everyone knows how import disk performance is, espeacially with database systems. There’s the standard htparm -tT and dd test the everyone…
-
Using Mysqldump to Backup Your Stored Procedures, Functions and Triggers
Written by
on
Now that MySQL has Stored Procedures, Functions and Trigger. I have found myself needing to back them up or make copies to move to a different MySQL server. It’s actually…
-
Install Git From Source On Linux
Written by
on
If you are like me and want to install git-core core from source instead of one to the many binary packages out or you just have a distro that does…
-
Here is what happens when I recovery from surgery.
Written by
on
After being told that I would need to take five days to recovery from a recent surgery and being informed that they would prefer me not to work on any…
-
Using CURL to manage Tomcat
Written by
on
The other day I and a few of my colleges were talking about a easy way to deploy and undeploy war files from the command line like you could through…
-
Simple HTTP Server with Python
Written by
on
Ever needed a quick web server to share something with a Windows user from you Linux box. Python has really easy to use embedded HTTP Server. Just try the following.shell>…