The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
77 views

Windows 8 Workstations Default Programs

I'm trying to set up default programs for all windows 8 workstations, UAC is disabled via GPO and hence the default programs for opening pdf files, mp3s etc default to the metro apps. This results in ...
2
votes
1answer
99 views

Is SSLv2 disabled on Windows Server 2008 by default

A question has come in about the need to turn off SSLv2 and stop ciphers below 128. We currently run windows server 2003 so know about the fiddle with the registry to fix that. We are looking at ...
2
votes
2answers
400 views

good default for XDG_RUNTIME_DIR?

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html is a very interesting spec for user directories. It also provides good default values, except for XDG_RUNTIME_DIR. Now I am ...
3
votes
1answer
358 views

How can I find the original un-changed configuration file to compare with the *.rpmnew file?

While upgrading from CentOS 5.7 to 5.8 I've received the following warnings: warning: /etc/sysconfig/iptables-config created as /etc/sysconfig/iptables-config.rpmnew warning: /etc/ssh/sshd_config ...
1
vote
5answers
2k views

Mass change of default printer settings

On our Server 2008 R2 Print server we have ~30 HP Printers (Some CM3530s, M4345s and CP3525s) and I have been asked to convert all the print double sided and, for the colour printers, greyscale. Is ...
0
votes
2answers
171 views

Setting defaults in sudoers

I'm trying to set the Defaults in an appropriate way for the pdebuild usage. I've got the command alias defined: Cmnd_Alias PBUILDER = /usr/sbin/pbuilder, /usr/bin/pdebuild, ...
0
votes
1answer
419 views

How to change grub defaults?

I've got Ubuntu 10.04 and Grub 0.97, I've created /etc/default/grub (according to example in menu.lst): defoptions= howmany=all But every-time when update-grub is executed quite splash is appended ...
2
votes
3answers
140 views

where does https on apache get it's configuration?

So originally my host (mediatemple dv) has two default directories for the roots: 1)httpdocs/ 2)httpsdocs/ In the conf directory I changed the vhosts.conf and httpd.include and others to change from ...
0
votes
1answer
112 views

So it's the first virtual host that will apply when no ServerName is actually matched in apache?

This is what I just found by test, but I don't see any such information on default behavior of apache's virtual host. Can someone confirm or deny this?
3
votes
2answers
1k views

IIS Default Website for Domains that have not been setup

Let me preface this with the fact that I know very little about IIS. I have several websites on my server (Windows 2003 IIS) I have domains that I haven't setup in IIS yet that point to my ...
1
vote
2answers
99 views

Default all php generated and apache served pages not to cache

I have a small Xampp server that I use for coding and prototyping of php sites. Every time I refresh a page I typically have made adjustments to the code of the page in the last few seconds. There ...
0
votes
2answers
5k views

how to change Mysql packet size?

I am using windows server 2003, using iis6. How to change the mysql packet size?? I cant find any my.cnf files in my server. Please help I tried to copy and paste from mysql sample file, when i ...
1
vote
6answers
2k views

Xterm How to disable the visual bell

Thanks in advance. I am getting really nervous when I press Tab twice and screen is blinking(goes to opposite color and returns back). I have tried to change set .Xdefaults file "XTerm*visualBell: ...
1
vote
1answer
128 views

Does c-referrer always start with “/”? Could anything else start with “/”?

I'm writing a program that deals with server generated logs. I need to catch the c-referrer and the uri-stem, regardless of what else is being logged or not and regardless of what log format is used. ...
0
votes
1answer
597 views

How do I enable W3C extended logging on Apache (LAMP or XAMPP)?

How can I enable W3C extended log format on LAMP and where will the default log directory be located (and named what)? (or XAMPP)
0
votes
1answer
142 views

How do you set a directory's default file?

Can I configure one specific directory on my webserver to use an atypical default file such as "default.php" instead of "index.php"? Do I have to create a ".htaccess" file in that dir?
1
vote
3answers
6k views

Is it possible to set the default web site to redirect to a virtual directory in IIS

Can you set up a website to make a default redirect to a virtual directory? I tried to do this but it overrode every single website in my setup to that redirect. I want to be able to open ...
5
votes
7answers
1k views

Importance of default windows shares

I have to set up some shares on a windows server (2003), but I really don't like those default shares (C$, ADMIN$, IPC$). I seem to remember that you shouldn't remove those shares, but when the ...
3
votes
3answers
1k views

GUI in MacOS for defaults?

I'm not a Mac person (yet, plan to add that to the repertoire this year) but I've been following a lot of the Mac questions on SF. The defaults command comes up a lot and from the context of the ...
3
votes
5answers
334 views

What are the most useful “defaults”? [closed]

Mac OS X has a commandline tool called "defaults". It lets you set certain properties, for example: enable the "Debug" menu in Safari: defaults write com.apple.Safari IncludeDebugMenu 1 What is ...
12
votes
5answers
9k views

How do I change the default location for a users home directory in Vista?

I would like to move the default location of my c:\Users\USERNAME to another drive. What is the easiest way to do this and how? I know that I can move each of my "Special Folders" like Documents, ...
1
vote
2answers
115 views

What do I have to configure on my server to increase security from default?

I am setting up a Windows 2003 machine to host a website, are there any settings that I should pay special attention to in regards to security? In other words, is there dangerous default setting I ...