Pages

Search

Installing Linux "more or less from scratch" - Forums Linux

Installing Linux "more or less from scratch" - Forums Linux


Installing Linux "more or less from scratch"

Posted: 15 Aug 2004 08:00 AM PDT

Abdullah writes: 

You don't need to apply any of those patches.
--
John Hasler
gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI

Mandrake10 Login

Posted: 14 Aug 2004 02:54 PM PDT

"Rich Barry" <rr.com> dedi ki:
 

I agree with other posts that a user shouldn't login to GUI as root. You
can use root privileges from within a normal user session for *most* of
the tasks. One notable exception is being able to use Konqueror file
manager in root mode, without having to open a konsole, "su -", and run
konsole from within that session. Later on I will suggest a way to
streamline this in a normal user session.

However I don't find it appropriate too, patronizing a user and hiding
root login. You can "unhide" root from within KDE Control Center (System
-> Session Management : Users tab) but I don't like the idea of exposing
root user to public. I prefer another way: From Mandrake Control Center
(drakconf) -> System -> Display Manager : Choose KDM instead of MdkKDM.
This will bring up the original KDE display manager (so your adjustments
in KDE Control Center like showing clock, font sizes etc will take effect.)
Both KDM and MdkKDM won't show the hidden root user, but KDM will have an
input field for user so that you can manually enter an arbitrary username
there. This way, both you can hide critical userids fron the public at
large, while still being able to login into them when you need it.

For using Konqueror in root mode from within normal user account: Make a
copy of the Konqueror desktop item in your desktop, right click it and get
into properties dialog, change its icon to something different, get into
the "application" tab and there click on the "advanced features" : There
you will find a "Run with a different user" option. Enable it, and set the
user to root. Now, whenever you click on this icon on your desktop, kdesu
will pop-up and ask for root password, and you will be using Konqueror in
root mode. You can also do a similar arrangement in your KDE menu.

--
Abdullah | aramazan@ |
Ramazanoglu | myrealbox |
________________| D-O-T cöm |

Mandrake Move

Posted: 14 Aug 2004 06:59 AM PDT

kellnerp <com> writes:

]Thanks.

]Would have been nice if they made that a little more obvious during startup.
]My first impression was that it was broke which would hardly lead to a
]sale. :(
There have been other posts bemoaning the non-obvious nature of feature,
and others then argued that Mandrakes wording of this feature was
sufficiently clear. Any time consumers get confused, the description is not
clear enough-- this should be an attitude of any doc writer.

]>
]> ]Mandrake move is supposed to find the USB memory stick and use user
]> ]information during second and subsequent usages. It doesn't, at least not
]> ]on the two systems I tested it on. Any thoughts?
]>
]> That is only on the ones bought from Mandrake, not the freely downloadable
]> versions.

can't install linux *sob*

Posted: 13 Aug 2004 09:17 PM PDT

george wrote:
 

.... my suspicion is this is video related, seeing
as the system 'quiets down' after a short time.
if you were to hit the <enter> key, i'll bet you
get activity again.

either do a text-mode install or try another distro
or even KNOPPIX (that RH distro is rather dated now)
..
--
<< http://michaeljtobler.homelinux.com/ >>
"I'd love to go out with you, but I have to stay home and see if I snore."

Checklist for setting up RH9 or Fedora as server

Posted: 13 Aug 2004 12:00 PM PDT

On Fri, 13 Aug 2004 19:59:34 -0400, Michael W Cocke wrote: 

I do not agree. I have been running and hosting webservices on a
P3-600MHz system with Fedora (CR1) for a year now. It has never caused
any trouble at all. Stable as granite. I updraded to FCR2 a week ago,
so it remains to se if the stability is worse, but so far it looks
very good.
 

Not to forget Debian. Debian is the free linux distro I would choose
for a business critical webserver, simply because of the stable,
testing and unstable-system and the apt package management.

--
Rolf Arne Schulze
Jobbsøkende innen IT.
Spesialfelt: Datasikkerhet, antivirus, unix/linux, nettverk/datakomm
Ta kontakt på no

How to install additional packages from Fedora disks

Posted: 13 Aug 2004 06:47 AM PDT


Lots of ways, thanks. I'll try them out.
--
Best Regards,
Jeff

"tim wunder" <net> wrote in message
news:oG8Tc.11$abs.net... 


universal "look and feel" for gnome desktop

Posted: 13 Aug 2004 03:05 AM PDT

On Fri, 13 Aug 2004, Joe Beanfish wrote:
[..] 

I find that I use different user accounts for different "roles," depending
on what I'm doing. thanks for the start.




Thufir Hawat

Mount exernal USB drive

Posted: 12 Aug 2004 04:12 PM PDT

On Thu, 12 Aug 2004 16:12:57 -0700, Minh
<statgen.washington.edu> wrote: 
/dev/sda1 /external ext3 noauto,suid,rw,usrquota 1 2


--
The truth you speak has no past and no future. It is, and that's all it
needs to be.

Copying files

Posted: 12 Aug 2004 03:12 PM PDT

com (John Bahran) wrote in message news:<google.com>... 

The simple answer is to use a gui file manager. Drag and drop works.

The other answer is:
1. Mount it
- let's imagine it ends up on /media/cdrom
2. Make the target directory.
e.g. mkdir /home/john/cd
3. copy recursively from one to the other
cp -R -p /media/cdrom/* /home/john/cd

man cp is your friend.

There is a bit of an issue over symbolic links. Most versions of cp
will create a second copy of a file rather than a link to it. It's
normal to add -P and then create the symlinks by hand.

Another technique instead of using cp is to use tar. The idea is to
create an archive onto a pipe and then expand it again. The details
are in some instances of the man page for tar. This has often been
used to deal with the symlink issue. Something like, if memory does
not fail me:
tar cf - /media/cdrom | (cd /home/john/cd ; tar xf - )

ADSL & Switch

Posted: 12 Aug 2004 02:09 PM PDT

Ernst Schmidtmann <owl.de> dedi ki:

-8<--
 

But prpbably those modems will only have UTP ports, no BNC. Also it is
very difficult, if at all possible, to find a multi-port modem with more
than 4 ports, so you would need a regular hub/switch anyway (if not today
then tomorrow). I guess it could be more convenient to get a single-port
modem and a basic 8-port 10 Mbps hub with a BNC port, so you won't have to
change anything in your current LAN setup. Otherwise, without a BNC hub
you would either need to convert your LAN from BNC to UTP, or use yet
another hub with a BNC port to connect the BNC and UTP segments together.

P.S. Lately, some 10 Mbps hubs don't have a BNC port (as nobody uses it
they try to cut costs). But older ones all have a BNC port without
exception.

--8<--
--
Abdullah | aramazan@ |
Ramazanoglu | myrealbox |
________________| D-O-T cöm |

how and where do does the jre go?

Posted: 12 Aug 2004 07:53 AM PDT

com wrote: 

Sorry, I didn't realize that wat your problem. The binary installation
I did asked where I wanted it. Alternatively, all you'd need to do is
move the files from wherever it was intstalled to wherever you want.

java jre rpm gives "not an rpm package" error

Posted: 11 Aug 2004 11:23 PM PDT

com wrote:
 

make the bin file executable:
$ chmod +x jre-1_5_0-beta2-linux-i586-rpm.bin

and then execute it:
$ ./jre-1_5_0-beta2-linux-i586-rpm.bin

It will present you some kind of license agreement, and will produce a real
rpm file.

Newbie - Need help learning Linux, suggestions on where to start?

Posted: 11 Aug 2004 03:22 PM PDT

On 11 Aug 2004 15:22:56 -0700, com (L) wrote:
 

The first thing you need to learn is the difference between
multiposting and crossposting. You have several answers in another
newsgroup where you multiposted this.

And the chance of getting a linux system _running_ in a week are
decent. learning what you're doing? Not likely. Think years to get
a good grasp of linux.

Mike-

--
If you're not confused, you're not trying hard enough.
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,

Open Office - [discuss] Request for Enhancement: WRITER

Open Office - [discuss] Request for Enhancement: WRITER


[discuss] Request for Enhancement: WRITER

Posted: 13 Jun 2007 01:10 PM PDT

I feel that the usability element of comments and revisions is better
in word in general. They balloon out of the document like natural
annotations - editable, acceptable and rejectable with a click of a
button


--
Chris Monahan

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] here's another one

Posted: 13 Jun 2007 04:34 AM PDT


----- Original Message -----
From: "Alexandro Colorado" <org>
To: <org>
Sent: Wednesday, June 13, 2007 7:25 AM
Subject: Re: [discuss] Unethical OOo distributers

 

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Unethical OOo distributers

Posted: 12 Jun 2007 05:20 PM PDT

On Tue, 12 Jun 2007 19:06:16 -0500, Trevor Farlow <org>
wrote:
 

Is usually a lot of work to police this lists, however I don't know if any
of this scam sites are on our distributor list.



--
Alexandro Colorado
OpenOffice.org
Community Contact // Mexico
http://www.openoffice.org

Twitter: http://www.twitter.com/jza
Jabber: org

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] My School

Posted: 11 Jun 2007 01:47 PM PDT

--=-1w6d8mxuoFBYzhoIg6Zi
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hei,

On Mon, 2007-06-11 at 21:45 +0100, Chris Monahan wrote: 
:)

great.

That reminds me...i don't know if i'm allowed to make an official
statement, so regard this as inofficial. ;-) Just writing it because it
may be a good encouragement for others...

I never got a MSO license from my workplace, being a freelancer and
hence considered external...and created layouted documents in OOo
exporting to .doc for my company (I'm a graphics designer.).

After doing that for about a year we got a new marketing director, who
is gladly open to opensource and was familiar with OOo. From there it
was a pretty minor step to encouraging the general use of OOo for the
required documents. Just one longish eMail explaining the benefits of
the more stable layout (MSO shifted things all the time).

OOo got installed on the computers of the involved employees and the
workflow uses native ODF now.

Andr=C3=A9.


--=-1w6d8mxuoFBYzhoIg6Zi
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBGbn2pEOp8fsnyxsQRAkOxAKCu/vCJ78PiUrsIXLaWq48Nn6VmAACcCagD
o5vcWJb1Jfl+Vnvg0EKWAuo=
=QcNC
-----END PGP SIGNATURE-----

--=-1w6d8mxuoFBYzhoIg6Zi--

[discuss] Introduction

Posted: 06 Jun 2007 05:37 PM PDT

James E. Pearman, P.E. wrote:
 

Thanks for your offer, helping as a tester is a good way to support the
project. In case you are interested to join OOo testing please go to the
qa.openoffice.org website. There you should find all necessary instructions.

Best regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Vista Version of Open Office

Posted: 06 Jun 2007 05:36 PM PDT

OpenOffice should run fine on vista - some software needs explicit
'vista versions' however that probably indicates either a poor
standard of design, or a dependence upon a certain internal feature
that has been changed in vista.

From what i've heard OpenOffice is currently -compatible- with vista,
and the developers are working on enhanced vista integration in later
versions.

--
Chris Monahan

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Suggestions: Locales and network printers

Posted: 06 Jun 2007 05:50 AM PDT

Christian Foerg wrote:
 

Yes, I forgot to add this: Calc behaves like Draw/Impress (accessing
printer while saving) but *additionally* accesses the printer when the
file is modified.
 

Yes, we don't read any printer information from "alien" formats.

I think most problems in this area will vanish in OOo2.3. We also plan
to add an option to ignore printer settings in documents completely but
I'm unsure whether we can implement this until feature deadline for 2.3.

Ciao,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] New Purchaser

Posted: 04 Jun 2007 04:33 PM PDT

--=-lBJ7EcMS7a+0b6Dal9Sz
Content-Type: multipart/alternative; boundary="=-GoJnsPtEw827OSS2y8aa"


--=-GoJnsPtEw827OSS2y8aa
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Dear Catherine

Son't give up! I am sorry you have had these problems. If you let me
have your address I will send you a copy of StarOffice 8 which you
should find will be OK

Kind Regards

Michael Johnson

On Mon, 2007-06-04 at 19:13, CATHERINE TURNER wrote:
 

Michael Johnson
Director
BPEnet Limited Robin Hill Cottage Fairfield Road Eastbourne BN20 7NA
Tel: 0870 9220247


--=-GoJnsPtEw827OSS2y8aa
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Dear Catherine<BR>
<BR>
Son't give up! I am sorry you have had these problems. If you let me have your address I will send you a copy of StarOffice 8 which you should find will be OK<BR>
<BR>
Kind Regards<BR>
<BR>
Michael Johnson<BR>
<BR>
On Mon, 2007-06-04 at 19:13, CATHERINE TURNER wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>I purchased this product Saturday. It never downloaded. The set up downloaded, but the product itself never downloaded. I have been trying to get in touch with ANYONE!!!.

I was sent an e-mail that said to go on: </FONT><A HREF="http://wwwOfficeBest"><U>http://wwwOfficeBest</U></A><FONT COLOR="#737373"> Deal.com/ac9811htm to download etc, etc. I attempted to so and was unable to get onto this website. I feel that this is a rip off.

I am now going to purchase word and excel because I need them for my new computer.&nbsp; I will be contacting my credit card company and letting them know about this transaction.</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Michael Johnson<BR>
Director<BR>
BPEnet Limited Robin Hill Cottage Fairfield Road Eastbourne BN20 7NA<BR>
Tel: 0870 9220247<BR>
<IMG SRC="cid:local1" ALIGN="top" ALT="" BORDER="0">
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>

--=-GoJnsPtEw827OSS2y8aa--

--=-lBJ7EcMS7a+0b6Dal9Sz--

[discuss] Mac Version

Posted: 02 Jun 2007 06:13 PM PDT


On 06/06/2007, at 12:46 AM, John Orr wrote:
 
 

Well, it turns out the pre-alpha release of OpenOffice.org for the =20
Mac using native libraries is now available.
My first observations after a quick look:

* It is pre-alpha and lives up to that - it is VERY unstable (e.g. =20
hit the spellcheck on a blank document and it crashed)
* It is still matching NeoOffice for speed (very slow!). This is =20
acceptable currently as optimisation is a later issue after =20
functionality.
* The interface is fully integrated with the Mac UI and looks quite =20
nice.
* There was a small issue I believe in trying to resize the document =20
window. I had to double click to stop the mouse from resizing the =20
window?

Regards
Jonathon
 
 
 

------------------------------------
Jonathon Coombes - Cybersite Consulting
MySQL Consulting + Training Partner
Authorised MySQL Training Centre
http://www.cybersite.com.au

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] double spacing for numbering

Posted: 30 May 2007 12:36 AM PDT

On 30/05/07, com <com> wrote: 

Why do people find exploring interfaces so hard...

--
Chris Monahan

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Feature Report

Posted: 29 May 2007 04:49 PM PDT

> There is a general principal in ralational databases that the 

er, yeah - but the order of the data entered is persistent in the
-interface-... go make a new view and you'll see what order it is in
by default

So the designers made the decision that a particular attribute 'is not
important' it only comes to bite you in the ass every so often.
Intiutive? no....


--
Chris Monahan

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Book-Fold Feature

Posted: 24 May 2007 04:07 PM PDT

This feature already exists...it is called booklet printing, and is
accomplished by treating it as a brochure.

This is a pasting from the help file in Writer...I've printed booklets from
writer using these directions:

Printing a Brochure
You can print a Writer document as a brochure or a booklet. That is, Writer
prints two pages on each side of the paper, so that when you fold the paper,
you can read the document as a book.
When you create a document that you want to print as a brochure, use
portrait orientation for the pages. Writer applies the brochure layout when
you print the document.
To Print a Brochure
1.Choose File - Print.
2.In the Print dialog, click Properties.
3.In the properties dialog for your printer, set the paper orientation to
landscape.

If your printer prints duplex, and because brochures always print in
landscape mode, you should use the "duplex - short edge" setting in your
printer setup dialog.

4.Return to Print dialog, and click Options.
5.In the Pages area of the Printer Options dialog, select Brochure.
6.For a printer that automatically prints on both sides of a page, specify
to print right pages and left pages.
7.In the Print dialog, click OK.
If you print a document in portrait on a landscape page, two opposing sides
in a brochure will be printed next to each other. If you have a printer with
double-sided printing capability, then you can create an entire brochure
from your document without having to collate the pages later. If you have a
printer that only has single-sided printing capability, then you can achieve
this effect by first printing out the front pages with the Right pages
option marked, then re-inserting the entire paper stack in your printer and
printing all the back pages with the Left pages option marked.

If OpenOffice.org prints the pages in the wrong order, open the Printer
Options dialog, select Reversed, and then print the document again.




Sincerely,
Andrew Robertson
Export Manager
derma e® Natural Bodycare
ph. 805-582-2710 xt. 244
fx. 805-582-2730
net
www.dermae.net





-----Original Message-----
From: Robin Laing [mailto:gc.ca]
Sent: Monday, May 28, 2007 12:15 PM
To: org
Subject: Re: [discuss] Book-Fold Feature


Paul wrote: 

I think it is more like a macro that will calculate the pages printed on
both sides of a page to create a booklet/book section.

Think of it as if you take a small booklet apart. On a sheet, you could
have pages 1 and 14 printed on one side of the sheet and 2 and 13 on
the other side. The center of the page is the staple point. The next
page would print out 3,12 and 4,11.

This would be a handy macro for self publishing.


--
Due to the move to M$ Exchange Server,
anything that is a priority, please phone.
Robin Laing

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org



---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] most disappointed!

Posted: 22 May 2007 05:12 PM PDT

On Thu, 2007-05-24 at 15:21 +1000, Pierre wrote:
 

Responding to criticism is different to responding to flamebait. While
you can question the usefulness of responding to flaimbait, I didn't see
any honest criticism in the OP. Childish fools deserve to be treated as
such. Keep in mind this guy posted *once*, and asked for assistance once
less than this.
 

Hmmmm ...

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: com.au
website: http://www.nusconsulting.com.au

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Bug or Problem?

Posted: 22 May 2007 03:29 PM PDT

Chris Monahan wrote: 
Next time this happens, select the " I have already box" and click OK.
Hope this helps

Udub

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Suggestions for Open Office

Posted: 17 May 2007 03:25 PM PDT

Quoting Robin Laing <gc.ca>:
 

OpenOffice.org already has their HTML editor. Just go to New > HTML Document

I do wish they have better CSS support on the stylist.
 

You can do this with making a template that include pagination with a =20
0 offset on it and make it the default.

to do this booklet options usually I preffer using OOo Draw which =20
allow you more flexibility. Word processors are awful DP tools.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Still Immoral to Support Microsoft

Posted: 14 May 2007 05:26 AM PDT

Why people keep saying about 'steal' being based of something doesn't =20
mean still. The minix developer has come to the front a couple of =20
years ago and said that Linus never stole anything from the minix =20
kernel.

Minix in itself hasn't stole anything from Unix nor BSD have stolen =20
from AT&T. They were all based of, inspired, copy the concept but not =20
the code.


--=20
Alexandro Colorado
OpenOffice.org
Community Contact // Mexico
http://www.openoffice.org

Twitter: http://www.twitter.com/jza
Jabber: org


Quoting John Boyle <com>:
 



om 




---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

Where's the key hole? Microsoft Office for Mac

Where's the key hole? Microsoft Office for Mac


Where's the key hole?

Posted: 07 Jan 2008 02:30 AM PST

Run the Remove Office utility & when the first screen apears hold down the
Option Key while you select "Remove Licensing Info". You don't ahve to
remove Office, itself. The next time you attempt to launch an Office app you
will be prompted to enter the new license key.
--
HTH |:>)
Bob Jones
[MVP] Office:Mac

<com> wrote in message
news:googlegroups.com... 


Using Repair Permissions

Posted: 06 Jan 2008 07:28 PM PST

In article
<houston.sbcglobal.net> aRKay
net wrote:

 

it could also be that the new database-like structure for Leoaprd
receipts makes things more complicated to fix :-\

Corentin
--
--- Mac:MS MVP http://www.cortig.net/wordpress/ --- http://www.mvps.org - http://mvp.support.microsoft.com MVPs are not MS employees - Les MVP ne travaillent pas pour MS Remove "NoSpam" to e-mail me - Retirez "NoSpam" pour m'écrire

Error message that I can't open office

Posted: 06 Jan 2008 07:08 PM PST

On 8/1/08 6:39 AM, in article
com, "lehona"
<microsoft.com> wrote:
 
It's my understanding that even with a laptop, you can't have both running
at the same time.

Cheers,

Clive Huggan
=============


Can I upgrade MSO 2004 Student to 2008?

Posted: 06 Jan 2008 04:53 PM PST

Just elaborating on one point for clarification -

As others have replied, normally the education version can't be used to
upgrade to the next *education* version. However, if you purchase the
education version it *can* be used to upgrade to one of the _other_ packages
(Standard or Professional).

However, the release of 2008 works a bit differently (to your advantage) -
If you buy *any retail packaged version* of Mac:Office 2004 (including
Student & Teacher) you qualify for the "free" upgrade to Office 2008 for Mac
Special Media Edition *or* Office 2008 for Mac Home & Student Edition
w/Expression Media. See:

http://www.microsoft.com/mac/go/promotions/supersuitedeal/

As usual, read the "fine print" & make sure to fully comply with the
requirements when you submit for the offer:-)

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 1/6/08 7:53 PM, in article
com, "radiocam"
<microsoft.com> wrote:
 

how to uninstall leopard

Posted: 06 Jan 2008 02:01 PM PST

You can't.

Ask a sensible question and you will get a sensible answer.


On 7/01/08 8:01 AM, in article
googlegroups.com,
"com" <com> wrote:
 

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Nhulunbuy, Northern Territory, Australia
+61 4 1209 1410, mailto:name

Upgrade Mac MSO v.X To Mac MSO 2004 To Mac MSO 2008

Posted: 05 Jan 2008 08:42 AM PST

In article <C3A83412.D86D%name>,
John McGhie <name> wrote:
 

Thank you for the definitive answer. This not only covers my situation,
but I felt it might be relevant to the OP. I figured why buy Office
2004 just to get the "Suite Deal" on Office 2008. If one could skip the
intermediary step and achieve the same, so much the better. I will
review the posts about the features available in Office 2004 that will
not be available in Office 2008.

Matt

--
Matt Broughton
Only relatives are absolute.

How thorough is "Remove Office"?

Posted: 05 Jan 2008 06:32 AM PST

On Jan 6, 2008 Diane Ross wrote:
 

[snip]

Hello Diane

Thank you for this good advice. I do keep quite a good OS in that I always
update using combo updaters.


--
Patrick - Brighton, UK
If you wish email me from my web-site: <http://www.patrickjames.me.uk>

super suite deal, not so sweet

Posted: 04 Jan 2008 02:31 PM PST

Have you tried the Redeem Online option? I understand it is completely
unobtrusive & requires very little on the part of the user:

http://www.microsoft.com/mac/go/promotions/supersuitedeal/

Good Luck |:>)
Bob Jones
[MVP] Office:Mac



On 1/4/08 5:31 PM, in article
googlegroups.com,
"turtlebud" <com> wrote:
 

Mac Office 2004 Select Version & purchasing Office 2007

Posted: 03 Jan 2008 08:13 AM PST

Amit Srivastava wrote: 

Hi amit!

Just adding to JE's comments...

The MVPs have been paying close attention to the Office:mac deals that
Microsoft has been offering and often pointing folks to take advantage
of them. Both of them have been for retail purchases of the 2004
software and what you received from your University does not qualify as
"retail". It is instead "volume" licensing, which is why you were able
to receive the software as inexpensively as you did.

If you took the advice of the University to purchase the software
because you thought you'd receive Office 2008 for just S&H, ask them to
show you their proof that what they told you was, in good faith,
accurate. I bet they can't do it. If they can then you have legal
grounds for acting.

Microsoft has not reneged on any offers. Your University reseller was
mistaken in what he told you.

Hope this helps!

--

bill

William M. Smith, Microsoft Interop MVP - Mac/Windows
Entourage Help Page <http://entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>

Windows 7 - Win7 startup sound - alternate solution

Windows 7 - Win7 startup sound - alternate solution


Win7 startup sound - alternate solution

Posted: 02 Mar 2010 04:59 AM PST

John Morrison wrote: 

No, the whole point was to use the sound of your choice, "Close022.wav"
is the five notes from "Close Encounters of the Third Kind," as played
by the mother ship (tuba). I should have explained that you had
to enter your own music choice, but I guess you figured that out:
 

--
Crash

Committed to the search for intraterrestrial intelligence.

Microsoft Word - Numbers won't appear when typed

Microsoft Word - Numbers won't appear when typed


Numbers won't appear when typed

Posted: 10 Jun 2013 09:55 AM PDT

I'm using MS Word 2010.  When I type letters they show up just fine.  When I type numbers in the body of the work they do not appear.  The cursor does move (so the keyboard is functioning).  When I delete the invisible numbers and switch to a different "style" or type in BOLD font the numbers will appear.  Any ideas how to fix this?

How do I add an Underline with VBA code

Posted: 10 Jun 2013 07:41 AM PDT

I am lloking for some help in underlining some words in my header. The code below is waht I have so far except the underlining. The bolded and underlined words in my code need to be underlined with VBA. Any help would be great.

 

Sub AddHeadfoot()
    Dim oHF As HeaderFooter
    Dim oSection As Section
    For Each oSection In ActiveDocument.Sections
        For Each off In oSection.Headers
            off.Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter
            off.Range.Text = "XXXXXXXXXXXXXXXXXXXXXXXXX" + vbCrLf + "XXXXXX XXX XXXXX XXXXXX"
            off.Range.Font.Size = 12
            off.Range.Font.Bold = wdToggle
        Next
        For Each off In oSection.Footers
            off.Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphLeft
            off.Range.Text = "XXXXXXXXX  D12444-XXXXX" + vbTab + vbTab + "XX-XX-XX" + vbCrLf + vbTab + vbTab + "Page" + vbCrLf + vbTab + vbTab + "XXX X DATE X"
            off.Range.Font.Size = 10
            off.Range.Font.Bold = wdToggle
    Next
    Next
End Sub

i want to define auto-numbering in my CAPTIONS to use the number of the preceding heading style

Posted: 10 Jun 2013 07:13 AM PDT

i need to follow a strange numbering practice for some documents I'm working on. I'd like to be able to rely on auto-numbering, but haven't figured out how to do it for this req'mt. I have a numbered para document with figures. Instead of numbering the figures sequentially as the default Word "Caption" does (i.e., Figure 1, Figure 2, etc) the client wants the figs numbered according to the preceding para no. like this:

9.1 blah, blah, blah iaw w/ figure 9.1-1

==insert figure here==
Figure 9.1-1

9.2 blah, blah, blah

   9.2.1 blah, blah, blah iaw figure 9.2.1-1 and figure 9.2.1-2

       ==insert figure here==
Figure 9.2.1-1

==insert figure here==
Figure 9.2.1-2

Hopefully, you can see my problem. 9.x = Heading 2, 9.x.x = Heading 3. If it was just a matter of using figures at one heading I might use a Style Ref code and a "-[SEQ?]" but I'm not sure how to reset the SEQ code at the next use of the target Style Ref. However, since I have figures at Heading 2 and Heading 3, I don't think i can use the Style Ref anyway. I've been trying (unsuccessfully) to get the client to use a more reasonable numbering system, but they insist on this with the result that figures and x-refs to figures are manually entered, then become out-of-sync on edits. Any ideas?

Customer Fill In Sections

Posted: 10 Jun 2013 04:20 AM PDT

I am creating a form for work and I want to be able to have the customer fill out the form on one of our Windows 8 tablets. I want to be able to have the form say "First Name" and then when the customer clicks it they can type in their name.

I know you can do this in adobe and create it as PDF, but I'd much rather have it in word.

 

The link below is an example of what I would like to be able to do.

http://www.dpw.state.pa.us/ucmprd/groups/webcontent/documents/form/s_001762.pdf

What is this little arrow beside in the marge. It closes and expands part of the text. I would like to delete it and don´t know how.

Posted: 10 Jun 2013 02:32 AM PDT


See this printscreen!

Document Information Panel

Posted: 09 Jun 2013 11:08 PM PDT

I want to use the Document Information Panel. I am directed to Office Button>Prepare> ... I cannot find an equivalent on the 'blue File tab' in my Office 2010. What is the solution? How do I access the DocInfoPanel.

Font missing in Office 2013

Posted: 09 Jun 2013 07:48 PM PDT

I previously work with Microsoft Word 2010 in font of "Velvenda Cooler", however, the font was found missing after transferred to Office 2013, the work has changed and i can't continue my work without the previous font installed.

Is there anyway i can install this font in Office 2013?

Selecting all text in Edit Hyperlink box

Posted: 09 Jun 2013 11:31 AM PDT

I frequently want to rename a hyperlink using the Edit Hyperlink pop-up box in Word.  First step is to select the entire old name in the "Test to Display" box, but this is difficult since the margin for error in placing the cursor for either select all by back right arrow or for dragging across the existing text is VERY small and hard to find.  Is there a more robust, ie easier, way to select all the text in the Test to Display box so that I can do a type over and replace? 

office 2010 word copy problems

Posted: 08 Jun 2013 06:59 PM PDT

My windows 8 computer recently corrupts documents that I copy from the internet to a word 2010 document.  It worked ok at first, but now it copies the document over correctly, but when I scroll down, the pages separate, repeat lines, move over to the side, and generally are corrupted.  This happens with all documents, so is not just a problem with a specific site.

using shortcuts: ctrl + u/i/b

Posted: 07 Jun 2013 08:21 AM PDT

using shortcuts for bold, italic and underlining a word. 

right now when I press ctrl + u/i/b, it only highlights the corresponding button(s) on the toolbar in word. it does no longer actually make the word I have clicked on e.g. bold (with ctrl + b). I have to highlight the word first now. even though before  I could also just "click" on a word, without highlighting it and ctrl + u would underline the word, not only highlight the button.

thanks for any help!


Word 2010 - Template prompts ASK Field issues

Posted: 07 Jun 2013 07:36 AM PDT

Hi

I have created a Word 2010 Macro Enabled Template with "Ask Fields" and "Ref Fields" so the user is prompted to fill these in once the document is opened. In the template when you open it by right clicking and selecting "Open" the following macro runs:

Sub autoopen()

ActiveDocument.Fields.Update

End Sub


I have built in some auto text capabilities to this template. However when I open a new document from the template by clicking and selecting "New" when you right click the template or by double clicking it the macro isn't transferred and doesn't run.

Is there a way to make the Update fields macro run when a new document is created from the template?

Many Thanks in advance

How to change maximum display names in a citation

Posted: 07 Jun 2013 03:36 AM PDT

Hi there,

I use the APA 6 style in Word 2013. I read that when you use 3,4 or 5 authors. The first time you citate it should show all the names, and in the citations following it should show only the first name followed by et al. But Word doesn't do that. It just shows them all, always. 

How do I change that? I read something that you can change some script somewhere? But I couldn't find out how to do that. 

Thanks


Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service - Microsoft Exchange

Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service - Microsoft Exchange


Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service

Posted: 24 Sep 2004 01:51 PM PDT

MarkL wrote: 

Is the server also a domain controller? I believe its a known issue if so.

I'd create a batch file on the desktop to shut down the exchange services in
a timely manner and get into the habit of running it before a shutdown.


How do you regulate your Exchange domain?

Posted: 24 Sep 2004 08:21 AM PDT

I like what Mark says. Technically, he is correct in what to do first.
However, politically, I disagree on what to do first.

You don't want to come in and make enemies. Trust me on that.

The first thing that I would do is discuss, with your management, the option
of cutting down SPAM first. The users will be happy about that. Once the
user environment is happy...

Propose to them two options (note: I don't know the specifics of your
organization, so this is generic):

Option 1) Propose a purchase of a new server with plenty of disk. Note
that a rule of thumb that I use is ~150 people per spindle, dependent upon
utilization...more folks if I am using Outlook 2003 Cached Exchange Mode. I
generally use Windows 2000/2003 standard server and Exchange Server
2000/2003 Enterprise edition. Clustered environments are different.

Option 2) In lieu of this, propose moving some of the largest user's
information to .pst files and implement quotas. Remind management that the
loss of the user's local system could result in the loss of the .pst file if
it is stored on the system. Note that the upper limit of .pst files may be
1.85GB of 2.00GB on older versions (pre-2003) of Outlook.

That way you are leaving it up to management to make the decision on what to
do and you do not seem like the bad guy...and you are providing risk
mitigation information. They will talk to the managers and users, most
likely.

Stories:
I had a very large client in Georgia that would rather purchase more SAN
space than implement quotas for their users. We got a few new servers and a
nice beefy SAN.

On the flipside, I had a client in Virginia that did not want to purchase a
new server or software. They opted to implement quotas and their
management sent an e-mail regarding this. Obviously, there were exceptions
to the rule.

Either way, it was management's decision and I did not seem like the bad
guy.

Bob

"Andrew" <microsoft.com> wrote in message
news:com... 
mess. 
anything. 
your 


second mailbox or public folder

Posted: 24 Sep 2004 07:12 AM PDT

Take a look at http://www.ivasoft.biz/unisent.shtml


 
sent 
the 
managers 
sending 
to 
in 
for 

Exchange 2003 New Install

Posted: 23 Sep 2004 04:33 PM PDT

Outside email,....

ISP email set up hahahah
 
staff 
support 

SMTP Service

Posted: 23 Sep 2004 12:45 PM PDT



"Rodrigo" wrote:
 

Exchange Priv Info Store - Gooone

Posted: 23 Sep 2004 09:10 AM PDT

Thanks Mark.

I was able to point to a new location for the database, but unable to mount
(or force creation of new database).

An Internal Processing Error has occured (ID: c1041724)

I searched some MS KB's - the permissions are ok on the new database
location and there is plenty of disk space.

This msg:
Event 9175: The MAPI Call 'OpenMsgStore' Failed with the Following Error

Is registered in the application event log.

The information store is running and so is system attendant.

Where to from here?

note: I do have a back in which I will restore later.


"Mark Arnold [MVP]" <org> wrote in message
news:com... 


Messages marked as opened and read

Posted: 22 Sep 2004 08:44 AM PDT

 

I'm aware of this setting. I confirmed that it's not enabled.
 

The user can work in offline mode and the message will not open. The minute
he connects to the Exchange server, it will change to show as opened and
read.
We've also tested this by using Outlook WebAccess. The same thing will
occur. Also, regardless of which computer he uses to connect to Exchange,
the same issue occurs so I know that it's not computer specific.