摘要: 1. 安装docker 2. 安装和启动onlyoffice Please note that ONLYOFFICE Document Server and Nextcloud must be installed on different machines, otherwise integratio 阅读全文
posted @ 2017-10-27 15:31 钻葛格 阅读(4150) 评论(1) 推荐(0)
摘要: 官方安装文档:https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html#example-installation-on-ubuntu-16-04-lts-server 1. 安装sn 阅读全文
posted @ 2017-10-26 08:26 钻葛格 阅读(1560) 评论(0) 推荐(0)
摘要: 虚拟机安装前记得把桥接调好! 1. 重置root密码 sudo passwd, 然后系统会让你输入密码,这时输入的密码就是root用户的密码,su root切用户 2. 设置固定IP,有重启服务功能令其生效,不过哥不用,就reboot vim /etc/network/interfaces ifac 阅读全文
posted @ 2017-10-24 11:29 钻葛格 阅读(287) 评论(0) 推荐(0)
摘要: 注意在修改后台地址过程中对于web.config里的umbracoPath 如果你改成了~/admin,surface controller的路由就变成了 /admin/surface/{controllername}/{action}/{id} 估计全中国就我一人儿知道,哈哈。 阅读全文
posted @ 2017-08-03 11:53 钻葛格 阅读(185) 评论(0) 推荐(0)
摘要: ubuntu 16.04.1 安装 Ubuntu Server 16.04.1安装配置图解教程,按教程修改局域网static IP 开启sftp必须 解决SSH服务拒绝密码,之后才能欢乐地使用filezilla的sftp通过root角色登陆和操作 装完以后记得切到root角色,然后更新源列表 apt 阅读全文
posted @ 2017-03-21 00:03 钻葛格 阅读(261) 评论(0) 推荐(0)
摘要: IE从IE10开始。 //共通 display: flex; flex-direction: column; align-items: flex-start;justify-content: center;flex-wrap: wrap;flex: 1 或 1, 1, auto;//三个参数可以不写 阅读全文
posted @ 2016-12-27 09:43 钻葛格 阅读(479) 评论(0) 推荐(0)