|
I need recommendations for a "light weight web server" to be ran on a Windows XP Home edition system to host a small web service (not web pages - but web service).
The web service can be written in either .NET or Java. The Windows XP Home system will ...
Started by Rick on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could install IIS on WinXP home, after some hacks If you're XP home is going to cause ....
Then install a guest OS like Windows 2003.
Written in .net
On WinXP Home, here are a few choices:
install a virtual machine environment.
|
|
Hi,
My InstallShield installer needs to install a file in the IIS Default Web Site's Home Directory, and set it to the default web page.
Unfortunately, in our environments, I can't assume that the home directory is C:\Inetpub\wwwroot, but I need to find...
Started by pduncan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But I think this....
Something like
SET objWebService = GetObject( "IIS://" & strServer & "/W3SVC" ) FOR EACH objWebServer IN objWebService objWebService.SomeProperty .. .
You can use a script to enumerate the IIS Web Sites and query them for information .
|
|
What hardware and software will I require to run a Linux Home Server?
Started by zillion on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
One of the....
My advice overestimate how much CPU you need and insist on some monster CPU, most of the time the system already figured that out).
Plan to keep your home server always on
I've had something similar at home for years.
|
Ask your Facebook Friends
|
First Time Buyer - Home Advice Needed Please - Coughlan Homes Hello,
So I am hoping this is the right forum and that people with experience can help me out and give me some insight
Basically my wife and I (and son (2 year old)) are looking for our first...
Started by wmahmud on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at redflagdeals):
The coughlan home is freehold....
Has a nice yard, decent sized, detached, marginally closer to work and family .
Years or less or new and be a good starter/long term home to start
-my work is by victoria park/steeles need to be replaced.
|
|
I've got what I suspect is pretty close to the "standard" nerd home setup these days - I've got a Windows PC or two, a media PC hooked up to my TV, and a pair of iPhones, all sitting behind a wireless router/NAT/DSL Modem. No server and no Domain, just...
Started by Electrons_Ahoy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
I don't run a firewall on any of my home computers, even though they have fully routable IP repeatedly that stuff doesn't need ....
It's a "superuser.com" question, but the same principles apply to a home network w/ respect security.
|
|
I need script in jquery / javascript that make the specific site as the homepage in the browser, i need it compatible for all browsers , if that possible .
i dont mean it should be done automatically ,
thanks.
Started by haim evgi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The best fallback is to actually instruct the user how to change home page) it is possible for the user to drag a link and drop it on the home button, and thereby (after (that is inside an anchor tag linking to your....
Browsers like Firefox.
|
|
I appreciate that there are a variety of options that are available, but for off-the-shelf ease of use for the millions of Windows-only households out there, it’s nearly impossible to beat Windows Home Server. What should I look out for? (PS I'm not buying...
Started by Matt 'Trouble' Esse on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The following article:
Building your Windows Home Server box
But I would suggest not to skimp too much.
|
|
Does anyone have a tool or script that will recursively correct the file permissions on a directory?
On an Ubuntu Linux machine, a bunch of files were copied to a USB disk with full 777 permissions (user, group, other - read, write, execute) in error....
Started by mlambie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
This should do the trick:
find /home/user -type d -print0 | xargs -0 chmod 0775 find /home/user -type f -print0 | xargs -0 chmod 0664
find can do the trick alone with -exec:
find /home/user -type f -exec chmod 0664 {} \; find /....
|
|
Hi,
I have Home Pr2 with category Home for sale, Home listings, Home loan, Home saving.
Available for link placement and posts order.
If anyone needed, please pm me.
Thanks.
Mz
Started by maher zain on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at digitalpoint):
|
|
I'm trying to use rsync to backup windows servers to an rsync server. I'm having problems with rsync on the linux side though, it doesn't like symlinks.
Currently I'm trying to use the module path of ~/backup , but rsync says that the chroot failed. I...
Started by Malfist on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
IIRC, tilde (~) expansion will be set to the user's home....
Test with the full absolute path, eg /home/user/backup .
Did you mean ~user/backup ?
Perhaps it's the ~ that's causing problems .
home (what user are you authenticating as?).
|