Hey, I was wondering if it is possible in Windows to run a program, that will map lets say the "r" button to something like an xbox controller's trigger or the mouse's wheel?
I have an IIS server running a site, appPool is running under local system, this is done because its easier to have full permissions to certificates and other file based resources on the local server.
Problem is when I try write or copy a file to a network share, permissions are obviously not in place on the remote system for the IIS server local system.
Is it possible to grant permissions on the remote system to include read/write or even full access to the IIS servers local system account?
The clients can all connect through OpenVPN.
OpenVPN serves the following pool: server 10.8.0.0 255.255.255.0
I've configured the server's iptable with the following rule:
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
and
echo 1 /proc/sys/net/ipv4/ip_forward
This used to work back on the old vps I used. Now I've migrated to a vps which has ipv6 connectivity.
Is it possible that Ipv6 has something to do with the fact that the clients can't reach the internet?
Is there an excel feature that enables you to create a link to a different part of a sheet so you don't have to scroll down ... wherever, to get there ?
I have about 2000 tables in one sheet, and some "table of contents" listing all the tables. I'd like to create a link from the table of contents to the appropriate table (it's all within the same sheet).
Is something like that possible ?
I am looking for a smtp proxy to install on our gateway which should monitor outgoing smtp traffic to identify the source of recently occuring spam attacks from our network.
It would be enough if this could log all outgoing mails, no actual filtering must be done as I'm going to do this manually.
Also, is it possible to monitor smtps ports 465 and 587 or is it necessary to completely block these ports to stop spam?
Hi. I was wondering if it was possible to write some .htaccess page that makes the server use an index.php file in a SINGLE directory as the index file for every directory/sub-directory on my server, rather than placing the exact same index.php in 200+ directories.
If my description isn't clear, what I essentially mean is:
/files/index.php is to be used as the index for, for example, /files/morefiles, as well as the index for all directories and sub-directories within /files/, even though those directories would not have an index file themselves.
Thanks to all in advance.
I have two different sites:
NetA has a subnet 192.168.2.0/24
NetB has 192.168.1.0/24.
The two sites connect each other via IPsec VPN with fortigate devices. I need to move a server with IP address 192.168.2.240 from NetA to NetB and I cannot change its IP address due to some specific reasons.
My question is; if I move that server from NetA to NetB, is it possible to reach that server from NetA?
I use
exp username/password@servername owner={ownername} file=backuppath;
The parameters given are correct but still not able to connect
Below is the error trace:
EXP-00056: ORACLE error 12545 encountered
ORA-12545: Connect failed because target host or object does not exist
EXP-00000: Export terminated unsuccessfully
What can be the possible reasons?
Possible Duplicate:
Doing an rm -rf on a massive directory tree takes hours
I'm running a simulation program on a computing cluster (Scientific Linux) that generates hundreds of thousands of atomic coordinate files. But I'm having a problem deleting the files because rm -rf never completes and neither does
find . -name * | xargs r
Isn't there a way to just unlink this directory from the directory tree? The storage unit is used by hundreds of other people, so reformatting is not an option.
Thanks
Hello,
I've installed Windows 7 Home in Portuguese and speech recognition doesn't work.
How can I turn this on or is this not possible?
Thanks in advance!
Possible Duplicate:
Find out what the motherboard on my computer is
I need to find the model of my motherboard so I can find what soundcard/chip it uses so I can get some drivers for it.
Is there anyway to get this from inside XP? I looked through device manager but haven't seen anything that would tell me.
I built the system over a year ago and don't have any receipts to check what it was.
Possible Duplicate:
Free desktop recording / screencasting on windows
Is there any free desktop recording then uploading on net software?
For example if i want to record my desktop activities to show my problem visually on SU.for images i use Shup ( it capture screenshot and provide free hosting . is there same type utility for video?
I need freeware and portable like Shup.
I want to make ability for Asterisk phone Operators to able do something like this:
While operator talking to caller, if Operator dial specified number like 244 (or something like that but not Sip-Userid's), do something (like play sound for caller or etc) for that call.
So, Is this possible?
Is need to change dialplan?
¦¦¦¦¦
I found this. in first paragraph it's say someething like: if operator dial exten go voiceMail.
I've got a USB hub with 4 ports, and I've plugged 2 usb keyboards and 2 usb mouses. They work very fine. I've setup'ed 2 monitors too, so I was thinking about the possibility of the mouse and keyboards works independent one of another. I want two mouse pointers (I think each with different colors) and 2 keyboard cursors.
I think it a nice idea, but I don't know if this is possible... :(
PS: My OS is Windows7
Recently Gmail introduced an HTML5-based desktop notification feature for Google Chrome users (see this). It's very useful, however, the notifications disappear too quickly (in about 5 seconds) and I couldn't find a way to change the display time. Ideally, I would like the notification to stay for a few minutes if there is no user activity (or about 15 seconds if there is user activity). Is that possible?
Is it possible to host a website on the local network with a Windows XP computer as a host?
Also I would like to have the user have to login to access the website (just in case).
Thanks in advance!
I have a column that I want to contain 1 or more tag values, e.g.:
row1: X
row2: Y
row3: X, Y
row4: X, Z
row5: X, Y, Z
And then, when I auto-filter on that column, I want my filtering options to simply be:
X
Y
Z
i.e. if I filter by X, then I should see rows 1, 3, 4, and 5 from above. This, instead of just seeing row 1.
Is such a setup possible?
I've been tasked with generating dynamic, real-time (or as close to real-time as possible) reports on the web browsing habits of my users.
Basically we need a way of charting the amount of time user X spends on website Y.
The last stop on our network is a FreeBSD box that is currently generating netflow data. I've reviewed some netflow analyzers but none seem to meet our needs.
Any tools or suggestions will be greatly appreciated.
I am running nginx, and have the following block for expiration:
expires 52w;
However when I use Google Chrome Developer Tools to observe network traffic, some of the assets are loaded from cache (200-from cache) while most of the assets are making a request to the server (304 Not Modified).
I want to load all assets from cache without communicating with the server if possible. (200-from cache)
What would be the required change in my nginx configuration?
Is it possible to make salt require that a particular file was appended to as opposed to the file merely existing?
It seems like I can only require a file state. The source looks like it strips out any method names from a require attribute.
In the example below, I only want the foo service to run if my lines have been appended to /etc/security/limits.conf.
file.append:
- name: /etc/security/limits.conf
- text:
- root hard nofile 65535
- root soft nofile 65535
foo:
service.running:
- enable: True
- require:
- file.append: /etc/security/limits.conf
If somebody is using some kind of proxy server to connect to the internet, does their computer connects to the ISP first and then to the proxy server, or does it connect to the proxy server first and then to the ISP?
Some of my friends are able to get free internet on their mobile using some Proxy servers.
I am not asking you for free internet, I am only asking you how this would be possible. How are they are able to trick the ISP firewall?
I have two language dictionaries installed on Firefox 3.6, and I would like to be able to switch really fast between them, using the keyboard.
At the moment the only way I know I can switch is right clicking in a text input field, go into Language, and then click the language.
I would instead to be able to switch between those two just hitting two keys at most, if possible just one (something like F13).
Searching for addons I've found tons of extensions somewhat related but that don't actually do what I want.