Let's say you want to host domains first.com and second.com.
Create folders for their files:
Reason 1: Force Stopped
When an app is in a "Force Stopped" state most events including FCM/GCM messages for push notifications will not be received.
An app can be placed in this state in the following ways.
| var elastic = require('elasticsearch'); | |
| var client = new elastic.Client({ host: 'localhost:9200' }); | |
| var index = 'myindex'; | |
| var type = 'document'; | |
| (function init() { | |
| Promise.resolve() | |
| .then(deleteIndex, handleError) |
This is how to connect to another host with your docker client, without modifying your local Docker installation or when you don't have a local Docker installation.
First be sure to enable the Docker Remote API on the remote host.
This can easily be done with a container.
For HTTP connection use jarkt/docker-remote-api.
| const CrossOriginLocalStorage = function(currentWindow, iframe, allowedOrigins, onMessage) { | |
| this.allowedOrigins = allowedOrigins; | |
| let childWindow; | |
| // some browser (don't remember which one) throw exception when you try to access | |
| // contentWindow for the first time, it works when you do that second time | |
| try { | |
| childWindow = iframe.contentWindow; | |
| } catch(e) { | |
| childWindow = iframe.contentWindow; |
| # !/bin/bash | |
| # Remove all files in these directories. | |
| rm -rf ~/.helm/cache/archive/* | |
| rm -rf ~/.helm/repository/cache/* | |
| # Refreash repository configurations | |
| helm repo update | |
| #That's all. | |
| #If you "helm search" next time, you can find newest stable charts in repository. |
| import Head from 'next/head' | |
| import SEO from '../constants/seo' | |
| export default ({ | |
| title = SEO.title, | |
| description = SEO.description, | |
| pageUrl = SEO.siteUrl, | |
| mainImage = SEO.mainImage, | |
| iosApplink = SEO.quizBuzzHomeUrl, | |
| androidAppLink = SEO.quizBuzzHomeUrl, |
<a href="https://www.buymeacoffee.com/gbraad" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
| --- | |
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: filebeat-config | |
| namespace: kube-system | |
| labels: | |
| k8s-app: filebeat | |
| kubernetes.io/cluster-service: "true" | |
| data: |
| # assumes you have ubuntu-desktop installed which includes stock libpulse | |
| sudo add-apt-repository ppa:therealkenc/wsl-pulseaudio | |
| sudo apt-get update && sudo apt-get upgrade | |
| # Download the stable or development Chrome .deb package - dev if you want headless functionality | |
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
| sudo dpkg -i google-chrome-stable_current_amd64.deb | |
| sudo apt -f install # probably | |
| wget https://github.com/therealkenc/libudev-stub/releases/download/v0.9.0/libudev-stub-0.9.0-WSL.deb |