Re: text editor

2010-06-02 Thread Chad Perrin
On Tue, Jun 01, 2010 at 05:23:55PM +0400, Boris Samorodov wrote: On Tue, 1 Jun 2010 07:08:42 -0600 Chad Perrin wrote: On Tue, Jun 01, 2010 at 12:21:20PM +0400, Boris Samorodov wrote: On Mon, 31 May 2010 14:32:04 -0600 Chad Perrin wrote: Unfortunately, the killer feature that keeps me

Re: text editor

2010-06-02 Thread Chad Perrin
On Tue, Jun 01, 2010 at 09:10:22AM -0700, Chip Camden wrote: I remember writing our own text editor, and it had to fit in 64K. I remember when . . . I got nuthin'. I think my first text editor was edlin, and it *sucked*. . . . not counting this nifty editor I called pencil. -- Chad Perrin [

Re: fonts qstns.

2010-06-02 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/06/2010 04:21:53, Bernt Hansson wrote: 2010-05-30 09:51, Gary Kline skrev: according to one fellow, the top display shows only 72dpi; that is why sans serif [like arial] render better than, say, times. does this still hold?

Re: text editor

2010-06-02 Thread Adam Vande More
On Wed, Jun 2, 2010 at 1:10 AM, Chad Perrin per...@apotheon.com wrote: On Tue, Jun 01, 2010 at 09:10:22AM -0700, Chip Camden wrote: I remember writing our own text editor, and it had to fit in 64K. I remember when . . . I got nuthin'. I think my first text editor was edlin, and it

Re: Sending alarms to my mobile phone

2010-06-02 Thread Boris Samorodov
On Tue, 1 Jun 2010 11:25:10 +0700 (ICT) Olivier Nicole wrote: I would like my FreeBSD server to send alarms to my mobile phone, it could be voice messages or SMS. I think I can hook a voice modem to that machine, but any suggestion on the software side? I've wrote it a while back and it

Re: text editor

2010-06-02 Thread perryh
Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Young whippersnappers. *Eight* was the good old days, back before the web was invented. Dept of (in)famous last words: There is no reason for anyone to have a computer in their home. -- Gordon Bell, founder of DEC No one will ever

minicom freebsd 8.0

2010-06-02 Thread akash kumar
Hi, Can some one help me with the steps configuring minicom on freebsd 8.0. I have a serial to usb converter running between my board and host machine. Thanks, Akash. ___ freebsd-questions@freebsd.org mailing list

command to strip suffix in .sh script

2010-06-02 Thread Aiza
I have this code archive_name=`echo -n ${fromarchive} | tr -c '[:alnum:]' _` ` is the key under Esc key and ' key is next to enter key. fromarchive value is archivename-201006021514.34.tar.gz I want to strip the suffix -201006021514.34.tar.gz from the archivename. The archivename can be

Re: command to strip suffix in .sh script

2010-06-02 Thread Matthias Apitz
El día Wednesday, June 02, 2010 a las 04:15:22PM +0800, Aiza escribió: I have this code archive_name=`echo -n ${fromarchive} | tr -c '[:alnum:]' _` ` is the key under Esc key and ' key is next to enter key. fromarchive value is archivename-201006021514.34.tar.gz I want to strip the

Re: command to strip suffix in .sh script

2010-06-02 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/06/2010 09:24:01, Matthias Apitz wrote: El día Wednesday, June 02, 2010 a las 04:15:22PM +0800, Aiza escribió: I have this code archive_name=`echo -n ${fromarchive} | tr -c '[:alnum:]' _` ` is the key under Esc key and ' key is next to

Re: minicom freebsd 8.0

2010-06-02 Thread Fbsd1
akash kumar wrote: Hi, Can some one help me with the steps configuring minicom on freebsd 8.0. I have a serial to usb converter running between my board and host machine. Thanks, Akash. I take it a minicom is a external serial modem for internet access over the phone lines. First

Re: command to strip suffix in .sh script

2010-06-02 Thread Adam Vande More
On Wed, Jun 2, 2010 at 3:24 AM, Matthias Apitz g...@unixarea.de wrote: El día Wednesday, June 02, 2010 a las 04:15:22PM +0800, Aiza escribió: I have this code archive_name=`echo -n ${fromarchive} | tr -c '[:alnum:]' _` ` is the key under Esc key and ' key is next to enter key.

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread John
On 2010-05-20 23:34, Tim Judd wrote: On 5/20/10, Johnilc...@gmail.com wrote: Hi list. I'm having problems getting mod_auth_kerb to play nice on one of my servers. I have the exact same setup on other machines and it works perfectly, only difference is this ones running CURRENT while they

Re: minicom freebsd 8.0

2010-06-02 Thread akash kumar
Hi, I was referring to minicom command similar to one on linux. On linux the config file is /etc/minirc.configfile and the Serial Device is /dev/ttyUSB0, which was working for me. On freebsd the config file is /usr/local/etc/minicom/minirc.configfile, but not sure what to update in the

Re: minicom freebsd 8.0

2010-06-02 Thread C. P. Ghost
On Wed, Jun 2, 2010 at 10:32 AM, Fbsd1 fb...@a1poweruser.com wrote: akash kumar wrote: Hi, Can some one help me with the steps configuring minicom on freebsd 8.0. I have a serial to usb converter running between my  board and host machine. Thanks, Akash. I take it a minicom is a

Re: minicom freebsd 8.0

2010-06-02 Thread C. P. Ghost
On Wed, Jun 2, 2010 at 11:30 AM, akash kumar akashb...@yahoo.co.in wrote: Hi, I was referring to minicom command similar to one on linux. On linux the config file is /etc/minirc.configfile and the  Serial Device is  /dev/ttyUSB0, which was working for me. On freebsd  the config file is

Re: command to strip suffix in .sh script

2010-06-02 Thread Polytropon
On Wed, 02 Jun 2010 16:15:22 +0800, Aiza aiz...@comclark.com wrote: I have this code archive_name=`echo -n ${fromarchive} | tr -c '[:alnum:]' _` ` is the key under Esc key and ' key is next to enter key. fromarchive value is archivename-201006021514.34.tar.gz I want to strip the

Re: text editor

2010-06-02 Thread Ruben de Groot
On Wed, Jun 02, 2010 at 01:20:07AM -0500, Adam Vande More typed: On Wed, Jun 2, 2010 at 1:10 AM, Chad Perrin per...@apotheon.com wrote: On Tue, Jun 01, 2010 at 09:10:22AM -0700, Chip Camden wrote: I remember writing our own text editor, and it had to fit in 64K. I remember when . . .

Re: text editor

2010-06-02 Thread Matthias Apitz
El día Wednesday, June 02, 2010 a las 01:26:44PM +0200, Ruben de Groot escribió: The phrase son of an edlin has happily been retired in my vocabulary for some time. If you're not aware of it, ed(1) is as capable or more of causing pain as edlin was and it's still in the FreeBSD base.

freeBSD nullfs together nfs and silly rename

2010-06-02 Thread Leon Meßner
Hi, I hope this is not the wrong list to ask. Didn't get any answers on -questions. When you try to do the following inside a nullfs mounted directory, where the nullfs origin is itself mounted via nfs you get an error: # foo # tail -f foo # rm -f foo tail: foo: Stale NFS file handle # fg

Re: text editor

2010-06-02 Thread Chad Perrin
On Wed, Jun 02, 2010 at 01:33:44PM +0200, Matthias Apitz wrote: The ed(1) is *extremely* useful when it comes to editing text files on the fly in shell scripts (i.e. without user interaction). This is why I don't consider ed the kind of abomination that edlin was; it exists within a stronger

Re: Add watermark to PDF

2010-06-02 Thread John Almberg
Thanks CP, Nathan, Kevin. You've given me some good places to start looking. -- John C. P. Ghost wrote: On Tue, Jun 1, 2010 at 4:15 PM, John Almbergjalmb...@identry.com wrote: So basically this script would have to read in the PDF and (ideally) a plain text file, and output a PDF with

Re: freeBSD nullfs together nfs and silly rename

2010-06-02 Thread Leon Meßner
nevermind.. resend and forgot to change the addressee. If anyone has an idea i would of course still be grateful. Regards, leon On Wed, Jun 02, 2010 at 01:50:33PM +0200, Leon Meßner wrote: Hi, I hope this is not the wrong list to ask. Didn't get any answers on -questions. When you try to

Re: text editor

2010-06-02 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Wed Jun 2 01:20:03 2010 Date: Wed, 2 Jun 2010 01:20:07 -0500 From: Adam Vande More amvandem...@gmail.com To: freebsd-questions@freebsd.org Subject: Re: text editor On Wed, Jun 2, 2010 at 1:10 AM, Chad Perrin per...@apotheon.com wrote: On Tue,

Re: text editor

2010-06-02 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Wed Jun 2 02:11:23 2010 Date: Wed, 02 Jun 2010 00:06:31 -0700 From: per...@pluto.rain.com To: m.sea...@infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: text editor Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Young

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread Tim Judd
On 6/2/10, John ilc...@gmail.com wrote: On 2010-05-20 23:34, Tim Judd wrote: On 5/20/10, Johnilc...@gmail.com wrote: Hi list. I'm having problems getting mod_auth_kerb to play nice on one of my servers. I have the exact same setup on other machines and it works perfectly, only difference

SMBFS Question

2010-06-02 Thread Tim Daneliuk
I have DAGS and cannot find a good explanation for this, so if some kind soul could help it would be appreciated... I use FreeBSD (various versions/flavors) to connect to a USB drive shared off a WinXP machine to write large backup files. I mount this using the SMBFS capabilities. On a pretty

Re: text editor

2010-06-02 Thread Chip Camden
On Jun 02 2010 11:45, Robert Bonomi wrote: On Tue, Jun 01, 2010 at 09:10:22AM -0700, Chip Camden wrote: I remember writing our own text editor, and it had to fit in 64K. I remember when . . . I got nuthin'. I think my first text editor was edlin, and it *sucked*. . . .

Re: Add watermark to PDF

2010-06-02 Thread Bill Tillman
Date: Tue, 1 Jun 2010 19:36:02 +0200 From: C. P. Ghost cpgh...@cordula.ws Subject: Re: Add watermark to PDF To: John Almberg jalmb...@identry.com Cc: freebsd-questions@freebsd.org Message-ID:     aanlktimkc8ff4mk8gu3vut_vq28lej9tw0raiwj0u...@mail.gmail.com Content-Type: text/plain;

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread John
On 2010-06-02 18:56, Tim Judd wrote: On 6/2/10, Johnilc...@gmail.com wrote: On 2010-05-20 23:34, Tim Judd wrote: On 5/20/10, Johnilc...@gmail.com wrote: Hi list. I'm having problems getting mod_auth_kerb to play nice on one of my servers. I have the exact same setup on other machines and

Completely jailed tinderbox?

2010-06-02 Thread Peter Cornelius
Dear list, Has anyone ever succeeded to run a tinderbox in a jail who is willing to elaborate on the configuration because it's driving me NUTS. Happy to do that off-list and summarise later on. Looks like neither NFS nor nullfs mounts would work in a jail which is breaking tinderbox builds.

two questions....

2010-06-02 Thread Gary Kline
guys, i just found a truckload of Just Outstanding fonts. at the CTAN .org site there must be hundreds of these superb serif typefaces. in my /home/kline/ directory, i have a ~/.fonts directory. but it's been awhile since i've added to it. what's the magic to getting these tex-gyre fonts can

Re: two questions....

2010-06-02 Thread Lowell Gilbert
Gary Kline kl...@thought.org writes: guys, i just found a truckload of Just Outstanding fonts. at the CTAN .org site there must be hundreds of these superb serif typefaces. in my /home/kline/ directory, i have a ~/.fonts directory. but it's been awhile since i've added to it. what's the

Re: two questions....

2010-06-02 Thread Gary Kline
On Wed, Jun 02, 2010 at 07:32:20PM -0400, Lowell Gilbert wrote: Gary Kline kl...@thought.org writes: guys, i just found a truckload of Just Outstanding fonts. at the CTAN .org site there must be hundreds of these superb serif typefaces. in my /home/kline/ directory, i have a ~/.fonts

Re: two questions....

2010-06-02 Thread Roland Smith
On Wed, Jun 02, 2010 at 07:32:20PM -0400, Lowell Gilbert wrote: Gary Kline kl...@thought.org writes: guys, i just found a truckload of Just Outstanding fonts. at the CTAN .org site there must be hundreds of these superb serif typefaces. in my /home/kline/ directory, i have a ~/.fonts

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread Tim Judd
On 6/2/10, John ilc...@gmail.com wrote: On 2010-06-02 18:56, Tim Judd wrote: On 6/2/10, Johnilc...@gmail.com wrote: On 2010-05-20 23:34, Tim Judd wrote: On 5/20/10, Johnilc...@gmail.com wrote: Hi list. I'm having problems getting mod_auth_kerb to play nice on one of my servers. I have

Re: Sending alarms to my mobile phone

2010-06-02 Thread Karl Vogel
On Tue, 1 Jun 2010 11:25:10 +0700 (ICT) Olivier Nicole wrote: O I would like my FreeBSD server to send alarms to my mobile phone, it O could be voice messages or SMS. Some vendors provide email addresses for text messaging in the USA. Substitute your phone number including area code for

Re: text editor

2010-06-02 Thread John Levine
Anybody else familiar with TECO? *EVIL* grin Oh, you mean that editor I used on a PDP-6? Sigh. Yes. R's, John ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

RE: text editor

2010-06-02 Thread Murray Taylor
Hmm i remember a 'game' where you opened a file then predicted what would happen if you just typed your name at the command prompt... then of course you had to do it to see if your guess was right... ie in vi dwight would delete a word then insert ght destroyed the odd file or two i remember

.sh tar

2010-06-02 Thread Aiza
When I exec tar from within a .sh shell script I get this message tar: Removing leading '/' from member names I have tar outputting to /dev/null and still get this message. With -v or without makes no difference. How can I stop this ___

Re: text editor

2010-06-02 Thread Randal L. Schwartz
Robert == Robert Bonomi bon...@mail.r-bonomi.com writes: Robert Anybody else familiar with TECO? *EVIL* grin I wrote a screen-based editor in it, having heard of Emacs, wanting to do the same thing. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095

Re: text editor

2010-06-02 Thread Chad Perrin
On Wed, Jun 02, 2010 at 06:41:37PM -0700, Randal L. Schwartz wrote: Robert == Robert Bonomi bon...@mail.r-bonomi.com writes: Robert Anybody else familiar with TECO? *EVIL* grin I wrote a screen-based editor in it, having heard of Emacs, wanting to do the same thing. How did that

Malaysian Customs Procedures Accounting Skills For Accounts Clerks Assistants Training

2010-06-02 Thread Quality Dynamics Consultancy Sdn Bhd
Disclaimer: If this mail has been sent to you by mistake or if you prefer not to receive any future emails on Training Program from us, please reply this e-mail with REMOVE in the subject line. We apologize for any inconveniences caused. Thank you for your time. Please forward this e-mail to

Re: .sh tar

2010-06-02 Thread Anh Ky Huynh
On Thu, 03 Jun 2010 09:32:17 +0800 Aiza aiz...@comclark.com wrote: When I exec tar from within a .sh shell script I get this message tar: Removing leading '/' from member names I have tar outputting to /dev/null and still get this message. With -v or without makes no difference. How can I

Re: text editor

2010-06-02 Thread Randal L. Schwartz
Chad == Chad Perrin per...@apotheon.com writes: I wrote a screen-based editor in it, having heard of Emacs, wanting to do the same thing. Chad How did that work out -- and what happened to it? It was used by my group at Tektronix from 1981 to 1983... not sure what happened to it after that.

Re: command to strip suffix in .sh script

2010-06-02 Thread Vinny
On 06/02/2010 04:30, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/06/2010 09:24:01, Matthias Apitz wrote: El día Wednesday, June 02, 2010 a las 04:15:22PM +0800, Aiza escribió: I have this code [snip] $ echo 'archivename-201006021514.34.tar.gz' | sed

Hi es_MX internationalization needed.....

2010-06-02 Thread Eric De La Cruz Lugo
Hi to every one. I have been checking the mail lists and haven`t found information about es_MX localization, in Ubuntu, OpenSUSE and other Linux distributions this can be achieved by something like. # locale-gen es_MX.UTF-8 # locale-gen es_MX But on FreeBSD I can`t find any command or tool

Re: Automatic shutdown with devd.

2010-06-02 Thread Ian Smith
On Tue, 1 Jun 2010, David DEMELIER wrote: 2010/6/1 Ian Smith smi...@nimnet.asn.au: In freebsd-questions Digest, Vol 313, Issue 4, Message: 26 On Tue, 1 Jun 2010 10:55:08 +0200 David DEMELIER demelier.da...@gmail.com wrote: [..]   Is there a way to make this conditional to do only if

GNOME + sparc64

2010-06-02 Thread Christopher Dillie
Hello, I have a Sun Ultra 10 running a UltraSPARC IIi 440MHz (64-bit/V9). I currently have FreeBSD installed and I want to add GNOME, but when I type pkg_add -r gnome2 it returns the path to the FTP server and says, Package Not Found. Is there GNOME for FreeBSD on sparc64? Thank you!

Re: two questions....

2010-06-02 Thread Gary Kline
On Thu, Jun 03, 2010 at 02:13:22AM +0200, Roland Smith wrote: On Wed, Jun 02, 2010 at 07:32:20PM -0400, Lowell Gilbert wrote: Gary Kline kl...@thought.org writes: guys, i just found a truckload of Just Outstanding fonts. at the CTAN .org site there must be hundreds of these superb

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread Benjamin Lee
On 05/20/2010 06:02 AM, John wrote: Hi list. I'm having problems getting mod_auth_kerb to play nice on one of my servers. I have the exact same setup on other machines and it works perfectly, only difference is this ones running CURRENT while they track RELEASE. Some info: #