Tech on Tour header image 4

Entries from January 2008

Recover Linux reiserFS with bad blocks

January 28th, 2008 by Alex Costa · No Comments

Crisis normally create a great environment for quick learning. Some would say that it also exposes lack of planing, which in my experience both are equally true.
Last week I had a server’s HD die on me and I suddenly had to rescue some of the newer data that for some stupid reason I had not [...]

[Read more →]

Tags: Applications · Laptops · OS & Servers · Storage · quick & easy tips



Wordpress get_excerpt – show more words

January 3rd, 2008 by Alex Costa · 4 Comments

the get_excerpt function on Wordpress shows the first 55 words of your post, striped out of any special formatting eg: links, bold, etc.  I wanted to change it for a blog I was developing so I traced it back to the function wp_trim_excerpt in the file \wp-includes\formatting.php. In this file you can change the value [...]

[Read more →]

Tags: Programming · Web Design · quick & easy tips