We have a classroom setup with one teachers pc at the front. I am looking for some software, preferably open source although this is not a deal breaker, to force all displays in the room to replicate the teachers display. Also if this software could be locked so the students could not exit this software while it was running.
Does anyone know of any…
We have a SharePoint Services 3.0 site set up supporting about 300 users right now. This report is isolated and has never been duplicated. We have one AD user who cannot log into the SharePoint site with his account from his machine and is subsequently returned a 401.1 error.
If any other user tries to log on with their account from his machine,…
I installed Xampp to use for local development of a Drupal site. Its been working fine out of the box until now.
The main Xampp localhost welcome menu loads, however my subdirectory (localhost/drupal) doesn't. It just spins in the browser for ages and nothing happens. Just a blank screen.
I've tried the edit people suggest in the hosts file but…
I have to install third party software that requires that Microsoft Office 2007 be installed with ".NET Programmability Support".
Does anyone know how I can tell if this was installed?
Thanks!
Within a minute of connecting to my remote Linux server through SSH, my session times out and I cannot contact the server until a few seconds have passed. Meanwhile, I'm connected to other servers without interruption. This is only happening when I establish connection from an hotel wireless AP. When I connect from my phone's Internet, the…
Every so often I run into a file that I need to take ownership of. I normally use cacls for changing ntfs permissions, but it doesn't seem to do ownership. Under *nix I would run something like chown me:me <file>. Is there a windows equivalent to chown?
I have a MySQL database on my server and I"m pretty sure it's an int over flow on one table with an auto_increment field that's crashing it.
I can delete the table, it's not very important, but I can't get into the server.
Is there anyway to delete that database from the file system or without logging into MySQL?
HELP! THE WORLD IS…
Okay, I'm getting no joy from Asus or Microsoft on this, so hoping for some clues on how to narrow down the cause.
I have very frequent OS freezes, always & only when running Remote Destkop Client (mstsc) in Windows 7 x64. I never have a bluescreen, and there is never a minidump. The display & input just freezes -- no…
I'm trying to write a puppet function that calls my hosting environment (rackspace cloud atm) to list servers, then update my hosts file.
My get_hosts function is currently this:
require 'rubygems'
require 'cloudservers'
module Puppet::Parser::Functions
newfunction(:get_hosts, :type => :rvalue) do |args|
unless…
The following happened today (it was six AM my time, so yeah, I was dumb and dropped stitches in this process):
A friend had a problem with her iPhone and needed to reset it. Unfortunately she did the reset while connected to iTunes and the restore process kicked in. In my sleepy state, I told her to go ahead. She did,…
I'm trying to install Windows 2012 via Windows 2012 WDS.
The installer displays the following error message: the partition selected for the installation (1) does not exist on disk 0. Make sure the unattend answer file's imageselection \installimage setting references a valid partition on this computer, and then restart…
Cell A1 says 0001 John Smith
Cell A2 says 0002 Bill Snyder
I want to basically split this, so one column just shows the numbers (0001, 0002, etc.) and then another column just shows the name.
The first part is easy. Using the function "=LEFT(A1;4)" I can get 0001. How can I grab the name? Using "RIGHT(A1;99)", for…
I am looking for library to support server / switch monitoring, to actually be able to check with the device if it's working OK. However this requires some sort of auto-detection and device support.
Basically I need to automatically detect a new device, start monitoring it like CPU and PING. So how do I auto-detect…
I'm contemplating biting the bullet for an ssd drive in a server, obviously I know it will be MUCH faster than a regular 7200rpm sata2 3gbps drive.
The nice thing about ssd's is often they post the read/write speed but that info isn't available for sata's so I'm just curious to know what a typical read/write speed…
How to Create boot CD for Dual Booting System? Just consider I am having Windows and Ubuntu, Grup is boot loader. I just want to create Dual Boot CD for the same operation.
Yesterday I installed .Net Framework 4 as it was required by Liquid XML Studio, but just after installing it, My SQL Server Management Studio stopped working. As soon as open the IDE I get
package microsoft sql management studio package failed to load
I tried pretty much all the solution posted on the internet…
I am aware of what HAProxy does, but what if my HAproxy goes down?
Or what if my DNS servers go down? Yes, dns is less the problem. However dns only solves to an IP and an IP is announced via BGP to be routed over some router. What if that router goes down?
Of course if I have complicated application servers…
I have been trying to answer this question but I haven't found an specific answer to my situation. As I want to pay for what I need, I thought I could get a good answer here.
I have custom made forum (rather than a built-in forum like the ones you can find as plugins, e.g. WP-Forum or phpBB type of software)…
I have a web app running on tomcat/Windows that is experiencing performance issues. Will setting the process priority help or will this interfere with my system stability.
Thanks.
We have a company mandate to hide certain windows functions. I'm working on a company application which will allow my users to configure WiFi networks. The app is scanning broadcasted networks using: "netsh wlan show networks" it will return networks that have been turned off.
For example: I will run the…
I apologize up front if this is the wrong place to post this question. It seemed like the best fit.
I have a device which is connected to my local network which has an IP of 192.168.1.10 from my router.
Additionally I use a Windows 7 machine that runs some software called DirectUpdate which allows me to…
I'm starting a xen domU using xm create config.cfg. Within the config file are a number of physical block devices (LVs) which are added to the guest and can be accessed fine when it boots. However, at a point in the future I need to be able to hot unplug one of these disks using the xm block-detach…