I just replaced my old Logitech mouse with a Microsoft Wireless Laser mouse, and scrolling is too fast for my liking.
How can I adjust the scroll sensitivity?
If a web application called for itself to be setup with it's application pool to be configured in the applicationHost.config as:
<add name="AppPool" managedRuntimeVersion="v4.0" startMode="AlwaysRunning" />
Would the same result be achieved by just requesting a page from the server every minute? Or does setting startMode to this value have…
I'm sure this is simple, but Google is not my friend this morning.
The goal is:
/public... is openly accessible
everything else (including /) requires basic auth.
This is a WSGI app, with a single WSGI script (it's a django site, if that matters..)
I have this:
<Location /public>
Order deny,allow
Allow from all
</Location>…
I have a machine on my home network running Windows Server 2008 (IIS7) with a web application running under default website called HTCOMNET. The network is just on a Windows Workgroup. The server is named nas1 and has a (dynamically assigned) IPv4 address of 192.168.2.12.
I can ping 192.168.2.12. When I ping the machine by name ("nas1"), the…
In Microsoft PowerPoint 2007, when opening multiple .pptx/.ppt documents simultaneously, the documents are opened in the same physical PowerPoint window.
I was wondering if anyone was aware of a way to separate these documents into separate physical windows.
I am aware that you can arrange and cascade separate documents within the same…
I am trying to remove an obsolete SID (the account was apparently deleted).
I've tried to run the following on the server (win2003) and a client (win7):
icacls c:\path /remove *S-1-5-21-1883347182-1220252494-433279356-1095 /T
But I always get the output
Successfully processed 0 files; Failed processing 0 files
without it doing…
Server: Windows Server 2008 R2 X64 Enterprise
SQL: SQL Server 2008 R2 Enterprise X64
I have a default SQL Server instance, the SQL Server service account is running as a domain user.
I am trying to create a database snapshot in the directory where the mdf files are stored. The T-SQL syntax is correct. The file system is NTFS.
…
I want to add a column to a Sql Server table with about 10M rows. I think this query would eventually finish adding the column I want:
alter table T
add mycol bit not null default 0
but it's been going for several hours already. Is there any shortcut to get a "not null default 0" column inserted into a large table? Or is this…
My instance was running fine and this morning I was able to access a Ruby on Rails app hosted on it. An hour later I suddenly wasn't able to access my site, my SSH connection attempts were refused and the server wasn't even responding to ping. I didn't change anything on my system during that hour and reboots aren't fixing it.
…
(Surprised I didn't already find an answer here to this!)
I've got a computer on which I'd like to back up the iTunes library – music, movies, apps, everything. We're talking multiple gigabytes.
Unfortunately, it seems that iTunes' own built-in "Back Up to Disc" feature (the only backup feature I can find in iTunes) only…
Since yesterday evening, when I launch Steam on OSX, a self-update progress bar appears instead (at 0 of 30MB or so). This bar does not advance, an error dialog appears:
Steam needs to be online to update Please confirm your network connection and try again.
The app then exits. This happens whether wifi or ethernet or…
Has anyone come across the use of this config for passwd and groups config in nsswitch.conf? Where I'm working I've been told it's been shown to help situations where a group exists both locally and in ldap which was causing issues for group memberships etc. However this config seems to totally mess up nscd which will be…
I have a netbook with no CD drive, so I need ot install from USB stick. I need to install backtrack on my netbook for a wireless security project for school. How is this done? I only have a 4GB stick.
I'm also able to mount the .iso from on the netbook, but I'm not sure how to get it to install to a partition off of…
I have a windows 2008 web server machine running VMware server. I have 3 VM's - All 3 are test servers so security isn't really a concern... each of them running windows 2008 standard and some of them serving web content.
My ISP only allows one MAC address to access the physical switch, however they give me 10 public…
I've got SP 2010 crawling a secondary intranet system that we'll run in parallel as part of a long running migration to SharePoint when it releases.
Whilst it's crawling the pages without problem I can't see how to get the results to appear as part of the Quick Search results if the user does a search from the little…
I work in VMs day in and day out, it's wonderful, encapsulating all the stuff I need for development in a contained unit.
My question is: I want to be able to take my VM home with me, the problem is the VM is 30GB, and it takes about 30 minutes to copy that much data to my external HDD.
Is it possible to somehow…
I have several images created with Ghost Solution Suite (v11 I believe), the images have been in use for a few years now, but I am finally to the point where I have enough time to attempt to virtualize them for easier updates.
I am running VMWare and attempting to image the virtual machines with my ghost image…
This question really relates to allowing to logon to a SharePoint installation from home but I guess it's a general IIS security question.
When the login box pops up to collect the windows credentials the user can just type in their user name on Safari/Chrome/FF and they can login correctly. On IE…
Here's what I am trying to do, unless I am crazy:
I am trying to use Tomcat with the multiple workers, so far I got OpenBD working, but having trouble with Railo, and will be tackling Adobe after.
each engine deployed as a war
separated by different workers
I wanted to keep both the…
Not sure if this is the proper forum; please forgive me if it's not...
I have a Lenovo S10 'netbook' that I've installed Fedora 17 ("LXDE spin") on. So far pretty much everything works great, except, the on-board Bluetooth. lsusb shows the controller present (0a5c:2101 Broadcom Corp. Bluetooth…
I have a Palm Treo 680 which I'd like to use as a media remote, using Palm MPC. Almost the exact instructions on that page used to work perfectly for establishing a PPP connection over the USB cable; I think I last tried it in Ubuntu 9.04 (Jaunty). In Karmic, I find that /dev/ttyUSB{0,1} are not…
Client PC boots, then stick at wallpaper and won't continue to load login dialog (even in safe-mode).
Any suggestions? I'm too new school for this. Haha
Has anyone ever used sqlite as the only database for their zabbix server?
I'll be monitoring a uplink ports on a couple hundred switches and a small number of other services such as radius or http servers.
This will be on an oldish opteron server with 2 cpus and 8gb of ram.