Heimo's blog


  • 首页

  • 分类

  • 标签

  • 归档

  • 搜索

Docker 常用命令

发表于 2018-03-30 | 分类于 Linux | 阅读次数

安装docker

1
curl -sSL https://get.docker.com/ | bash -x

卸载docker

1
2
3
sudo apt-get purge docker-ce
sudo apt-get autoremove --purge docker-ce
rm -rf /var/lib/docker
阅读全文 »

vps中lnmp 搭建nextcloud私人云服务

发表于 2018-03-30 | 分类于 Linux | 阅读次数

搭建私有云同步服务。

nextCloud由ownCloud团队开发,相比其他云服务,使用php编写,支持服务端加密存贮,支持多客户端,ui美观,功能完善,安装使用起来也很方便。

可以docker搭建,也可以手动lnmp下搭建。这里介绍lnmp下搭建步骤。

阅读全文 »

brew报错

发表于 2018-03-30 | 分类于 macos | 阅读次数

报错如下

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
➜  jekyll-jacman git:(master) brew upgrade ruby
Updating Homebrew...
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: Failure while executing: git config --local --replace-all homebrew.analyticsmessage true
==> Upgrading 1 outdated package, with result:
ruby 2.5.1
==> Upgrading ruby
==> Installing dependencies for ruby: openssl
==> Installing ruby dependency: openssl
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: Failure while executing: git config --local --replace-all homebrew.private true
阅读全文 »

阿里云申请免费https证书及开启http2

发表于 2018-03-30 | 分类于 http | 阅读次数

访问阿里云

传送门

Alt text

购买成功选择文件形式,自动生成csr

阅读全文 »
1 … 3 4
Heimo

Heimo

玫瑰即玫瑰,花香无意义

34 日志
11 分类
33 标签
RSS
Links
  • 小余和岁岁的个人博客
  • 嘿嘿的博客
© 2017 - 2020 Heimo
由 Jekyll 强力驱动
主题 - NexT.Mist