What is this?
From advanced Bash tricks to Python gotchas to MySQL tutorials, this blog covers various topics in programming and systems administration. Find out how to get more done and have fun! Keep up with the latest by subscribing to the RSS feed!About the Author
This is the tech blog of Samuel Huckins. You can check out my homepage and other websites below, or send me a message here.-
Recent Posts
Post categories
Tags
Apache Apple Bash bookmarks CLI command database Desktop disk editor efficiency filesystem firefox fun graph graphing hardware HTML information keyboard Launchy Linux logging migration monitoring MySQL PDF Programming putty Python Ruby screenshot scripting Security ssh subversion svn sysadmin top Trac Ubuntu vim Vista web applications WindowsBlogroll
Handy Links
My Sites
My del.icio.us
- Posts 172
- Words in Posts 62,686
- Comments 311
Monthly Archives: June 2007
Personal Settings in SVN Increases Happiness by 125%!
This may sound a little silly, but when I first started using aliases in Linux (and loving their potential utility), I was put off by the realization that once I got used to using them, I would end up being … Continue reading
Posted in CLI
Leave a comment
Exporting a MySQL DB to .csv
The CSV file format is extremely useful as well as common for dumping, parsing, and loading data. Being able to export the data of a MySQL database into a .csv format file is a handy ability to have. For one-off … Continue reading
Posted in MySQL
Leave a comment
New and Helpful Aliases
Some aliases I have added of late and found to be useful: Displays a calendar and then your locale’s 12-hour clock time: 1alias now=’cal;date +%r’ For those who often like to edit X display config: 1alias editxorg=’sudo vim /etc/X11/xorg.conf’ For … Continue reading
Posted in CLI
Leave a comment
Summary Execution
I find myself coming across strange files on occasion. Crowded folders, shady thrice nested system dirs and the like are filled with them. Usually system files, files whose nature and purpose I might not know. To get to know such … Continue reading
Posted in CLI
Leave a comment







