Re: What programming languages are available for Linux?

2003-01-25 Thread Gerald W. Lester
Buck wrote:
> 
> What kinds of programming languages are available for Linux?
> 
> I know about C, but what about BASIC, Pascal, or xBase?
> 
> (xBase is dBase compatible code to those who might wonder.)
> 
> Are there any "visual" type programming languages for Linux?
> 
> What kind of database programs and languages are available?

You may want to take a look at some of the scripting languages such as:
Tcl/Tk
Perl
Python

The above are all free, although if you want a IDE like Visual Basic
those are (in general) not free.

If by visual, you meant for writing GUIs, then most languages can do
that -- I happen to like Tcl/Tk.

-- 
++-----------+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: What programming languages are available for Linux?

2003-01-27 Thread Gerald W. Lester
"Mr. Adam ALLEN" wrote:
> 
> On Sun, 2003-01-26 at 23:46, Martin Stricker wrote:
> 
> > I would use Perl (with DBI for database access and Tk for GUI
> > development, web pages are already included with CGI, all free from
> > cpan.org), but there is no graphical IDE that I know of. Perl scripts
> > mostly run without any modification on several platforms like Linux and
> > Windows.
> 
> Komodo from activestate.com, although it isn't free.
 
Komodo (and ActiveState) support Tcl/Tk.

I failed to mention before that Tcl/Tk will run on on Linux/Unix,
Windows, and Mac.

-- 
+--------+---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



USB Wireless Ethernet and Linux

2003-02-08 Thread Gerald W. Lester
Any pointers on how to use a USB Wireless Ethernet device to attach to a
wireless network from RedHat 8.0.

Also recommendation on manufactures would be nice.

Thanks in advance.
-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: DNS-setup - need a little help ...

2002-10-19 Thread Gerald W. Lester
Frank,

Could you e-mail me a copy too?

Frank Tanner III wrote:
> 
> If you're on this weekend, because I am going out of
> town next week, I can send you a beginner's how-to
> type of doc that I wrote a long time ago.  It's not
> very wordy, but it has the basics of what needs to be
> done.
> 
> --- hans privat <[EMAIL PROTECTED]> wrote:
> > hi,
> > am trying and learn about setting up a DNS for my
> > little
> > privat-(home)LAN. It is behind a "firewall" a little
> > linux-box on an old
> > AMD 350 and about 192 MB-RAM.
> >
> > in the doc-files, I have found, there are some
> > describings, but it's
> > telling me, that this doc is NOT a beginners-doc but
> > for experienced
> > users, which are knowing about what they are doing.
> >
> > is anyone there in this list, which can give a
> > little help, what I have
> > to fill in in that new GUI's of rh8.0 ?
> >
> > have 3 boxes behind the firewall:
> > mozart = 192.168.10.5 = DNS (or should be)
> > hanna = 192.168.10.5
> > jojo = 192.168.10.6
> >
> > that entries I have in /etc/hosts in every host.
> >
> > was reading in a bind8-book, but there are other
> > files in the most cases
> > of the description, so I was not able to imagine me,
> > which or what files
> > are comparable with that of bind 9. Seems to me,
> > that all this is too
> > complex for now.
> >
> > now I'm hoping, that anyone of you can give some
> > helpings for solve my
> > little problem.
> > thanks in advance
> > bye hans
> >
> >
> >
> >
> > --
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> >
> https://listman.redhat.com/mailman/listinfo/psyche-list
> 
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+







Re: Why is gnome-teminal so slow?

2002-11-09 Thread Gerald W. Lester
Suggestion: (btw I have no problems with the speed) You might want to
make available a version linked against Zvt that people who don't need
i18n and don't mind flick but do mind the added load (for whatever
reason) could switch to.

Havoc Pennington wrote:
> 
> On Thu, Nov 07, 2002 at 08:19:20PM +0100, Jean Francois Martinez wrote:
> > Gnome-terminal like shipped in RedHat  8.0 is very, very, very slow.
> > The funny thing is that Mandrake 9 cames with exactly the same version
> > and it is about ten times faster (not an exaggeration).  As fast as the
> > gnome-terminal in Redhat 7.x or the standard xterm.
> >
> > I thought it could be related to fonts or antialisaing so I tried
> > different fonts, turning off antialiasing and kerning but to no avail.
> >
> > So why is that RedHat's gnome-terminal is so much slower?
> >
> 
> Probably VTE backend widget vs. Zvt. We use VTE which works in
> non-ASCII locales and uses the new font system and redraws without
> flicker and other good stuff.
> 
> Newer VTE versions are faster, though probably they won't ever be
> quite as fast as Zvt (simply because some of Zvt's speed is gained by
> cutting corners, such as Unicode support and i18n, that should not be
> cut).
> 
> I'd expect Mandrake to move to VTE in their next release, and GNOME
> 2.2 will probably default to VTE.
> 
> Havoc
> 
> 
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+







Re: Screensaver problems

2002-12-02 Thread Gerald W. Lester
Mike,

On three different machines (two fresh installs, one upgrade from 7.3)
we are seeing the screen save kick in (we have the password enabled
feature), but the problem is the screen is blank except the password
box.  All the boxes have animated screen saves chosen -- all work from
the test button but not when the time limit kicks in.

Any ideas???

"Mike A. Harris" wrote:
> 
> On 30 Nov 2002, Nadeem Bitar wrote:
> 
> >Date: 30 Nov 2002 09:08:46 -0800
> >From: Nadeem Bitar <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Content-Type: text/plain
> >List-Id: Discussion of Red Hat Linux 8.0 (Psyche) 
> >Subject: Screensaver problems
> >
> >The Screensaver is freezing the computer requiring a hard reboot. I am
> >not sure what is causing this problem. It it video-card related? I have
> >a ATI Radeon All-in-Wonder 7500 the card is "built by ati"
> 
> Make sure you are using a fully up2date system, including the
> kernel.  There were some long standing DRM locking bugs fixed in
> the kernel erratum.  (About 3 years old)
> 
> If that doesn't work, I can provide test packages for you to
> upgrade to if you like.
> 
> --
> Mike A. Harris ftp://people.redhat.com/mharris
> OS Systems Engineer - XFree86 maintainer - Red Hat
> 
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Sizing a ram disk

2002-12-05 Thread Gerald W. Lester
How does one specify how big a ram disk is to be (e.g. I want the
/dev/ram0 to be 128M and /dev/ram2 to be 512M)?

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: again I ask: WHY does printing in RH Psyche have to be such aPITA??

2002-12-13 Thread Gerald W. Lester
Try the Lexmark site.  They seem to have both the drivers and the
MarkVision software for Redhat as free downloads (unless you want
CD/Box/Printed Manuals -- then you have to pay).

Lexmark has traditionally been very good about Unix/Linux support -- of
course if you telnet to one of their networked printers you might get an
idea as why they are good about Unix/Linux support.

Elton Woo wrote:
> 
> Wolfgang Gill wrote:
> 
> >Checkout this site:
> >
> >www.turboprint.de
> >
> >It has a printer program which supports various colour printers and allows
> >you to check the ink levels just like in windows. Not sure if it will
> >support your printer though..
> >
> >Wolf
> >
> >-
> >
>  Thanks, but Turbo-Print only supports Brother, Canon, Epson, and
> Hewlett-Packard
> printers, not Lexmark
> 
>   Elton Woo ;-)
> 
> --
> [EMAIL PROTECTED] - ICQ #149608718 (Montreal, Quebec, CANADA).
> "You only live once, so let's make life EASIER for each other."
>LINUX Reg'd User #193975 - AMD Athlon CPU on board.
> 
> 
> 
> 
> 
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: man pages have funny characters

2003-01-02 Thread Gerald W. Lester
"Steven W. Orr" wrote:
> 
> On Tue, 31 Dec 2002, Edward S. Marshall wrote:
> 
> =>On Tue, Dec 31, 2002 at 07:34:37AM -0800, Gordon Messmer wrote:
> =>> A much better solution is to simply tell your terminal emulator to use
> =>> the UTF-8 character set.
> =>>
> =>> Kevin~ what terminal are you using?
> =>
> =>For the record, I'm seeing the same problem. I'm running gnome-terminal
> =>on Solaris ("fixed" font, if it matters), displaying back to a Windows X
> =>server (Exceed 7.x). From gnome-terminal, I'm ssh'ing over to a couple of
> =>psyche boxes at home. So far, man is the only misbehaving command, but
> =>I have to admit I don't use a lot of programs that monkey with curses.
> =>
> =>The LANG=en_US setting seems to have done the trick, but I'd rather be
> =>fixing this "correctly". ;-)
> 
> The correct solution is to set LANG in /etc/sysconfig/i18n I just set LANG
> to C to get what I've always had.

Seems I also had to also set GDM_LANG in /etc/sysconfig/i18n!  This was
due to the fact that /etc/profile.d/lang.sh sets LANG to en_US.UTF-8 if
GDM_LANG is not set.

Anyone know what the %$#% GDM_LANG is?

BTW, the Redhat language configuration utility writes
/etc/sysconfig/i18n.  If in that you choose "English, American" you get
the en_US.UTF-8 setting.

Anyone know where the Redhat language configuration utility gets its
list of languages and their settings from?



-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Installing from USB CD-ROM

2003-01-09 Thread Gerald W. Lester
Is it possible to install RH8.0 from a USB CD-ROM?

The machine will boot off of the CD, but then RH wants to know where the
install media is located and gives a list of: NFS, FTP, HTTP or Hard
Drive.

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Space

2003-01-09 Thread Gerald W. Lester
Schotty wrote:
> 
> On Thu, 2003-01-09 at 22:08, Ekow Oppon wrote:
> > Some of the presentations need to be on posters and my guess is there
> > arent many places that will manage to print a presentation from office.
> > As for waiting..., not possible. Got to have it done.
> 
> But you can save it in any format you want -- including the MS-Office
> formats.  I used OO.org at my old job, for excel and word compatibilty.
> Abiword and gnumeric were good, but too flaky.  I got tired of them
> bombing out. OO.org was stable, very simple to use, and compatible in
> most everything I have tried.

I have to second that, we exchange Excel spreadsheets and Word documents
with clients all the time -- but we only use OO.org.  The clients can't
tell that we aren't using M$ products

The only time I've had any problems is when someone sends an Access file
or someone is using WordPerfect and sends us something in that format as
instead of Word.

BTW, www.demandpub.com will print stuff in OO.org format -- just tell
the salesman to ask the I.T. Director if they can handle the format.

-- 
+------------+---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Problem with automounting Samba shares

2003-01-10 Thread Gerald W. Lester
I have the following map file:

amain -fstype=smbfs,netbiosname=$OSNAME,rw,username=foo,password=bar
piranah:/amain
pcshare -fstype=smbfs,netbiosname=$OSNAME,rw,username=foo,password=bar
piranah:/shared

When an automount is attempted on it, the following appears in the
messsage log:

Jan  9 08:29:49 tiger-shark automount[750]: attempting to mount entry
/mnt/piranah/amain
Jan  9 08:29:49 tiger-shark automount[1922]: >> Usage: mount.smbfs
service mountpoint [-o options,...]
Jan  9 08:29:49 tiger-shark automount[1922]: >> Version 2.2.5 
Jan  9 08:29:49 tiger-shark automount[1922]: >> Options: 
Jan  9 08:29:49 tiger-shark automount[1922]: >>
username=  SMB username
Jan  9 08:29:49 tiger-shark automount[1922]: >>
password=  SMB password
Jan  9 08:29:49 tiger-shark automount[1922]: >>
credentials=  file with username/password
Jan  9 08:29:49 tiger-shark automount[1922]: >>
netbiosname=   source NetBIOS name
Jan  9 08:29:49 tiger-shark automount[1922]: >>
uid=   mount uid or username
Jan  9 08:29:49 tiger-shark automount[1922]: >>
gid=   mount gid or groupname
Jan  9 08:29:49 tiger-shark automount[1922]: >>
port=  remote SMB port number
Jan  9 08:29:49 tiger-shark automount[1922]: >>
fmask= file umask
Jan  9 08:29:49 tiger-shark automount[1922]: >>
dmask= directory umask
Jan  9 08:29:49 tiger-shark automount[1922]: >>
debug= debug level
Jan  9 08:29:49 tiger-shark automount[1922]: >>
ip=destination host or IP address
Jan  9 08:29:49 tiger-shark automount[1922]: >>
workgroup= workgroup on destination
Jan  9 08:29:49 tiger-shark automount[1922]: >>
sockopt=   TCP socket options
Jan  9 08:29:49 tiger-shark automount[1922]: >>
scope= NetBIOS scope
Jan  9 08:29:49 tiger-shark automount[1922]: >>
iocharset= Linux charset (iso8859-1, utf8)
Jan  9 08:29:49 tiger-shark automount[1922]: >>
codepage=  server codepage (cp850)
Jan  9 08:29:49 tiger-shark automount[1922]: >>
ttl=   dircache time to live
Jan  9 08:29:49 tiger-shark automount[1922]: >>
guest   don't prompt for a password
Jan  9 08:29:49 tiger-shark automount[1922]: >>
ro  mount read-only
Jan  9 08:29:49 tiger-shark automount[1922]: >>
rw  mount read-write
Jan  9 08:29:49 tiger-shark automount[1922]: >> This command is designed
to be run from within /bin/mount by giving
Jan  9 08:29:49 tiger-shark automount[1922]: >> the option '-t smbfs'.
For example:
Jan  9 08:29:49 tiger-shark automount[1922]: >>   mount -t smbfs -o
username=tridge,password=foobar //fjall/test /data/test
Jan  9 08:29:49 tiger-shark automount[1922]: mount(generic): failed to
mount piranah:/amain (type smbfs) on /mnt/piranah/amain

Help!

What I would really like is for the automount to work and the user's
login id be passed and them be prompted for a psssword.

-- 
++---+
| Gerald W. Lester   | "The man who fights for his ideals is
|
| [EMAIL PROTECTED]  |  the man who is alive." -- Cervantes 
|
++---+



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list