Top "Local" questions

A tag for questions about accessing resources local to a given runtime environment or network.

Sending mail to local mail server - "SENT: 550 The address is not valid."

I am trying to send mail to my local mail server. I am using hMailServer as mail server and I …

php email local mail-server
How to use CDN in local javascript file

I am trying to use Tone.js to make music with javascript. I get the error message "tonetutorial.html:26 Uncaught …

javascript html local cdn tone.js
Negative Positioning with JQuery scrollTo / localScroll

I'm working on a project and using Ariel Flesler's jquery.scrollTo.js & jquery.localScroll.js ... I have local links …

javascript jquery plugins local scrollto
Loading package html + resources into webview

I would like to know how I can display a HTML page in webview with references to relative/local images. …

android webkit webview local assets
Using ADB locally on device (loopback) shows no devices

I am trying to use ADB on an Android device itself, so without any host computer. This was working perfectly …

android localhost adb local loopback
kubeadm/kubectl/kube-apiserver turn on feature gate

i'm trying to test the local persistent volume in kubernetes v1.9.2. from what i gather (and i may be wrong!) …

kubernetes local alpha persistent-volumes
How to create a local user group (in C#)

I'm looking for a way how to programmatically create a local user group. I found plenty of examples on how …

c# local user-management usergroups
Is there a gcc flag to initialise local variable storage?

The IBM AIX xlc compiler offers a flag that generates code to initialise local variable storage: initauto=<hh> …

c gcc local
Android webview pinch zoom local image

Hey I'm trying to get pinch to zoom working on a Webview of my app but cant, it just displays …

android webview zooming local pinch
How to create a local read-only variable in bash?

How do I create both local and declare -r (read-only) variable in bash? If I do: function x { declare -r …

bash variables local readonly