Since 4/14/2012 3:33:29 AM, diesch has written 2 articles and participated in 333 conversations. diesch signature: diesch
diesch's articles:
Items(2) /1
ANN: easygconf 0.020214 (11/16/2009 12:36:59 PM) comp.os.linux.announce
I'm happy to announce easygconf 0.02.
Get it at http://www.florian-diesch.de/software/easygconf/
easygconf is a Python module that provids an easy, pythonic way to
access GConf through a dict-like inte... Florian
ANN: pdfrecycle 0.05067 (6/17/2009 7:14:14 AM) comp.os.linux.announce
I'm happy to announce pdfrecycle 0.05
Get it at http://www.florian-diesch.de/software/pdfrecycle/
pdfrecycle creates a PDF file by composing pages from other PDF
files. It can add PDF bookmarks and m... Florian
Puzzled about KDE or GNOME or what?16760 (9/19/2009 10:59:55 PM) comp.os.linux.misc I've not tried a linux distro yet, but have been reading about them on their different websites. One of the things that puzzles me is to what extent it matters whether one uses KDE or GNOME or something else? ... jn.nntp.scrap004(112)
home directory issue248 (9/23/2009 11:08:41 AM) comp.os.linux.misc Hi, We are using SUSE 10.1 (SLED). I have found that it is setup using /local/home/ as home dir. Why not use /home/ as my home dir? The explanation I got is that when you have no network connection you must... mikaelpetterson(77)
tar | gzip problems1754 (9/25/2009 2:07:21 PM) comp.os.linux.misc Strange one - I have a large directory structure I'd like to tar up, preserving permissions and links and such. I wrote a small script (say, backup_files), which pipes tar to gzip to generate the .gz file. c... cooch17(356)
unable to mount udf(?) filesystem1387 (2/8/2010 5:27:03 AM) comp.os.linux.misc I was given a home-made DVD that plays on a standard DVD player, but I'm unable to view it on a computer, with the ultimate intention of frame-by- frame editing using kino. Your help and/or advice is very welc... me6715(27)
Off topic: Humor from the Linux manpages3458 (2/19/2010 1:18:26 AM) comp.os.linux.misc This cracked me up from "man syslogd" : "If the problem persists get a 3.5 ft (approx. 1 meter) length of sucker rod and have a chat with the user in question. Sucker rod def. --- 3/4, 7/8 or 1in. hardened ... nospam59(9950)
Is there a C library function to open a file found in a path?2751 (3/1/2010 2:08:02 AM) comp.unix.programmer I am using Linux.
Is there a C library function to search along a path to locate a file?
Supposing I have an environment variable FOOPATH as follows:
BARPATH=/var/test/dir1:/var/test/dir2:/dirdoesnotex... markhobley
find and autofs12105 (3/5/2010 7:48:31 PM) comp.os.linux.misc I have a few cron jobs which start jobs like 'find / ....' and
these jobs, in cooperation with autofs tries to mount all of the
hosts in my /etc/hosts file as //net/somehost.fdqn.blah
How can I constrain f... Kevin