Pages

Search

Serial console access: need help - Forums Linux

Serial console access: need help - Forums Linux


Serial console access: need help

Posted: 31 May 2005 03:41 PM PDT

Menno,
Thank you for the reply. I do have SAFE=Yes in /etc/sysconfig/kudzu but
not the same for the inittab.
Menno Duursma wrote: 

Help: Web Server with a Cable Modem

Posted: 31 May 2005 01:41 PM PDT

"Michael" <edu> wrote in news:xZ3ne.5008$lI2.3299
@tornado.rdc-kc.rr.com:
 

You could put the linux server behind the cable modem and wireless router
and then setup the wireless router to forward traffic port 80 or whatever
to the IP address of the linux server. My ISP aliases port 80 for me so
I can run a webserver here. It sits behind a linksys wrt54g and traffic
on http/https goes to it.

I've had that setup for a long time and it works very well :)



--
Michael Perry | do or do not. There is no try. -Master Yoda
org | http://www.lnxpowered.org

Passive means what during FTP?

Posted: 30 May 2005 11:30 PM PDT

On Tue, 31 May 2005 15:36:13 +0000, Robert Nichols wrote: 

[ ... ]
 

Misconfigured firewalling.
 

Yes. Passive mode is more secure(able) though.
 

Which means the server needs to (re)claim root privilege :-( ...
Vsftpd drops root after bind()ing to port 21 entirely, if setup to
passive-mode only.
 

Ofcource this beaks "ftps" (SSL/TLS encripting atleast the control channel.)
Since the (otherwise) statefull firewalling code, cannot look inside the
packets. You'd have no choise but to allow any connection from port 20 to
your 1024-65535 range.
 

Yes. And the port in in the range: >1024
 

Nope. The client connects from port >1024 , so the connection looks like:

Request PASV:

Client port >1024 ==> Server port 21

Server opens a local port >1024 listener, and tells the client about it,
client connects to that port for data transfer:

Client port >1024 ==> Server port >1024
 

No it does not. It only needs to allow outgoing connections from ports
above 1023 (or, and tighter: whatever the ip_local_port_range is set to)
to the server ports 21 and 1024-65535 ...

And since it's only outbound connections (initiated from the client) there
isn't any problem in encripting the control connection, i.e.: ftps
 

Well, you could do that. But it doesn't buy anything since the ports are
in closed state already, untill the server starts a listener for some data
connection which in turn triggers the "firewall" to poke a hole. So you'd
be "protecting" closed ports only - which seems kind of silly to me ...

Now again what this _does_ do is break SSL/TLS encripting of the control
channel (which, when configured correctly, provides some _actual_ security.)

Simply setup the server to use a passive port-range, and allow that
through the firewall. If the Netfilter is host-based (i.e.: local) one can
even configure it to allow outbound (reply) packets, in that range, from
the account the server runs as only ( man iptables <-- look for "owner" .)
 

Any Masq/NAT machine on the _client_ network isn't a problem (even with
SSL/TLS), provided: passive-mode is used ...
 

No they don't. Only if either active-mode needs to be supported, or the
NAT machine is in front of the _server_ network (in which case you'll need
to port-forward 21 and the passive-data range.)

--
-Menno.

Mounting a Remote CD-RW Drive using SMBFS

Posted: 30 May 2005 11:13 PM PDT

Yes, you were correct. Thanks.

Funny thing though is that I don't remember doing a 'mkdir' when I first
mounted the hard drive from the same
machine (/mnt/maxtor).

/Ross

"Ross MacGillivray" <net> wrote in message
news:tgTme.25743$.. 


Help needed for RedHat Enterprise Linux 4.0 with Marvell Yukon GIgabit

Posted: 30 May 2005 11:15 AM PDT

Thanks a million...

New to linux, 2 hard drives, dual boot

Posted: 30 May 2005 10:02 AM PDT

Oh, and originally, I meant a partition to which both Windows and Linux
could read/write. FAT32 can take care of that in future days.

please help: cannot access external network from Linux (using DSL router + internal network)

Posted: 30 May 2005 02:24 AM PDT


"Neil Zanella" <mun.ca> wrote in message
news:google.com... 
as 
router 
IP 
as 

Go to a working Windows computer and get the assigned gateway and dns
addresses and set up the Linux box the same way.

charles.....
 


Linux + 2 S-ATA drives

Posted: 30 May 2005 01:39 AM PDT


"***** charles" <com> wrote in message
news:supernews.com...
 

Never do this. Always, always, always make the Windows hard drive the first
drive. That's what it thinks it is when you installed it, since it was the
"first" and only drive on the controller.

Your work with the Linux installation is easily salvaged by using the Linux
installation media to munt the Linux hard drive, edit /etc/fstab and
/etc/mtab to match the swapped drives, edit /etc/boot/* files to match the
new layout, and re-run grub-install as desired.

This would make the Windows drive "hd0" and the Linux drive "hd1". It's just
a lot easier to manage this way, believe me. If you want to do otherwise,
you'll need to manipulate the mounting of hard drives in your grub or other
optiions so that your Linux drive is forced to show up as hd0 and your
Windows drive forced to show up as hd1. The Wiindows OS isn't necessarily as
smart about it, it's easier to get the Linux OS to trick things than it is
to reset what your bootable drive is in Windows.


Dual head on PCI express platform

Posted: 28 May 2005 09:55 AM PDT

Hello Rod,

I have been using ATI RADION X300 SERIES adapter on ASUS MB with Intel
915P chip set for 4 months. So far, there has not been any problem with
it.

I dualboot windowsxp and RHEL4.0, KNL 2.6.
The card comes with dual integrated display controllers and is an entry
level card with 128MB & 4 pipe rendering architecture. It provides
full support for Microsoft DirectX 9, and ATI's SmartShader and
SmoothVision

This card is not for serious gaming, but supports today's game
titles and modeling software I use on the windows shine as well.

The detailed features are at:
http://www.ati.com/products/radeonx300/index.html

Regarding DOs and DONTs, the RHEL4.0 & FC3 supports the X300 graphic
card. But I do not know for Scientific Linux.

The problem I encounter with the 915P is the onboard Intel ICH6R raid
controller. Up to RHEL4.0 & FC3, it is not supported at installation
time.

The worst thing is that if the SATAs are configured in RAID mode, the
installation does not detects them. Which leaves on board raid feature
unusable, even if you have extra SATAs not in raid, combined with
others SATAs on RAID.

I read on the net that Mendriva 10.1 supports it, but I haven't tested
yet. And further more, it is tailored towards Desktop use rather than
server use.

Hope this helps you in someway.

New multi-partition SuSE installation -- problem

Posted: 28 May 2005 05:52 AM PDT

On Sun, 29 May 2005 13:33:28 UTC, "elanore" <com> opined: 

This appears to be true if the two OSes share a HD. I have said the same
thing on a SuSE forum, and took a lot of static for it.
 

Thank you...

--
Stan Goodman
Qiryat Tiv'on
Israel

Fedora 3 on PC with unbootable CD

Posted: 28 May 2005 01:53 AM PDT

With no fuss at all ... the machine is now up and running with NetBSD :-)

On Wed, 01 Jun 2005 21:04:22 +0100, Ewan <com> wrote:
 



--
Email: registration1 (followed by at) island (followed by hyphen) design
(followed by .co.uk)

Extract single file from SRPM?

Posted: 26 May 2005 04:12 PM PDT

On 2005-05-26, com <com> wrote: 

"Midnight Commander" (mc) can open rpm files, allow you to browse the
contents, and copy specific files from the package using a nice ncurses
interface.

--

John (dhs.org)

Installing qmail on Redhat Enterprise Edition AS

Posted: 26 May 2005 08:30 AM PDT

In comp.os.linux.setup Jean-David Beyer <com>: 
 

Yep, they somewhere between managed to upgrade jfs in the kernel
unsupported package. It's now working stable.;)

After all it remains mysterious to me why they don't add an
online at least grow-able fs to the supported kernel, not even in
4.0.;(

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 201: RPC_PMAP_FAILURE

how do you save doc to Power Point Microsoft Project

how do you save doc to Power Point Microsoft Project


how do you save doc to Power Point

Posted: 24 Jan 2005 02:03 PM PST

i can e-mail the MS Project but the recepiant can not open it. They have MS
outlook, power point, access and front page so i was trying to send the
MSProject in a formatt they can open even though they do not have it
installed.
Thanks
Vanamber

"Steve House [MVP]" wrote:
 

How can I print a report to a file in Project?

Posted: 24 Jan 2005 12:03 PM PST

What sort of file?

--
-Jack ... For project information and macro examples visit
http://masamiki.com/project

..
"geffed" <microsoft.com> wrote in message
news:com... 


Valid object checks...

Posted: 24 Jan 2005 11:09 AM PST

In article <com>,
Ken <microsoft.com> wrote:
 
Ken,
Something sounds a little off base. If the user selected a task, how can
it be blank? Yes, I guess they could inadvertently select a blank line
but then why would they go ahead and run the macro?

Depending on what the macro is designed to do, I can envision the user
selecting a task from a task type view (e.g. Gantt Chart) or an
assignment in the Resource Usage view or perhaps a task in the Task
Usage view. These are all valid task selections and can be handled in
the code. The user will never select a task in a pure resource type of
view, such as the Resource Sheet, because there are no tasks in a pure
resource view?

Although I understand that users can sometimes do some "unconventional"
things and therefore a good set of controlled error traps in code is
well advised, but from what you have explained, the need for error traps
isn't all that apparent.

John
Project MVP

2 Questions

Posted: 24 Jan 2005 09:51 AM PST

Hi Rolands67,

Welcome to this Microsoft Project newsgroup :-)

I suggest you insert a Number column. Then, in Excel, create a column and
put 1 in the first cell, 2 in the second, highlight them both and click and
drag the fill handle to produce a column of sequential numbers. Then
copy/paste into the project number column.

FAQs, companion products and other useful Project information can be seen at
this web address: <http://www.mvps.org/project/>

Hope this helps - please let us know how you get on :-))

Mike Glen
MS Project MVP



Roland67 wrote: 



how long will take me to complete Project self-learning?

Posted: 24 Jan 2005 09:31 AM PST

I've been using Project for about 10 years and training for about 18 years.
I figure it's only within the last 5 years I began to truly understand the
way Project is best used to manage projects but then my BS degree includes
an economics minor to help relate the theory to the software.

If your goal is to become a trainer in MS Project, unlike other Office
applications like Word for example, learning the software inside and out is
only the starting point. You simply must understand WHY it acts the way it
does as well as understanding what it does and how it does it. As I like to
put it, you don't need to be a professional writer to understand everything
there is to know about Word but you do need to understand the discipline of
formal project manager to go beyond the bare basics with Project.

--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



"a_tobe" <microsoft.com> wrote in message
news:com... 

What the difference between the hexagon and octogon boxes in an M.

Posted: 24 Jan 2005 08:13 AM PST

I just looked. The "rounded" corner one is actually an octagon, but the
angled sides are fairly small.
There is no inherent significance to any of the shapes. You can set the
style however you want.
You will have to ask the author of the file what the meaning is.


--
-Jack ... For project information and macro examples visit
http://masamiki.com/project

..
"tdragone" <microsoft.com> wrote in message
news:com... 
were 
post. 
know the significance of the octagons - they are not milestones. Tell me
how I can send you the file... Tom 


Repair a damaged or corrupt MS Project 2002 file?

Posted: 24 Jan 2005 06:29 AM PST

Hi Susan,

You may wish to remove the link between the corrupted project file and your
new file. Double click on the Inserted Project summary task and on the
Advanced tab remove the check from the Link to project checkbox. This will
give you a copy of the tasks from the corrupted project but will break the
link eliminating the need for both copies.

Hope this helps. Let us know how you get along.
Julie

"Susan" wrote:
 

How to display start time project 2000

Posted: 24 Jan 2005 05:49 AM PST

You are very welcome Andrew. Thanks for the feedback. Let us know if we can
assist you again.

Julie

"Andrew" wrote:
 

Can I up date from windows 98 to XP?

Posted: 24 Jan 2005 04:35 AM PST

Depends on how old your hardware is....

Steve House [MVP]

"sap" <microsoft.com> wrote in message
news:com... 


Project Resources \ Splitting Resources

Posted: 24 Jan 2005 04:33 AM PST

One thing you need to double check right away is the way you are
interpretting the resource assignment percentage. If I have a resource
assigned 40%, that means he's producing the equivalent of 40% of the total
duration in man-hours, NOT that he's doing 40% of the total work required on
the task. In your example it happens to work out the same but it is by no
means universal that it will.

Essentially you are asking Project to exhibit a mixture of non-effort driven
and effort driven behaviors. AFAIK, that'll either have to be done by hand
or though VB.

Steve House [MVP]

"KRL" <microsoft.com> wrote in message
news:com... 


How do I set up 7 days a week in Project?

Posted: 24 Jan 2005 04:17 AM PST

Additionally, if you are assigning resources to the tasks (not sure exactly
what you mean when you say that you 'don't care about resource loading'),
you will need to go into the resource sheet and change all of the resources'
base calendars and these do not automatically change when you choose a
calendar other than standard under project / project info.

Cheers
JulieD

"JulieS" <microsoft.com> wrote in message
news:com... 


Start date in "task usage"

Posted: 24 Jan 2005 12:05 AM PST

Hi

go to project / project information and check the "current date" setting.

Cheers
JulieD

"Jan, SAT Consulting" <Jan, SAT microsoft.com> wrote
in message news:com... 


unknown cab file required

Posted: 23 Jan 2005 04:37 PM PST

Cab files are loaded on your computer when you update your software. It is
not on any disks. It is how the computer determines what updates you've had
and what you need. You need to clean up the windows installer. Go to
Microsoft.com and look for Windows Installer Cleanup. The actual program is
msicuu.exe. Most likely you removed a program but didn't completely clean it
up and when trying to reinstall, the new program is looking for the cab
file. Load the cleanup program and remove the offending file. I just went
through this when I was having trouble removing Office and then removed it
in a roundabout way and couldn't get it to work after reinstalling.
Mike Sellers
"Mark Stinson" <com> wrote in message
news:%23xaSM%phx.gbl... 


Who does what When Report - export to excel?

Posted: 23 Jan 2005 07:28 AM PST

Hi Mark,

Welcome to this Microsoft Project newsgroup :-)

Please see FAQ Item: 16. Project Viewer.

FAQs, companion products and other useful Project information can be seen at
this web address: http://www.mvps.org/project/

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP



com wrote: 



when you have xp professional, how do you get microsoft office pr.

Posted: 22 Jan 2005 04:05 PM PST

quanitasmith412 wrote:
 

First off, my condolences for downgrading to WinXP. You should really
rethink this as it will be nothing but a big headache.

However, depending on the OS you came from your registry is fscked up. (Not
that is isn't to begin with.)

WinXP will have no idea about what apps you have running. You'll need to
reinstall Office or upgrade to OpenOffice.

Since this is a Project group, you'll need to reinstall that, too.

HTH

--
kai
www.perfectreign.com
"i believe in what i'm doing, but what is it i'm doing here"

Alias Email To External Contacts? - Microsoft Exchange

Alias Email To External Contacts? - Microsoft Exchange


Alias Email To External Contacts?

Posted: 05 Oct 2005 04:11 AM PDT

Ah great, thanks for that, worked perfectly!

"Bharat Suneja" <spam.org> wrote in message
news:phx.gbl... 


HELP! Mail forwarding for a user - Exch. 5.5 - did research, still problem

Posted: 04 Oct 2005 11:56 AM PDT

I was thinking format, but if you can send to the CR by picking from the
GAL, then the issue is something else.
Interested to hear what you find out in the logs and from a trace. Like I
said, it appears to be between the IMS and the next hop, but... Be sure to
check anti-virus software logs as well as the next hop if a smart host (I
believe you said it was a smart host).

"Grace" <com> wrote in message
news:Oc%phx.gbl... 


POP3 & IMAP4 services

Posted: 04 Oct 2005 09:53 AM PDT

Thank you very much. The main reason is that my firewall is too strict. I
release some ports and everything is fine now.

Ray

"William Lefkovics [MVP]" <techsanctuary.org> wrote in
message news:phx.gbl... 


RPC over HTTP on Single Exchange Server

Posted: 04 Oct 2005 08:11 AM PDT

Thanks for the reply.

As I have multiple IPs configured on my server, I have configured Sharepoint
and Exchange on two different IPs.

If we have configured both on the same IP then we may have to exclude RPC
directory.

Any other view on my issue?


"Mark Arnold [MVP]" wrote:
 

Proper way - contacts to public folder

Posted: 03 Oct 2005 07:40 AM PDT

It was the import that failed. It said something to the effect of "can't
import to public root folder." I tried dragging and dropping - it worked
beautifully! Thanks!


"Mark Arnold [MVP]" wrote:
 

unknown email problem

Posted: 03 Oct 2005 02:36 AM PDT

Its definately something on the client side that is causing this corruption
either the ISP or their mail server is somehow corrupting the attachments.
Now as far as I know the only thing past the ISP that could touch the
attachments is the anti-virus scanning the attachments.

Sorry I cant be of much further assistance, I can only say ask them to stop
their virus scanning while you do a quick test and then switch it back on.
or send a mail to their ISP and see if they can open and ask them to see if
they are doing anything strange.

"man" wrote:
 

Password Expiration (PEWA) Help

Posted: 03 Oct 2005 02:24 AM PDT

You can make the script run against a particular OU if you want. Not sure
how it would interact with Outlook.

All you need to do is:
- lookup AD for password age limit on the domain
- query each user's pwdLastSet attrib (it's an integer, will require
conversion)
- do the math and figure out if their password will expire in X days
(whatever you wanted X to be)
- If expires in X days or less, lookup user's email address, send email to
user, insert details like when pw was last changed, the organization's
password policy, and how many days they have to change it before it expires.
--
Bharat Suneja
MCSE, MCT
--------------------------------



"Dean Harrison" <microsoft.com> wrote in message
news:com... 


How do I find the account information for our ISP in Exchange Server 2003?

Posted: 02 Oct 2005 11:12 PM PDT

Thanks Jim. In my previous job I used Exchange 5.5 which would take its mail
from the ISP-provided email account (where all our employee's emails were
sent to via the MX records in our domain name's DNS settings). Exchange 5.5
would use a connector which had the setup information of the ISP-related
email account and would poll the account for new messages on a periodic run.
Exchange 5.5 would then take all the msgs and distribute them to the
relevant mailboxes.

We run MS Windows Server 2003 Standard with Exchange 2003. I've never used
Ex2003 b4 so I was confused when I couldn't find the settings where it polls
to pickup its mail. Thanks for the info.

--
|
+-- Julian @ JDMils . com
|

"Jim McBee (MVP)" <spambegone.net> wrote in message
news:uCNV$phx.gbl... 


POP3 connector for exchange server 2003

Posted: 01 Oct 2005 04:47 PM PDT

Thanks, David. Much appreciated.
--
Endurance is more important then truth.


"Mark Arnold [MVP]" wrote:
 

How to search for alias email addresses?

Posted: 30 Sep 2005 08:10 AM PDT

Thank you Ben!

That worked. I was not searching for the "smtp:" part.


Clayton



"Ben Hoffman" <edu.au> wrote in message
news:phx.gbl... 


missing email

Posted: 29 Sep 2005 02:40 PM PDT

no, it's an external sender


"Jim McBee (MVP)" <spambegone.net> wrote in message
news:phx.gbl... 


Lost attachments

Posted: 29 Sep 2005 02:10 PM PDT

That's a good thought, but it doesn't appear to apply to my case. My
Kapersky A/V software is set to move the entire e-mail into a quarantine if
it finds a virus. It doesn't strip out attachments.

Anybody have any other ideas?

Thanks,

Dave

"Kulwinder" wrote:
 

Outboung SMTP routing with multiple virtual SMTP servers

Posted: 29 Sep 2005 12:32 PM PDT

Made the suggested change and now I can see the security groups! I am still
sending messages through the wrong virtual SMTP server even after
restricting access by security group. Any ideas on what I am missing?
Also, thank you very much for the help!

"Bharat Suneja" <spam.org> wrote in message
news:phx.gbl... 


Outgoing message filtering - Exchange 5.5???

Posted: 29 Sep 2005 12:00 PM PDT

what do you use as your SMTP gateway ?, doesnt that have an option to block
processing mails sent from a particular email address

"HaTeTeP" wrote:
 

How to check the total size of information store ?

Posted: 29 Sep 2005 02:58 AM PDT

Its the white space that you can recover when you defrag the database, as you
say "inside the edb"

"man" wrote:
 

How to manage address lists when you host virtual organizations

Posted: 28 Sep 2005 09:39 AM PDT

Sorry, but I have some problems with OAB.
When the option "Cached Exchange mode" in outlook 2003 is enable, all
customer hosting in my Exchange 2003 organization view all objects in default
GAL, not only customer OAB created. I have just septate the attribute
msExchUseOAB for all members of customer OU.

"Simone" wrote:
 

Move subfolders to .PST file

Posted: 28 Sep 2005 08:46 AM PDT

Actually I found the answe, Thanks for the info. The problem was with my
antivirus, it had a setting of scanning all messages so by users to move
they're files it cause it to limit them of the number of moves to a .pst file.

Thanks
Pab

"Bharat Suneja" wrote:
 

Foward to external address (how to..?)

Posted: 28 Sep 2005 06:50 AM PDT

Ok .. Sorry for my bad english :-)

Exchange server is on a provate LAN not accessible from internet.

So I've created a new mailbox com (this mailbox is'nt
managed by exchange, but is managed by a pubblic internet provider).

The phone download the emails from this mailserver (here no problem)...

Now I need to foward from exchange server alla the emails to this pubblic
mail server (where there is the com mailbox) other the
internet!

My problem is that if I create a new contact in AD ith the address
com exchange "keep inside" all the email that I foward
to com and not delivery this messagges outside...

I hope you may understand me :-)

thanks a lot...


Exchange 2003 Mailbox Synchronization Problem

Posted: 27 Sep 2005 09:36 PM PDT

Thanks but how does that explain 'tasks' not being synchronized?

Deleted log files now getting 0xfffff8ed upon trying to start IS

Posted: 27 Sep 2005 08:07 PM PDT

Ed..thank you for your help. Yes..my server is a 5.5 beast :-)

I tried the /r /is but still got the same errors.

What about doing a /p then /d on both Priv and Pub?

At this point I can live without whatever was not committed from the trx logs.

Thanks,

Todd

"Ed Crowley [MVP]" wrote:
 

Microsoft Works - Making .doc Default.

Microsoft Works - Making .doc Default.


Making .doc Default.

Posted: 20 Oct 2006 04:12 AM PDT


"Sla#s" <fsworld.co.uk> wrote in message
news:%phx.gbl...
 

Why would you want to?






















Colouring some rows on works spreadsheet

Posted: 20 Oct 2006 01:47 AM PDT

Glad it's working okay now.

Ken

"Blair" <com> wrote in message
news:ehaoub$tqr$svr.pol.co.uk...
| You are right Ken. I have just done it. What I was doing before I don't
| know?
| Thanks
| Blair
| "Ken" <Thanks> wrote in message
| news:phx.gbl...
| > Hi Blair,
| >
| > How are you getting the typing to disappear?
| >
| > I added colour to existing spreadsheet row and typing does not
disappear.
| >
| > Ken
| >
| > "Blair" <com> wrote in message
| > news:eha2fe$pkp$svr.pol.co.uk...
| > | Is it possible to select some rows after a Works spreadsheet has been
| > typed
| > | and add colour to selected rows?
| > | At present when I add colour to a row the typing disappears
| > | Blair
| > |
| > |
| >
|
|

MS Works 8

Posted: 19 Oct 2006 05:52 PM PDT

Hi Dannie,

Works has the ability to save it's documents in various formats.

In short, you will be able to save in Word format that can then be attached
to a email.

Ken

"Dannie" <optonline.net> wrote in message
news:ufi%236H%phx.gbl...
| Considering buying MSWorks 8 with the 3 functions spreadsheet, database,
and
| letter writing. In using the letter writing feature, if I email the letter
| as an attachment will the recipient be able to read letter if they do not
| have any Works programs. In short should they just have Word will they be
| able to read it?
| TIADannie
|
|

Kevin James Website

Posted: 18 Oct 2006 11:50 PM PDT

Hi ThomasA,

If there's something in particular that you wish to know, that doesn't
exist there, do come back and post a question .

There are lots of capable people ready and willing to help you.

HTH.
--
Kevin James.
Tua'r Goleuni


"ThomasA" <com> wrote in message
news:phx.gbl...
| Hey can someone point me to Kevin's website that had all the tips and tricks
| for MS Works (and any others that might exist)?
|
| Thanks
|
|


View something -> print something else!

Posted: 18 Oct 2006 08:29 AM PDT


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

Save the documents as Word or Excel format. Use these:

http://spreadsheets.google.com

http://www.writely.com

http://picasa.google.com/

--


Works profile does not now open on start of windows

Posted: 13 Oct 2006 01:03 PM PDT

That's good news, David.

Good luck,
--
Kevin James.
Tua'r Goleuni


"David Hewitt" <demon.co.uk> wrote in message
news:demon.co.uk...
| HTH,
|
| Thanks for the reference in the Knowledge Base. The procedure detailed
| works OK
|
| I now have the Portfolio come up on start up as I want it.
|
| David
| In message <phx.gbl>, Kevin James
| <com> writes
| >Hi David,
| >
| > With regards to what I said earlier, there needs only to be
| > a shortcut/link to the .exe files in the StartUp folder and not
| > the application .exe file themselves.
| >
| > Microsoft give instructions in this Knowledge Base article to
| > have Portfolio open up on StartUp:.
| >
| > Works: How to Turn Off the Works Portfolio
| > http://support.microsoft.com/?kbid=280779
| >
| >HTH,
|
| --
| David Hewitt
|


Spell check in OE?

Posted: 12 Oct 2006 11:13 AM PDT

Thanks for providing a link to those "fixes". Actually I have tried some
similar, if not the same, fixes but in the end it was just easier to
download another spell checker and move on. Guess I'm just lazy, but in the
end there just didn't seem to be any real advantages in persisting with
attempts to make the spell checker in Works function in OE when another
spell checker would work just as well. Course, I could be wrong.


"Michael Santovec" <net> wrote in message
news:phx.gbl... 


Calendar error.

Posted: 11 Oct 2006 04:26 PM PDT

I decided to start from scratch. I uninstalled Works and then went
through and removed any files left behind and then reinstalled from
original install disc and then ran the update. Happy to say that
everything works just fine now. Lee


Lee wrote: 


Remove Microsoft Works Calendar?

Posted: 11 Oct 2006 01:25 PM PDT

Hi Mark,

I would delete these files, manually.

HTH,
--
Kevin James.
Tua'r Goleuni


"sendtomaz" <microsoft.com> wrote in message
news:com...
| Thanks for the reponse Kevin.
|
| The only thing left in Add/Remove is MS Works 2003 Setup Luuncher and I
| can't seem to remove that. I did follow the instructions at
| http://support.gateway.com/s/SOFTWARE/MICROSOF/sHARED/7513181faq24.shtml
|
| MS Works seems to be gone from my machine with the exception of Calendar.
|
| wkscal.exe is in C:\Program Files\Common Files\Microsoft Shared\Works Shared
| and there is a copy in C:\Program Files\WorksBkup\Works Shared.
|
| Any suggestions as to how to remove this thing?
|
| Thanks,
|
| Mark
|
| "Kevin James" wrote:
|
| > Hi Mark,
| >
| > If Works is uninstalled then the Calendar also gets uninstalled,
| > it is an integrated part of Works. You can use the Control Panel
| > applet 'Add or Remove Programs' to confirm that Works had indeed
| > been uninstalled from your machine, though the link you referred to
| > should do a thorough job of uninstalling Works.
| >
http://support.gateway.com/s/SOFTWARE/MICROSOF/sHARED/7513181faq24.shtml
| >
| > The individual applications that accompany Works, in Works Suite
| > 2002, can be installed without the need for Works to be installed, as
| > in earlier versions:
| > http://support.microsoft.com/kb/245829
| >
| > HTH,
| > --
| > Kevin James.
| > Tua'r Goleuni
| >
| >
| > "sendtomaz" <microsoft.com> wrote in message
| > news:com...
| > | Thank you for your patience Ken. I'm not sure why Windows search didn't
| > find
| > | it when I searched my CD_drive.
| > |
| > | Sorry also for the multiple responses. The first 3 times I got a
message
| > | indicating that my post had not been accepted.
| > |
| > | Anyway, it worked like a charm. All the appointments are gone.
| > |
| > | At the risk of repeating myself, let me explain where I'm at.
| > |
| > | Setup.exe on disc 1 indicates that 'MS Works' has been uninstalled.
| > | However, Calendar still remains on my machine. 'MS Money', 'MS Streets
&
| > | Trips', and 'Encarta' have also been uninstalled. 'MS Word' and 'MS
Picture
| > | It' remain.
| > |
| > | How can I remove Calendar? Is it not part of MS Works which I have
| > | uninstalled?
| > |
| > | Thanks again,
| > |
| > | Mark
| > |
| >
| >
| >


WksSb.exe - Entry Point Not Found

Posted: 11 Oct 2006 07:21 AM PDT

1) 6.0.3221.2

2) 6.0.3221.2

But be advised, I followed the suggestions from Ken above, so files were overwritten with the reinstall of WORKS. I can tell you that the date on both files is 8/23/2001. The date on the file that WAS in 1) was 3/something/2006 after installing Office 2007 beta and before reinstalling Works.

--

Regards,
Bob Brannon


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

Can you give me the following information -

Version number of WKWBL.dll in the C:\Program Files\Microsoft Works
folder

and the version number of WKWBL.dll in the C:\Program Files\Common
Files\microsoft shared\Works shared folder.

To find Version number please right click on the EXE and click on the
version Tab.



BBran wrote: 

Reports in works are reformatted after reboot

Posted: 11 Oct 2006 02:16 AM PDT

Apologies for misspelling your name, Thorsten.

My mind auto-thought of Townsend-Thoresen

Regards,
--
Kevin James.
Tua'r Goleuni


"Thorsten Hahn" <de> wrote in message
news:egvbs3$4a9$versatel.de...
| Thank you Kevin, you saved my day!
| Greetings
| Thorsten
|



Microsoft Works 6.0 Calendar is shared between users

Posted: 10 Oct 2006 09:36 AM PDT

Thanks Kevin.

Kind of takes away the charm of setting a reminder for her surprise birthday
party, if you know what I mean. :)

Can anyone recommend a product that affords a little more privacy?

Mark

"Kevin James" wrote:
 

Works 8.5 adding hours / minutes

Posted: 09 Oct 2006 07:35 PM PDT

Hi cadgmcman,

Perhaps this helps :-)

When a time value is entered, internally the computer stores the
hours and minutes as the equivalent number of days,
e.g. 05:48 = 0.242, 3dp

The Format menu allows you to display this on a 24 hr time scale
if required. The maximum displayed value is equivalent to 23:59,
before the clock resets at midnight. This gives the impression that
the summing of Time values is incorrect and that hours are lost.

However, that is only for the display. The actual total continues
correctly where the calculation is retained by Works spreadsheet
in units of days. e.g 14:45 + 11:30 = 1.094 days

Interestingly, perhaps, if you were to sum a number of cells
where the total number of hours exceeds 24 and formatted this
to time, you would get the correct number of hours and minutes
in the following partial day akin to the result of =MOD(TIME,24)

For the above example times,

14:45, 11:30 = 02:15 AM, in effect, the next day to the start
time and 0.094 into that day.

However, you are not interested in CLOCK times but in
DURATION times, where the numbers should not reset, as
on a clock but are to continue, as along an unbroken event i.e.
total workout time.

We are therefore not interested in AM/PM and will use the
underlying day units to record total session times.

Perhaps this helps you create a solution to your query.

In cell A2, enter the session date, formatted as a data option.
In cell B2, enter the session duration as a time value hh:mm.
Repeat for all sessions to date.
Lets say we just completed row 6 by entering workout times
of; 07:30, 11:15, 11:30 and 09:30 and 07:45.
Leave a blank row ( to insert further sessions above ).
In cell B8, enter =SUM(B2:B7), formatted as number, set to 2dp.
This should read 1.98, which can be translated as follows,

In cell C8, =INT(B8) whole number of days
In cell D8, =INT(MOD(B8,1)*24) plus whole number of hours
In cell E8, =MOD(INT(B8*24*60),60) plus minutes
i.e. 1day 23hrs 30mins

In cell D9 =INT(B8*24) whole number of hours
In cell E9 =MOD(INT(B8*24*60),60) plus minutes (as above).
i.e. 47 hours and 30 minutes

If you place the text 'Date' in cell A1 and 'Duration' in cell B1,
then you can create a graph, if required.

Highlight cells A1:B6

Choose the toolbar button, New chart

Choose X-Y(Scatter) chart ( to monitor breaks in training).

Click OK, you should see a chart showing duration and date.

Right-Click on one of the markers.
Choose Shading and color.
Select a Color, say Red.
Select a Line Style, say a Solid Line
Choose a Marker Style, say Hollow Diamond.
Press Format.

If you are happy with the above choices, press Close
else change your choices to suit, then press Close.

When ready, you may press F3 to return to the data sheet.
Press F3 again to view the chart.

A working example, with 2 types of charts, is available from here:

http://www.btinternet.com/~kevin.james1/Workouts.xlr


HTH,
--
Kevin James.
Tua'r Goleuni


"cadgmcman" <microsoft.com> wrote in message
news:com...
| Running Works 8.5, building a fitness chart. How do I add hours and minutes?
| Example: add :45, 1:58, :51, etc.? I am trying to total workout times.
| Thank you if you can help!



Setting up passwords

Posted: 09 Oct 2006 08:09 AM PDT

Hola Jim Macklin.....obviously you were sitting waiting with a STUPID
answer....if you read the two questions you would have noticed the
difference in the two but NO you were too quick to answer with an ignorant
spiel.....

Have a great day and try not to bother people today.


"Jim Macklin" <p51mustang[threeX12]@xxxhotmail.calm> wrote in message
news:phx.gbl...