I've got a machine that I inherited that runs SSRS 2008. I can't seem to find IIS anywhere on this machine, yet it's serving up content over port 80. I look under services and there is no WWW service running.
I need to configure a fully qualified domain name for this reporting instance and I am at a loss as to where to start.
Does SSRS 2008…
I am now using linksys router with dd-wrt firmware & squid proxy from off-site (VPN) for anonymity. The problem is i have to configure proxy setting in my browser to access that proxy.
What i would like to do is to get all my traffic pass through the router via squid proxy without configuring any setting in browser.
I can't use openvpn due to…
I'm using the Mercurial distributed version control system, and I'm wondering how I can configure it to use WinMerge instead of its own internal diff tool. I've already got WinMerge as the merge tool, but I want Mercurial to use WinMerge when I type:
hg diff
Is there any way of doing that, or am I stuck with Mercurial's internal diff tool?
I am getting an error when trying to configure email alerts with Munin. I've tried with both version 1.4.7 and 2.0.6.
My config file:
contacts admin
contact.admin.command mail -s "Munin notification ${var:host}" admin@company.com
contact.admin.always_send warning critical
[Production;server1]
use_node_name yes
address server1addr
…
I have MSMQ installed on two Windows XP computers. Can I configure them to pass messages back and forth, or do I need an MSMQ server in the middle?
If I need an MSMQ server, does the normal MSMQ with Win2003 able to act as that? And then, how do I connect my Windows XP to that Windows 2003 server? Is it a) On screen admin dialog in the…
Hello,
I have almost default configuration of Postfix
How can I configure Postfix to ask for username/password before relaying mail from other than "mynetworks" IP's?
Thank You very much
Google Notifier is great except that I can't configure when it checks, so it doesn't help my frantic need to know what's new on my email. Is there anything that can do what Google Notifier does?
Free would be good :)
It must work with Google App domains aside from Gmail.
In our network we have a Windows 7 print server. Users connect to this machine by typing \\server_name on their own workstations. The print server and the users` computers are members of Active Directory. In AD, only computers have accounts, users are using local accounts.
Is it possible to configure Windows 7 so that it doesn't ask for…
For some reason I have a hard time wrapping my head around how OSX handles things like init, cron, and "normal" daemon maint. Too many years spent doing *nix work. . . anyway. . .
How do I configure syslogd on a 10.6 OSX box to send logs to a syslog server?
So I'm just starting to learn about bash completion scripts, and I started to work on one for a tool I use all the time. First I built the script using a set list of options:
_zf_comp()
{
local cur prev actions
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
actions="change…
I have a Suse Linux 10.0 with an old version of Subversion (1.4). I would like to upgrade it to the current (1.6.6) but I am having problem trying to understand how to build SVN from source. I mean, what should I pass to the configure script? Is there a simple way to upgrade the current SVN?
thanks for the help.
jessica
In Outlook 2010, if I accidently, hit left ctrl shift, my language changes. I keep hitting it and get a new language, but I can't get back to English.
How do i reset back to my default language? Going to
control panel - lanuage and region and hitting default there does not work.
Also, how do i configure my outlook 2010 and…
I have a client who is using Windows Server 2008 (Small Business Server), and using Windows Backup.
What I need to do is configure the backup task so that, upon completion, it sends an email notifying the client of backup success or failure. I have been able to find that task in task scheduler, and even see where I can send an…
Does anyone know if it is possible to have a DRAC5 make a screenshot of the console when Linux reboots (automatically) due to a kernel panic?
Our current system doesn't reboot automatically when it panics, so we can manually make a screenshot using the DRAC when it crashes.
However, I'd like to configure it so it will reboot…
I have created a windows2003 cluster and then try to configure MSDTC by following the link
http://support.microsoft.com/kb/301600/#appliesto after follow this i have enable network DTC access in Windows Server 2003
by following
http://support.microsoft.com/kb/817064/
But the group i have created MSDTC( as said in first…
I am trying to compile PHP on Ubuntu 12.10 with LDAP support. I have run:
apt-get install libldap2-dev
That installs the header files to /usr/include.
However, when attempting to compile it is unable to locate the header files. I have tried to with --with-ldap=/usr/include as well and it still fails with:
configure:…
The system is RHEL 5.3.
We have several users with home directories /export/home/. All users belong to the same group devel.
How do I configure smb.conf so that each user can browse directories of all other users but have write permission to their home directory only?
I'm trying to understand the process for enabling an a core extension (dom) in php. When I run phpinfo, I see '--disable-dom' in the configure command. Am I supposed to re-install PHP?
I'm trying to configure sudo to allow all users to restart apache without having to enter a password.
Security concerns aside, why isn't this working?
I added the line to /etc/sudoers: %admin ALL=NOPASSWD: /usr/sbin/apache2ctl
$sudo -l
User aidan may run the following commands on this host:
(root) NOPASSWD:…
Dears,
i have successfully installed CouchDB 0.11 on Ubuntu 10.04 based on the Installation instruction in couchdb wiki for ubuntu 10.04. with appending " --bindir=/usr/bin --sbindir=/usr/sbin --localstatedir=/var --sysconfdir=/etc" in ./configure
and CouchDB Running successfully and got "…
How can I install make with wget on CentOS?
I tried:
cd /tmp wget ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz
tar xfz make-3.81.tar.gz
cd make-3.81 PATH=/usr/local/bin:/usr/bin:/bin
./configure patch -p1<make-3.81-cygwin.patch patch -p0<make-3.81-cygwin_MAKE_expansion.patch…
Our organization has several external IP addresses. I am behind 2 layers of NAT and the servers choose which IP address to route my traffic to.
Can I specify which IP address to use when finally leaving the organizations network. I know that source routing can be done in IPv4 by…
Is there a way that I can configure my router to rewrite http requests?
So for example, if:
http://www.example.com/porn.gif
is being accessed, it'll be re-written as:
http://172.16.0.1/denied.gif
But transparently returned to the client?
Thank you.
I know there is a program called upstart that can make it easy to make small daemons. I can't get this program to configure on CentOS. I get all sort of errors concerning pkg-congfig, libnih, and dbus.
I am working on a node.ja application and this is a pain to start and stop…