Matthew Seaman wrote:
> ... I don't think you could get support cover with a 4 hour
> on-site response from Soekris...
OTOH, given the price difference, one could afford to keep a
whole spare system on hand.
___
freebsd-questions@freebsd.org mailing li
Dear list,
I've built a system to digitize content from VHS video tapes.
The setting consists of a 2 GHz P4 with a BrookTree based
video grabber card (supported by bktr driver) and a C-Media
sound card (supported by cmi driver). The video card does
only have mono sound input, so I'm using the soun
Hello,
I'm attempting to use a usb connected CyberPower UPS on generic kernel FreeBSD
7.1:
~
FreeBSD epicenter 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #0: Fri Oct 2 07:10:41
UTC 2009
r...@i386-builder.daemonology.net:/usr/obj/usr/s
On Sat, May 29, 2010 at 10:47:53AM +0200, Polytropon wrote:
> Dear list,
>
> I've built a system to digitize content from VHS video tapes.
> The setting consists of a 2 GHz P4 with a BrookTree based
> video grabber card (supported by bktr driver) and a C-Media
> sound card (supported by cmi driver
Dear Mailing List,
I don't know how to create images like these:
http://people.freebsd.org/~kris/scaling/p3.png
http://people.freebsd.org/~kris/scaling/os-mysql.png
Which software should I use?
Thanks in advance,
--
Adam PAPAI
___
freebsd-questions@
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 29/05/2010 19:41:15, Adam PAPAI wrote:
> Dear Mailing List,
>
> I don't know how to create images like these:
>
> http://people.freebsd.org/~kris/scaling/p3.png
> http://people.freebsd.org/~kris/scaling/os-mysql.png
>
> Which software should I us
Hi guys,
after Google'ing around a bit I managed to stumble across this:
http://www.freebsd.org/doc/en/books/handbook/ports-using.html
http://www.freebsddiary.org/portupgrade.php
what I am trying to achieve is to upgrade the currently install Apache
1.3.x port over to the Apache22 port. The A
guys,
given the depth and wide scope of knoweldge on this list, i'm
hoping that somebody can clue me in on font stuff... BUT:
the fonts i'm interested in have to work with openoffice.
first, i'm looking for a font that is apropos for long
manscripts. printed. books rather than newspapers or oth
I have this link to a French Blog :
http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
This describe how to "jail" a Linux Debian in FreeBSD.
I hope this will help you. I haven't used it.
Thanks to its author : Baptiste Daroussin.
I translated it in English :
<
#
On 29/05/2010 23:52, Jerry wrote:
On Sat, 29 May 2010 23:23:10 +0300
Kaya Saman articulated:
Hi guys,
after Google'ing around a bit I managed to stumble across this:
http://www.freebsd.org/doc/en/books/handbook/ports-using.html
http://www.freebsddiary.org/portupgrade.php
what I am try
Kaya Saman wrote:
[snip]
>
> It seems to have worked I just go into the config and check it; only
> that part seems missing?? Maybe it's in a different place then /etc in
> FreeBSD and I haven't worked it out yet. Even apache22 daemon is not in
> /etc/rc.d.
>
> Oh well am sure will all be fi
On 30/05/2010 02:01, Michael Powell wrote:
Kaya Saman wrote:
[snip]
It seems to have worked I just go into the config and check it; only
that part seems missing?? Maybe it's in a different place then /etc in
FreeBSD and I haven't worked it out yet. Even apache22 daemon is not in
/etc/rc
>uname -a
FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27
15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL
i386
>pkg_version -vIL= | grep -i firefox
firefox-3.5.9,1 < needs updating (index has 3.5.9_1,1)
Sometimes when i
In the last episode (May 29), zaxis said:
>
> >uname -a
> FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27
> 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386
>
> >pkg_version -vIL= | grep -i firefox
> firefox-3.5.9,1 <
http://www.daemonforums.org/showthread.php?t=4797
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Been using ee and been happy.
Now I have need for an editor with block commands.
Put dd on the first line of sequence number you want to start deleting and dd
on the
last line of the block and hit enter and the block of lines are deleted.
OR
Put cc on first line and cc on last line of black to c
In a .sh type script I have && exerr " very long message gt 250 char"
all on the same line. This is a real pain to edit.
Is there some code a can use to continue this on the next line so I can
see it on the screen and still have the command function? I tried \ with
no luck.
thanks
__
In the last episode (May 30), Aiza said:
> In a .sh type script I have && exerr " very long message gt 250 char"
> all on the same line. This is a real pain to edit.
>
> Is there some code a can use to continue this on the next line so I can
> see it on the screen and still have the command func
Fbsd1 wrote:
> Been using ee and been happy.
> Now I have need for an editor with block commands.
...
> Is there any editors with a function like this?
Either vi or emacs can do this general sort of thing.
___
freebsd-questions@freebsd.org mailing list
Dan Nelson wrote:
In the last episode (May 30), Aiza said:
In a .sh type script I have && exerr " very long message gt 250 char"
all on the same line. This is a real pain to edit.
Is there some code a can use to continue this on the next line so I can
see it on the screen and still have the c
On Sun, 30 May 2010 14:10:36 +0800
Aiza wrote:
> Dan Nelson wrote:
> > In the last episode (May 30), Aiza said:
> >> In a .sh type script I have && exerr " very long message gt 250
> >> char" all on the same line. This is a real pain to edit.
> >>
> >> Is there some code a can use to continue thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 29/05/2010 22:11:07, Gary Kline wrote:
> guys,
>
> given the depth and wide scope of knoweldge on this list, i'm
> hoping that somebody can clue me in on font stuff... BUT:
> the fonts i'm interested in have to work with openoffice.
Any truetype o
Anh Ky Huynh wrote:
On Sun, 30 May 2010 14:10:36 +0800
Aiza wrote:
Dan Nelson wrote:
In the last episode (May 30), Aiza said:
In a .sh type script I have && exerr " very long message gt 250
char" all on the same line. This is a real pain to edit.
Is there some code a can use to continue thi
23 matches
Mail list logo