Top "Configuration" questions

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

How can I get the current screen orientation?

I just want to set some flags when my orientation is in landscape so that when the activity is recreated …

java android configuration orientation
Best practices when running Node.js with port 80 (Ubuntu / Linode)

I am setting up my first Node.js server on a cloud Linux node and I am fairly new to …

linux node.js security web-applications configuration
What's the difference of $host and $http_host in Nginx

In Nginx, what's the difference between variables $host and $http_host.

configuration nginx http-headers
How can I change the language (to english) in Oracle SQL Developer?

I am running a non-english Windows 7 system, and apparently Oracle SQL Developer (version 3.0.04.34, 64-bit) tries to auto-guess my preferred language …

configuration oracle-sqldeveloper
Hadoop cluster setup - java.net.ConnectException: Connection refused

I want to setup a hadoop-cluster in pseudo-distributed mode. I managed to perform all the setup-steps, including startuping a Namenode, …

java hadoop configuration connectexception
Using different Web.config in development and production environment

I need to use different database connection string and SMTP server address in my ASP.NET application depending on it …

asp.net visual-studio configuration web-config
Setting up Vim for Python

I really like the Emacs editor for Python because of it's smart tabbing for instance if I have something like …

python vim configuration editor indentation
Add MIME mapping in web.config for IIS Express

I need to add a new MIME mapping for .woff file extensions to IIS Express. If I add the following …

asp.net configuration mime-types iis-express
How to store Configuration file and read it using React

I am new on react.js I have implemented one component in which I am fetching the data from server …

javascript reactjs configuration webpack flux
If using maven, usually you put log4j.properties under java or resources?

Where should I put the log4j.properties file when using the conventional Maven directories?

java maven configuration log4j