At this link you can get it from the source:
http://www.openvms.compaq.com/
Then try going to OpenVMS Documentation where you can find:
OpenVMS Guide to System Security
-Robert N. Evans
Software Engineering
Stratus Computer
-----Original Message-----
>>Hey,
>>
>> I was wondering if any of you knew reliable and accurate sites on
>>VAX/VMS especially things that deal with networking and security. I need
to
>>right a technical paper on those. And I'm at a lost of reliable sources
Hey,
I was wondering if any of you knew reliable and accurate sites on
VAX/VMS especially things that deal with networking and security. I need to
right a technical paper on those. And I'm at a lost of reliable sources
since google is me 9,000 plus sites and at the ones I've looked at none of
them are what I am looking for.
Geoffrey Phillips
+01-508-795-6841
geoff_phillips(a)acm.org (Professional)
gphillips(a)clarkie.net (Professional)
resume at: http://www.clarkie.net/
The version of SUSE linux I was running seemed to give
me a problem with DHCP. Ive yet to figure out what it
is, and cable modems should be simple to setup.
Anyways I installed mandrake 8.0 beta 3. The
installation utility is great. I booted in the system
for the first time and was able to use my modem.
Thanx for the reccomendation.
I was wondering if anyone can help me with lilo. When
I boot my machine it only displays LI. I seem to
remember this having to do something with the drive
geometry. Any Ideas? I also installed grub which
when I boot just displays GRUB. What could be wrong?
TIA
Bill
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
HI gang,
I am starting to write up the last 1/3 of my presentation to the Delphi
Developers group, and its the section on developer tools and utilities. I'd
like some input from you folks as to what I should include in this section.
Emacs - the original "IDE" (???)
gdb for debugging (nicer with DDD front end, IMHO)
make and Makefiles
gcc
What else do "real" Linux developers use? Maybe I'm suffering a brain cramp
this evening, but your input will help.
Also, are there any tools or compilers for Pascal? Remember, the Delphi folks
understand Pascal, and I'm sure they will ask this question. (It has been 20
years since I programmed anything in Pascal...).
Thanks,
Andy
--
Andy Stewart, Founder -o) | Osborn's Law: Variables won't; constants
Worcester Linux Users' Group /\ | aren't.
Worcester, MA, USA _\_v |
http://www.wlug.org |
HI gang,
Would somebody who attends the WLUG meeting on Thursday be willing to write up
something which can be posted on LWN, LinuxToday, and LinuxUsersGroups.org?
Kara has asked, and I told her that we'd come up with something.
Thanks in advance,
Andy
-------- Original Message --------
Subject: Your 4/19 LUG meeting
Date: Mon, 9 Apr 2001 11:24:22 -0500 (CDT)
From: Kara Pritchard <kara(a)luci.org>
To: <andystewart(a)mediaone.net>
Hi Andy,
Looks like you have a fun evening planned for your next LUG meeting. I'd
be interested if you (or someone in your group) would do a write-up about
the special meeting, or perhaps an interview. I'll host it at
LinuxUsersGroups.org and have it posted to LWN and LinuxToday. It'll be a
good opportunity both for your group and for Ziegler's book.
--
Kara Pritchard Phone: 618-398-7360
Author, RHCE Exam Cram
Director of Exam Development http://www.lpi.org/
Site Manager http://www.LinuxUsersGroups.org/
--
> > Is linux limited to 4GB memory?
>
> Nope, not 2.4 anyways. I don't remember the limit, but it's a big
> number. ;-)
>
> > I have inherited some boxes with 5GB each and I'm planning on loading linux.
Some things to remember - if these are x86 architecture boxes, you
still have a 3GB per process user space limit. Even with 64GB of RAM,
no single process can see more than 4GB and the top 1GB of that is
mapped as kernel space. Big memory means that you get to have lots of
large virtual address spaces that can remain mapped in physical RAM.
For virtual address spaces with wider than 32-bit addresses, you need
64-bit processors.
ccb
--
Charles C. Bennett, Jr. VA LiNUX Systems
Systems Engineer, Northeast US 25 Burlington Mall Rd., Suite 300
+1 617 543-6513 Burlington, MA 01803-4145
ccb(a)valinux.com www.valinux.com
At 4/16/2001 11:50 AM (Monday), Scott Venier wrote:
>You might also want to mention codewarrior. http://www.metrowerks.com
>Nice and pretty for those folks who grew up developing on macos or
>windows.
You might keep in mind that the Delphi Developers Group is made up of
developers who are 99% likely to use Kylix for development. Therefore, they
won't be much interested in alternative development environments.
However, they WILL be interested in auxiliary tools which are considered
essential to managing applications on Linux not matter what the original
language the app is written in. I would put the rpm and other
packaging/installing tools in this category.
P.S. I think Kylix includes a debugger. If it is as good as the one Borland
has for the Win32 platform then it is all these developers will be using.