Re: Audio Production

2008-09-20 Thread Timm Wimmers
m cassar schrieb: Does anyone here use freebsd for serious audio/video production work? or know if there is some kind of community? Didn't try it, but http://ardour.org/ looks like what you are looking for. See http://www.freshports.org/audio/ardour/ -- Timm smime.p7s Description: S/MIME C

Re: eps to jpg conversion - which program?

2008-11-07 Thread Timm Wimmers
Laszlo Nagy schrieb: > I need to convert eps files into jpeg files in batch mode. Gimp works > perfectly, except that I cannot use an X display. I tried eps2png with > no success: > > > %file test.eps > test.eps: DOS EPS Binary File Postscript starts at byte 30 length 566887 > TIFF starts at byt

Re: FreeBSD on Virtualbox: No network access

2010-12-03 Thread Timm Wimmers
Am Freitag, den 03.12.2010, 00:33 -0500 schrieb Weihang Wang: > Hi Martes, > > I have tried the first two interfaces which are said to be supported by > FreeBSD, they do not work. Surprisingly, now I choose the option "Intel > PRO/1000 T Server" and in NAT mode, it works now > Thank you so m

Re: Very simple file sharing between FreeBSD server and windows client ?

2010-05-10 Thread Timm Wimmers
Am Montag, den 10.05.2010, 14:35 +0200 schrieb Frank Bonnet: > Hello > > Is there a simple software to share files between a FreeBSD server and a > windows client other than Samba which is a bit overkill for my needings, > > I just want to share a directory (and subdirectories) of my server with

Re: AFP Client in FreeBSD

2009-06-10 Thread Timm Wimmers
Chris Maness schrieb: > Well I am using the dump command, and I am not sure if I want to dump > to the same partition that I am backing up. > > Can I use rsync to pipe the dump output via ssh? rsync works on files, dump on filesystems. If you want to use dump, the fine FreeBSD manuals says: #

Re: Booting freebsd 7.1 from Firewire or USB2 drive

2009-03-20 Thread Timm Wimmers
Andrew Moran schrieb: > > Hey guys, > > I was wondering if anyone had any success in installing FreeBSD 7.1 on a > USB2 or Firewire 800 drive connected to an intel Mac Mini and > successfully booting off of it? If I remember right, enable the Open Firmware prompt to boot to other devices than in

Re: Bash Script Help - File Names With Spaces

2010-08-17 Thread Timm Wimmers
Am Dienstag, den 17.08.2010, 08:22 -0700 schrieb Chip Camden: > find -E ... | while read i; do; basename $i; done The semicolon behind "do" isn't necessary. -- Timm ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Directory Encryption?

2010-08-23 Thread Timm Wimmers
Am 23.08.2010 16:36, schrieb Chris Maness: > What is a good tool to encrypt a directory? I need an application > that is also readily available for Apple OSX, and that does not get > mangled when transferring via rsync. How about "openssl'? Encrypt a TARed directory: $ tar cjf - /path/to/source