Top "Configuration" questions

Configuration is the process of specifying the settings used for a system or application

Copying text outside of Vim with set mouse=a enabled

After enabling set mouse=a, text copied inside of Vim will not paste outside of Vim. Does anybody know of …

vim configuration mouse copy-paste
How to run multiple sites on one apache instance

Spent hours going in circles following every guide I can find on the net. I want to have two sites …

web-applications configuration apache2
What does upstream mean in nginx?

upstream app_front_static { server 192.168.206.105:80; } Never seen it before, anyone knows, what it means?

nginx configuration
app.config for a class library

I cannot see a app.config file generated for a class library by the VS2008 wizard. In my research I …

c# visual-studio-2008 configuration log4net class-library
How do I use Notepad++ (or other) with msysgit?

How do I use Notepad++ (or any other editor besides vim) with msysgit? I tried all of the following to …

git configuration text-editor notepad++ msysgit
How do I set up Vim autoindentation properly for editing Python files?

I've trouble setting up Vim (7.1.xxx) for editing Python files (*.py). Indenting seems to be broken (optimal 4 spaces). I've followed …

python vim configuration spaces
Powershell: how to map a network drive with a different username/password

Background: Assume I use the following powershell script from my local machine to automatically map some network drives. $net = $(New-Object …

configuration powershell networking hard-drive
Using ConfigurationManager to load config from an arbitrary location

I'm developing a data access component that will be used in a website that contains a mix of classic ASP …

asp.net configuration asp-classic
Can .NET load and parse a properties file equivalent to Java Properties class?

Is there an easy way in C# to read a properties file that has each property on a separate line …

c# configuration file-io load
How do I increase the RAM and set up host-only networking in Vagrant?

I would like to increase the RAM to at least 1 GB and I would like to configure “Host-Only” networking to …

networking configuration vagrant