Installing NTFS support in CentOS 5.5

These are my notes from my experience installing support for NTFS in CentOS 5.5 (x64).

  1. Add RPMFORGE to the YUM Repository database
    1. Install the repository's key
      1. cd /tmp
      2. wget "http://apt.sw.be/RPM-GPG-KEY.dag.txt"

The Little SAS Book: a primer FOURTH EDITION

ISBN: 
978-1-59994-725-9
Authors: 

Lora D. Delwiche and Susan J. Slaughter

Publisher: 
The SAS Institute
Publish Date: 
2008

Windows XP VMware Guest Gaining Time

So I have this VMware guest running Windows XP on a x86_64-based CentOS VMware Server 1-based host.

The clock on the guest was gaining - between 5 and 10 seconds every minute or something ridiculous like that.

Finally I figured out what to do after reading this thread (http://communities.vmware.com/thread/51781?start=0&tstart=0).

On the host:

Just finished reading the Java Language Specification

I just finished reading the Java Language Specification (3rd edition).  I don't think I've read anything else related to Java that has been more educational.  A lot more of what I was struggling with fits now and I have a lot more confidence in my ability to do something productive with Java now.

On to Beginning J2EE.  Oy.

Learn SQL in a Weekend

Ok, so it's taking me longer to read this than a weekend.  But I've got other responsibilities and priorities so I can't completely devote myself to reading and hacking.  It's called work-life balance.

ISBN: 
9781931841627
Authors: 

Dicken, Deanna; Thompson, Kevin

Publish Date: 
2010

Chapter 01 Exercise 1-13

This is just a basic histogram program. The maximum frequency is 30 just to keep it simple (I mean, jeeze, how many words are longer than 30 characters?). I know this is pretty elementary but after 16 years of not thinking algorithmically, it did stretch my brain a bit.

Chapter 01 Exercise 1-8

This exercise wasn't especially interesting except that it's the first C code I've written in about 16 years!

Assigning to a List of Variables in Bash

I have some files that need parsed and the fields assigned into variables using only bash and other builtin UNIX commands (not Perl).  The file is colon delimitted and has the following columns:

{group}:{gid}:{host}

Perl has a nice little construct that lets you do something like this:

My Favorite rpm Command

I frequently find myself wondering "what package does such-n-such a file belong to"?

My favorite rpm command comes to the rescue.
<br />rpm -qf &lt;file&gt;

For example, what package does the 'which' command belong to?

[root@localhost ~]# rpm -qf /usr/bin/which
which-2.16-7

The M4 Macro Processor

http://www.scs.stanford.edu/~reddy/links/gnu/m4.pdf

Authors: 

Brian W. Kernighan
Dennis M. Ritchie

 

Publisher: 
Bell Laboratories
Publish Date: 
1977

The Beginner's Guide to Walking the Buddha's Eightfold Path

ISBN: 
0609808966
Authors: 

Jean Smith

Publisher: 
Harmony/Bell Tower
Publish Date: 
2002

The Zen of Listening: Mindful Communications in the Age of Distractions

ISBN: 
0835608263
Authors: 

Rebecca Z. Shafir

 

Publisher: 
Quest Books
Publish Date: 
2003

Writing Down the Bones: Freeing the Writer Within

ISBN: 
1570624240
Authors: 

Natalie Goldberg

Publisher: 
Shambhala Publications, Inc.
Publish Date: 
1986

Reading Like a Writer

ISBN: 
0060777044
Authors: 

Francine Prose

Publisher: 
HarperCollins Publishers
Publish Date: 
2006

Computer Science & Perl Programming

ISBN: 
0-596-00310-2
Authors: 

(multiple authors)

Edited by Jon Orwant

Publisher: 
O'Reilly Media, Inc
Publish Date: 
2003

sed & awk

I've been working with UNIX for about 19 years but I've never taken the time to learn sed and I've only worked a bit with awk.  This book has help fill in quite a large gap in my knowledge and skills.

ISBN: 
1-56592-225-5
Authors: 

Dale Dougherty & Arnold Robbins

Publisher: 
O'Reilly Media, Inc
Publish Date: 
1997

The C Programming Language Second Edition

ISBN: 
0-13-110362-8
Authors: 

Brian W. Kernighan & Dennis M. Ritchie

Publisher: 
Bell Telephone Laboratories, Incorporated
Publish Date: 
1988

Perl Data::Dumper Module

I'm gathering data about how my company uses LDAP and need to peruse some rather large chunks of the schema + data and turn it into information I can use to build an extraction routine to use with SAS.

I've decided to use Perl to write a dump routine to spit out data to a file. Data::Dumper seems like the right place to start, especially if I want to reuse the dumped data in more Perl code. So, I started out learning about Data::Dumper.

The Java Language Specification, Third Edition

ISBN: 
0321246780
Authors: 

James Gosling
Bill Joy
Guy Steele
Gilad Bracha

Publisher: 
ADDISON-WESLEY
Publish Date: 
2005

The Art of Java

ISBN: 
9780072229714
Authors: 

Schildt, Herbert. Holmes, James.

Publisher: 
McGraw-Hill Professional
Publish Date: 
2003
Syndicate content