Questions tagged [bindings]

22 questions
5
votes
1 answer

Midnight Commander on OSX - bindings for file extensions and arrows

I am using Midnight Commander on Mac OS X (version 4.8.4) I have two problems and I would be very glad if you can help me: First: The binding for file extensions are set for Linux distribution. For example, if I try to open some jpg…
3
votes
1 answer

Using local proxy to specify used NIC on Windows 7?

I'm running Windows 7 and have 2 NIC installed, both are connected to the Internet (nic#1 LTE, nic#2 DSL). Windows 7 will only allow me to specify a binding order and a metric on which interface to chose but i can't specify this on an application…
Nico
  • 31
2
votes
1 answer

Multiple Subdomains pointing to one website in IIS

My website is running on a domain (for example) www.mydomain.com. Now the problem is that abc.mydomain.com, xyz.mydomain.com etc. (*.mydomain.com) are pointing to the same website. We have a binding in IIS on port 80 for "All Unassigned". Is that…
2
votes
1 answer

IIS 7 http bindings option is missing

I'm having trouble figuring this out, the bindings option in my IIS is missing. This is what I did before the problem. Step 1. install Windows 7 Professional on a new hard drive. Step 2. Install Visual studio 2012 Rc and All .NET frameworks, 4.0…
1
vote
0 answers

Is it possible to bind an application to a specific WAN port using a DI-LB604 dual wan Router

What I'm trying to do is bind applications to specific WAN ports to maximize internet usage and prevent applications from getting all the bandwidth as well as categorizing which ISP they should be using, I am currently using a DI-LB604 Dual-Wan Load…
1
vote
2 answers

Choosing IP Address For Firefox

On my server I have 2 static IP addresses. I would like to set Firefox to use one IP address exclusively. Does anyone have any good ideas on achieving this?
1
vote
0 answers

Is it possible to bind multiple, simulated devices to SNMP port 161?

I am attempting to simulate multiple SNMP agents on my computer. I am using this software to try and accomplish this. From the program's description: Verax SNMP agent simulator is a tool that can simulate multiple SNMPv1/v2c agents on a single…
1
vote
4 answers

Combining two exe files

Is that possible, to combine two exe files? I need it to work like this: User is running combined.exe (combination of 2 exe files). When first exe is loaded and user has clicked "Start" there (I got the source code), then second exe file will…
Cyclone
  • 143
  • 2
  • 2
  • 8
1
vote
1 answer

keybindings with xmodmap to perform Mac like shortcuts keys

I have search everywhere, read the document here for xmodmap that came from the post below, and tested this out. I just can't figure it out and I hoping someone read this with skills to know how to create a couple of key bindings I come from a Mac,…
1
vote
1 answer

New-IISSiteBinding returns binding already exists, but binding does not exist in IIS

I'm trying to import IIS Bindings from a json file into IIS using PowerShell. But whenever I run the following command: New-IISSiteBinding -Name "IIS Site Name" -BindingInformation *:443:actualwebsite.com -CertificateThumbPrint *actualthumbprint*…
1
vote
1 answer

"The Server method 'SetObject' Failed" on Exchange Server 2010

I have Exchange Server 2010 with Windows Server 2008 64-bit. Exchange Server and OAW is working fine. However if I want to add another HTTPS port binding in IIS7, after adding the binding in IIS and IIS7 is reset, I open OWA in IIS8 and try to save…
1
vote
1 answer

Binding exists but not shown in IIS?

I am working on a powershell script that adds a binding in IIS using New-IISSiteBinding. After the first run, I keep getting... New-IISSiteBinding : Web site binding '*:443:mydomain.co.uk' already exists. At line:7 char:1 + New-IISSiteBinding -Name…
Beakie
  • 111
1
vote
1 answer

How to enter Vi / Vim command mode with `;` instead of `:`?

When using Vi or Vim, I need to perform the following sequence to save a file: esc + :s But the : key is hard to reach on my keyboard. So I would like to switch : and ; so that I can type esc + ;s to save the file. (I'm looking for a solution that…
Julien
  • 13
0
votes
0 answers

applescripted keybinding issue with extended keyboard's number keys

I've written an applescript that remaps the Switch to Desktop n commands to the extended keyboard's numbers instead of the main keyboard. I've looked up the codes and they are Key codes 82 - 92. The script runs without issue but the keystrokes are…
0
votes
1 answer

How to change priority of network connection without admin right?

I'm using Window 7, but would like to change the priority order of network connection (Change Network Adapter Bindings). It was under Control panel --> Network and internet --> Advanced Setting --> Adapters and Bindings. But I have no admin…
stjry
  • 1
1
2