Forum: Linux Servers and Apache Aug 27th, 2003 |
| Replies: 4 Views: 9,033 try nslookup -q=mx yourdomain.com and see if the mx record is pointing to the right servername
2nd make sure you have a fully quailified domain name for your servername.
servername.com ... |
Forum: *nix Software Aug 22nd, 2003 |
| Replies: 24 Views: 7,743 Thanks, I always thought su was super user.
And don't forget to use su - "hyphen"
if you want to run your own .login instead of the user you su to. |
Forum: *nix Software Aug 22nd, 2003 |
| Replies: 24 Views: 7,743 The runas command was first introduced to Windows2k. There wasn't a runas command in WinNT4.0. There was a su.exe for WinNT4.0 , which was part of the NTresource kit. |
Forum: Windows NT / 2000 / XP Aug 21st, 2003 |
| Replies: 3 Views: 5,583 Your Linux is using the WINS/lmhost style to query machines. Your XP is using the DNS to query machines. Probably none of your local PC/laptop have valid DNS names. Try putting the static IP/pcname... |
Forum: *nix Software Aug 18th, 2003 |
| Replies: 24 Views: 7,743 You can now do the su command in win2k/XP.
type 'runas /user:administrator "control timedate.cpl"
then type in the admin passwd and it would open up the time/date
you can only change time if you... |
Forum: Linux Servers and Apache Aug 18th, 2003 |
| Replies: 12 Views: 11,362 Just installed the apache RPM package and run /usr/sbin/httpd
There are too many lines in the apache config file to go over. Just post and ask anything you might want to know and we'll asnwer it. As... |
Forum: *nix Software Aug 18th, 2003 |
| Replies: 3 Views: 2,729 If you are looking for a fileserver, samba works best with linux. But if you are looking for network services (apache) or network services (firewall, NATD) FreeBSD is your choice. Awesome sysctl... |
Forum: Windows NT / 2000 / XP Aug 18th, 2003 |
| Replies: 3 Views: 11,776 Norton Ghost copies byte by byte. There won't be a problem upgrading using new hard drive. Just as long as the new drive is the same size or larger, but cannot be smaller. |
Forum: Networking Hardware Configuration Aug 18th, 2003 |
| Replies: 23 Views: 55,361 gateway is not necessary if both PCs are on the same subnet.
Gateway AKA router. |
Forum: Linux Servers and Apache Aug 18th, 2003 |
| Replies: 3 Views: 9,516 Are you trying to set up a email relay server? senario:
your inside server name= ds.domain.com
put this line in your virtusertable file
@domain.com %1@ds.domain.com
mail send... |