On Mac, Homebrew is the de-facto package manager, and Homebrew Cask is the app manager. I’m going to use Cask to install Java 7 and 8.
Install Homebrew Cask first if you haven’t:
brew update
brew tap caskroom/cask
upstart环境中,服务的daemon支持的测试: | |
docker run -it --name ubu -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/local/bin/docker -v $PWD:/aabb dockerimages/ubuntu-upstart | |
进入容器:makdir /var/lib/jas-deploy | |
可以进行后续测试 | |
systemv环境的测试: | |
docker run -it --name ubu -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/local/bin/docker -v $PWD:/aabb jgoerzen/debian-base-security | |
因为容器中有upstart环境,我们暂时屏蔽掉,mv /sbin/initctl /sbin/initctl.bak | |
可以进行后续测试 |
git ls-files -v | grep -e "^[hsmrck]" |
git init # 初始化本地git仓库(创建新仓库) | |
git config --global user.name "xxx" # 配置用户名 | |
git config --global user.email "xxx@xxx.com" # 配置邮件 | |
git config --global color.ui true # git status等命令自动着色 | |
git config --global color.status auto | |
git config --global color.diff auto | |
git config --global color.branch auto | |
git config --global color.interactive auto | |
git config --global --unset http.proxy # remove proxy configuration on git | |
git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库 |
关闭方法 | |
sudo spctl --master-disable | |
输入密码就可以了 | |
关闭完成之后就可以去打开软件了,打开一次之后就可以不用认证了 | |
重新打开GateKeeper | |
sudo spctl --master-enable | |
ps:注意软件的安全性,如果是破解软件,请有能力的支持正版 |
复制代码 | |
string meaning | |
—— ——- | |
@reboot Run once, at startup. | |
@yearly Run once a year, “0 0 1 1 *”. | |
@annually (same as @yearly) | |
@monthly Run once a month, “0 0 1 * *”. | |
@weekly Run once a week, “0 0 * * 0”. | |
@daily Run once a day, “0 0 * * *”. | |
@midnight (same as @daily) |
docker service create --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock --mode=global --restart-condition on-failure docker docker system prune -f |
endpoints.env.keys-to-sanatize and endpoints.configprops.keys-to-sanatize. |
docker ps -qa -f label=com.docker.swarm.task -f status=exited | xargs docker rm -f |
https://gitlab.com/DerLinkshaender/csv2xlsx.git |