Managing your movie collection with Griffith


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Managing your movie collection with Griffith
# 1  
Old 12-12-2008
Managing your movie collection with Griffith

12-12-2008 12:00 PM
For a long time, I recorded a basic list of all the backups I made of my movie collection in a scruffy notebook. In due time, I found that relying on a simple piece of paper was wishful thinking. I then endured the laborious process of migrating my list to a spreadsheet on my computer -- but that still wasn't enough. Eventually I found Griffith, a movie collection manager, and was pleasantly surprised to discover what it was capable of.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Some % of Garbage Collection

I need to write a python script that will look at the local gc logs. 6 sys=0.00, real=0.06 secs] 2019-06-05T07:43:12.029-0500: 1072696.494: 2791209K->1995953K(2796544K)] 2803355K->1995953K(4164608K), , 3.0299555 secs] 2019-06-05T07:43:17.149-0500: 1072701.614: 3334321K->2008193K(4167680K),... (1 Reply)
Discussion started by: xgringo
1 Replies

2. AIX

Help with data collection please?

Hello, I have about 200 different files that I need to get data from. Can someone help with a script that will: 1. Find the files 2. Parse the file for a specific number 3. collect a number to a file (probably) 4. add up the numbers 5. spit out the total. Think it's possible? BTW -... (3 Replies)
Discussion started by: bbbngowc
3 Replies
Login or Register to Ask a Question
KSWITCH(1)						      General Commands Manual							KSWITCH(1)

NAME
kswitch - switch primary credential cache SYNOPSIS
kswitch {-c cachename | -p principal} DESCRIPTION
kswitch makes the specified credential cache the primary cache for the collection, if a cache collection is available. OPTIONS
-c cachename directly specifies the credential cache to be made primary. -p principal causes the cache collection to be searched for a cache containing credentials for principal. If one is found, that col- lection is made primary. ENVIRONMENT
kswitch uses the following environment variables: KRB5CCNAME Location of the default Kerberos 5 credentials (ticket) cache, in the form type:residual. If no type prefix is present, the FILE type is assumed. The type of the default cache may determine the availability of a cache collection; for instance, a default cache of type DIR causes caches within the directory to be present in the collection. FILES
/tmp/krb5cc_[uid] default location of Kerberos 5 credentials cache ([uid] is the decimal UID of the user). SEE ALSO
kinit(1), kdestroy(1), klist(1), kerberos(1) KSWITCH(1)