This content from this markdown file has moved a new, happier home where it can serve more people. Please check it out : https://docs.microsoft.com/azure/azure-cache-for-redis/cache-best-practices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| With this script you can turn your jar file into a service on linux. | |
| Change the MATH constant to the name of your application and make sure you are correctly specifying | |
| the locationsof the files used in the variables. | |
| For the correct operation of the script install it in the directory init.d and release its access as below: | |
| chmod 755 *your_script* |
# prune branches deleted in origin
git remote prune origin
# prune tags
# http://stackoverflow.com/questions/1841341/remove-local-tags-that-are-no-longer-on-the-remote-repository
git fetch --prune <remote> '+refs/tags/*:refs/tags/*'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Alipay.com Inc. | |
| * Copyright (c) 2004-2017 All Rights Reserved. | |
| */ | |
| package com.alipay.kris.other.atomix; | |
| import java.time.Duration; | |
| import java.util.List; | |
| import java.util.Properties; | |
| import java.util.concurrent.CompletableFuture; |
As of 20/10/2017, a release file for Ubuntu 17.10 Artful Aardvark is not available on Download Docker.
If you are used to installing Docker to your development machine with get-docker script, that won't work either. So the solution is to install Docker CE from the zesty package.
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -