Feed Info - Brandon Purcell's Blog

Previous Syndicated Feed
Random Syndicated Feed
Next Syndicated Feed

Feed Tags
Log in, and you can add your own tags!
 
Feed Actions
 
Brandon Purcell's Blog
 
Site URL:http://www.bpurcell.org/blog/index.cfm
Feed URL:http://www.bpurcell.org/blog/rss.cfm?amp;amp;catid=1&mode2=cat&mode=short http://www.bpurcell.org/blog/rss.cfm?amp;amp;catid=1&mode2=cat&mode=short
Image URL:
Description:A blog for ColdFusion, Java, and other topics.
Subject:
Language: Help on Language Tags
Format:RSS
Version:1.0
License:None listed in feed

Featured:Feature This Feed on Syndic8

Feed ID:192090
Dates:
Created: 2004-10-08 Approved: 2005-11-08 22:55:36 XML Changed: 2013-03-17 04:24:57
Published: Pinged:: XML Parsed: 2013-05-19 17:15:51
Status:Syndicated Help on Feed Status   
Toolkit:(Unknown) Version: 
Scraped:No
Metadata:No Help on Feed Metadata
Archivable:No Help on XML Archiving
Page Views:243
Pings:0
Enclosures:No
Polling:Interval: 6 hours  Last Poll: May 19th 2013 at 07:00:00 AM  (Poll ID: 4710)
Referenced Feed:
Encoding:iso-8859-1
Explicit:No

  Headlines     Poll Results     Statistics     XML     Action Log(2)     Notes(0)     Categories     Contacts     Locations     Subscribers     Changes  
           

Poll History:
05-20   05-18   05-15   05-12   05-10
 4710     4708     4707     4705     4704 
TitleDescription
Helpful command to see disk space usage on linux by directory

I was running out of space on a server the other day and was wondering what directory was full and what files I could clean up. There is a simple command that is helpful to identify usage by directory. This works from within any directory so you c...

Help with PostgreSQL commands

We use PostgreSQL for SpatialKey and because of that I have learned a lot about system administration with PostgreSQL. While debugging an issue with tables that had ballooned up I ran into this article which has some great tips for isolating db an...

Keeping a session alive on ColdFusion using Jquery

There is nothing more frustrating than taking 30 minutes filling out some text in a long form only to submit and have your session reset and lose all of your data. Here is a simple solution to keep a session open on forms where users may need an e...

Drunk on Software episode featuring members from the SpatialKey team

James Ward and Jon Rose recently published the latest episode...

Linux NFS mount: failed, reason given by server: Permission denied

This issue drove me nuts today for several hours today, to be honest I was pretty close to breaking something! Earlier in the day I had the NFS mount working fine then I created an AMI and booted up another instance from the newly created AMI but ...

Recursively deleting .svn directories

I often need to copy code from a SVN repository to a location where I have files deployed or I may pull code from an SVN repository on the web and want to check it in locally. Both of these actions require the stripping out of all .svn directories...

Slick Example of JQuery Selectors

I ran across this today. Examples are great when trying to understand JQuery selectors.

CFDUMP for PHP and Javascript

In recent months I have been using PHP to extend functionality inside of WordPress for the SpatialKey site and working with JQuery as well. After working with ColdFusion for so long I have gotten spoiled by the CFDUMP tag . Here are a few options ...

Sending SMTP messages from your EC2 instances

One challenge I have encountered with Amazon Ec2 is the sending of email from our web applications. If you try to send directly from sendmail or postfix then you might as well forget about guranteed delivery. A large amount of your email will end ...

Running applications at startup on Linux with chckconfig

This is common knowledge if you have been using Linux for a while but I still find it a helpful resource to understand how you set what programs are running when Linux starts. This is mainly specific to Red Hat or CentOS which I use on a regular b...

.htaccess tips and tricks

I ran across this article while debugging some .htaccess issues on our SpatialKey server and found some helpful information on .htaccess.

Monitoring in Linux

This is a good article on some monitoring tools for Linux. I had already used several of them before but found 'htop' and 'atop' in the comments and they are ...

JBoss - Generating a thread dump with twiddle

I had been looking for a simple way to get a thread dump from JBoss to see what was happening on each of the SpatialKey servers without actually logging onto any of them. After all reading through thread dumps is one of my favorite past times. I f...

Searching through many files for a specific string in Linux

I found a helpful command today to help me search through many different file in linux. I have a bunch of log files and want to find a certain occurrence of an error.

for i in `find ./`; do grep -H "string to search" $i; done

Putting your Excel Data on the Map - Data Visualization and Reporting with SpatialKey

Excel is a powerfull tool for sorting and analyzing data but what if you want to look at your data from another angle. What if you want to see the geographic aspect and understand the trends both over time and geographically? Geocoding your data c...



6.461 seconds - Syndic8.com - Copyright © 2001-2013 Jeff Barr & Bill Kearney - All Rights Reserved