Forum: Windows NT / 2000 / XP Jul 28th, 2005 |
| Replies: 4 Views: 13,093 Hello,
It might be time to look at a dedicated server, either a Linux box with Samba, or a true Windows 2000 / 2003 Server. Why? Because workgroup sharing only allows 10 connections at a time,... |
Forum: Windows NT / 2000 / XP Jun 2nd, 2005 |
| Replies: 4 Views: 6,795 Hello,
First, I need to disclaim that I have never run XP Home before, and my XP Pro / 2000 Pro ideas might not apply to XP Home.
A device driver would fail to initialize because the driver is... |
Forum: Networking Hardware Configuration May 26th, 2005 |
| Replies: 7 Views: 3,989 Hi,
You may use the linux box, with 2 network cards in it, to be your gateway to the internet world.
If you are running apache on the Linux box, there is a section there that you can... |
Forum: Geeks' Lounge May 20th, 2005 |
| Replies: 37 Views: 12,406 Hello,
While some might argue that the movies "Deep Impact" and "Armegeddon" may be science fiction, I do think the threat is real that some rock out there could come and hit us. I also find it... |
Forum: IT Professionals' Lounge Apr 20th, 2005 |
| Replies: 96 Views: 11,919 Hello,
Well, it appears that Micro$oft has figured out your dilemma... and offers great student discounts to Office. But if you are a company upgrading Office, the costs are huge.
I love the... |
Forum: Networking Hardware Configuration Apr 19th, 2005 |
| Replies: 15 Views: 5,712 Hello,
To answer your question Technically:
Email recipt (your laptop going to get it) is handled on TCP/IP Port 110... if you are using what is called a POP3 email server. Usually, those... |
Forum: OS X Apr 12th, 2005 |
| Replies: 5 Views: 3,094 Hello,
What version of OS X are youo working with? Are you working with strictly OS X software, or is there some classic in there too?
Typically you enable most fonts onto your system so that... |
Forum: Web Browsers Apr 12th, 2005 |
| Replies: 14 Views: 2,225 Hello,
I am a Firefox and Safari user. For some reason, Firefox and Fox news do not get along too well on my Macintosh OS X platform. SO I safari the news page. No big deal to me on that one.
... |
Forum: Viruses, Spyware and other Nasties Jan 26th, 2005 |
| Replies: 11 Views: 3,225 Hello,
I am a network administrator by profession, and believe in solid network protection.
For dialup internet connections of temporary length, I encourage a firewall. For high-speed long... |
Forum: Windows NT / 2000 / XP Jan 24th, 2005 |
| Replies: 5 Views: 4,336 Hello,
OpenOffice will also allow you to directly export to .pdf format. You will not have options to control the export to the degree that Acrobat Writer will allow (such as picture quality,... |
Forum: Network Security Jan 10th, 2005 |
| Replies: 37 Views: 16,094 Hello,
You want to go strict, because if you have a traditional firewall setup, that firewall is protecting you from attacks on the internet, but not inspecting anything coming through the... |
Forum: Window and Desktop Managers Dec 18th, 2004 |
| Replies: 3 Views: 8,447 Hello,
Welcome to Linux! There are some things to learn, and you are in for a small challenge, but it is very well worth it, and you will be a happier fella for taking this step.
A FIRST MAJOR... |
Forum: *nix Software Oct 28th, 2004 |
| Replies: 19 Views: 15,999 Hello,
From the Linux environment, type in /sbin/ifconfig Let us know what you see.
Christian |
Forum: IT Professionals' Lounge Oct 1st, 2004 |
| Replies: 15 Views: 5,247 Bill is not evil. His operating system is.
Christian |
Forum: C++ Sep 22nd, 2004 |
| Replies: 5 Views: 6,535 Hello,
To best understand the material, you need to USE the material. Write some small programs, such as writing sentances on the screen. Then, do some simple math, adding 2 + 2 together. ... |
Forum: C++ Sep 20th, 2004 |
| Replies: 4 Views: 1,795 Hello,
It is DaniWeb policy to assist you in writing your code, not to do it for you. You mentioned that you are learning C++. What have you learned so far?
We need you to provide code,... |
Forum: C++ Sep 7th, 2004 |
| Replies: 11 Views: 8,978 Hello,
If he wants a password to get into his program, he could control it with the OS, or he could wriite/use an encryption module to prompt the user for a password, and then write the... |
Forum: C Sep 7th, 2004 |
| Replies: 2 Views: 1,974 Hello,
Trees are plants that grow...
In computers, a tree is usually a binary data structure. There are also tree-like structures with many branches, beyond the two.
It is difficult... |
Forum: Mac tips 'n' tweaks Aug 10th, 2004 |
| Replies: 13 Views: 24,314 Below are the thoughts from a computer professional who has spent the last 10 years supporting Mac, Windows, and Linux computers in a variety of network applications. By no means will this general... |
Forum: Novell Jul 15th, 2004 |
| Replies: 10 Views: 18,321 Hello,
I don't have the articles handy, but Novell's e-directory is faster and more reliable for an Enterprise environment than Active Directory. e-directory, or NDS as it was called, has been... |
Forum: C Jul 12th, 2004 |
| Replies: 18 Views: 56,104 Hello,
I used the pico editor to cut your text, and paste them into my RedHat 9 box. Then closed the editor, and it compiled just fine.
Maybe you are using vi and left something in there. ... |
Forum: C++ Jun 17th, 2004 |
| Replies: 8 Views: 4,338 Hello,
There are some ways to do this.
For CPU monitoring (and network), you can look into a package called mrtg that can be setup to monitor CPU processes, and graph it out. It will... |
Forum: C++ Jun 16th, 2004 |
| Replies: 6 Views: 2,239 Hello,
I would strongly suggest that you look into C++ to handle this project. Traditional C has a number of more difficult processes that C++ has made easier.
I would also look into... |
Forum: Networking Hardware Configuration Jun 15th, 2004 |
| Replies: 12 Views: 6,331 Hello Steven,
I am in the process of building a Win 3.1 environment. I found someone with disks, and my Mac has SoftWindows on it, so I can emulate what we are trying to do. It is amazing when... |
Forum: C Jun 6th, 2004 |
| Replies: 9 Views: 5,826 Hello,
To start with, when you declare variables, initialize them right away:
double a = b = c = disc = x1 = x2 = 0.0;
Next, you will need to use cin or scanf to read the data into... |
Forum: C++ May 3rd, 2004 |
| Replies: 5 Views: 8,803 Hello,
I am not an expert programmer, but it looks to me that you should define the struct before you do the typdef statement. It might be possible to combine them as shown-- I am not sure.
... |
Forum: Networking Hardware Configuration May 1st, 2004 |
| Replies: 6 Views: 18,718 UPDATE:
I worked with him about an hour off-web, and was not able to find a solution. As he mentioned, he tried to use the computer in a DMZ, and that did not work for him. I had him try to... |
Forum: Computer Science Apr 30th, 2004 |
| Replies: 3 Views: 5,057 Hello,
p2p, or Peer to Peer, is a networking design where each computer holds their own access controls, and users/passwords are managed on a machine by machine basis. Peer to Peer networks are... |
Forum: C++ Apr 26th, 2004 |
| Replies: 4 Views: 6,078 Hello,
As it is *your* homework, we should not be doing it for you. But, we can give you some ideas.
1) Each one of your steps (add, delete) should be a unique different function
2) You will... |
Forum: C++ Apr 26th, 2004 |
| Replies: 6 Views: 29,094 Hello Peter,
Couple things that I see that need help on....
1. When you declare the variable (numsales), it is a good idea to initialize it manually before starting to use it. Some... |
Forum: Networking Hardware Configuration Apr 26th, 2004 |
| Replies: 8 Views: 4,418 Hello,
In order for your network to function properly, you need 4 conditions met: Physical connectivity, Common Protocol, Connectivity Services, and Sharing permissions.
Physical... |