Blog Tags

jimjulian's blog

Databases for People Frustrated with Spreadsheets

Aug
19

Here is an overview of databases for businesspeople that have had it with spreadsheets.

The biggest reason people use spreadsheets is because they start off easy. We rarely think about whether it is ultimately the right tool for the job, but we can "show something fast".

So we start importing some numbers, table of parts, list of personnel; the usual stuff.

Posted By jimjulian read more

Simple Disk Usage Command-Line

Jul
05

Here is a command with the flags to give you the bottom-line on your disk usage:

du -chs <somedir>

The key here is "summarize", if you only want the disk usage for each argument.

Where:

-c, --total
    produce a grand total

-h, --human-readable
    print sizes in human readable format (e.g., 1K 234M 2G)

-s, --summarize
    display only a total for each argument

Posted By jimjulian read more

Rsync Defaults for Archive Flag

Mar
10

Using rsync without the "archive flag" (-a).

What does -a default to?

"-a" is actually
-a or --archive for "archive mode: specifically equals -rlptgoD (no -H,-A,-X)

Where:

Posted By jimjulian read more

DSNS Network Scanner

May
30

The DSNS network scanner is worth looking into.

Posted By jimjulian read more

Windows Registry

Nov
10

Microsoft KBA 322755: How to Backup, Edit, and Restore the Registry in Windows 2000

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B322755

Posted By jimjulian read more
Subscribe to RSS - jimjulian&#039;s blog