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
### 如何以全局管理员的身份创建这样一个API供用户使用? | |
##### 首先你得有全局管理员的权限,否则下面的都不用看了。 | |
* 登陆并打开管理中心 | |
登陆Office.com,打开“管理”->“管理中心”->“Azure Active Directory” | |
 |
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
平时翻来翻去地找Docker镜像好麻烦,想了想,不如自己整理一下常用的镜像,贴在博客里,以后用就很好找了。 | |
一下是我自己觉得好用的镜像,你也可以自行去[Docker Hub](https://store.docker.com)里面找。 | |
1. CentOS6 | |
```C | |
镜像:treasureboat/ssh | |
用户名:root | |
密码:123456 | |
建站的,配合这个脚本超好用: |
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
搭建环境和前面完全一样,也是Docker环境,镜像:`rastasheep/ubuntu-sshd`。 | |
直接安装,系统环境为: | |
```c | |
apt-get update | |
apt-get install -y wget unzip screen | |
``` | |
在此基础之上直接安装FileBrowser即可: |
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
在微软的产品定义中,,Office 是区分零售版和批量版的,但是Windows却是不区分的。其中`x64`就是64位的,而`x86`则是32位的。 | |
以下是批量版下载地址,补上昨晚的坑: | |
#### Office 2016 VOL | |
Office 2016 x 64: | |
* [下载地址一](https://email7-my.sharepoint.com/:u:/g/personal/msdn_pan_cy798_win/EeruHKkJRRFMliPZSWsCAToBGbgDInnW4xrI_rEIC_vQeQ?e=CskYY0) | |
* [下载地址二](https://dl.kakkk.cc/Microsoft/Office/Office_2016/Proplus/SW_DVD5_Office_Professional_Plus_2016_64Bit_ChnSimp_MLF_X20-42426.ISO) |
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
玩激活玩了很久了,很多人不懂什么是KMS,和普通的密钥激活有什么区别。大多数人对KMS的认识都停留在“病毒”、“修改主页”,或者是“180天循环激活”和“非永久激活”这些个层面上。并且这种意识被越来越多的人所接受,被越来越多的大佬所不齿。 | |
但是我今天要告诉你的是,这种认识是错误的。 | |
#### 先了解一下微软的激活机制吧。 | |
上个世纪的产品我就不说了,我就从最近的产品开始说起吧,包括Windows 7及其以后的版本,Office 2010及其以后的版本。 | |
从这个版本时代开始,微软主打的就是对企业和政府以及教育行业的产品开发,个人业务不再是其主要发展对象。也是从这个时代开始,微软取消了本地激活码的激活方式,而是采取了看上去更能防止盗版的在线激活的方式。 |
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
#### 2018.5.29 23:55更新:修改安装顺序,避免出现bug;修改autoupload.sh内容,实现上传+删除本地文件同时管理。 | |
研究了接近三个月的离线下载,网上的教程或多或少有一些或者几乎全部都是错的,不知道是过期了还是怎么了。还好,至少给了我一个大方向,经过不懈的努力,我最终还是实现了这个离线下载到Onedrive中的功能。 | |
在研究的过程中无意发现了Rclone自带的sync功能,因此,本篇文章将用两种方法实现自动上传,并做对比。 | |
搭建环境:Docker环境,镜像: | |
[rastasheep/ubuntu-sshd](https://hub.docker.com/r/rastasheep/ubuntu-sshd/) | |
其中,该镜像的环境是 |
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
网盘的稳定性一直是网盘用户的痛点。 | |
360倒闭之后许多文件来不及下载,而后又没有合适的地方存储,导致很多人咬牙掏钱买硬盘。然而更多没钱的人选择了其他网盘,比如我,最后选择了OnedriveForBusiness。 | |
但是无论数据存储在哪里,都有丢失的时候,存硬盘里面硬盘会坏,存Onedrive里面……额,订阅哪来的你们也清楚,所以做好数据备份很重要。 | |
所以我一直在寻找这样一个方法,能够帮我完成Onedrive For Business网盘对拷功能。一开始尝试了Flow,然而不知道怎么回事,最开始还能用,到后面就不行了,估计是用的人太多了吧。然后又选择了MultCloud,然而这货有2T流量限制,速度还死慢,作为没钱的我,只好选择了第三条路,利用手头的资源自己搭建。 | |
经过不懈的努力摸索,今晚洗澡的时候我终于萌发出灵感:利用Rclone和VPS进行网盘对拷。下面我具体来说说吧: |
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
``` | |
Office 2010 RTM Access KMS Client (1) | |
V7Y44-9T38C-R2VJK-666HK-T7DDX | |
Office 2010 RTM Excel KMS Client (1) | |
H62QG-HXVKF-PP4HP-66KMR-CW9BM | |
Office 2010 RTM Groove KMS Client (1) | |
QYYW6-QP4CB-MBV6G-HYMCJ-4T3J4 | |
NewerOlder