After Chrome 58, self-signed certificate without SAN is not valid anymore.
openssl genrsa -des3 -out example.com.key 2048
## Find Available Target Editions | |
DISM.exe /Online /Get-TargetEditions | |
## Convert Server Standard 2019 Evaluation to Server Standard 2019 | |
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula | |
## How To Activate | |
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX | |
slmgr /skms [server]:[port] | |
slmgr /ato |
Table of Contents
See also:
Service | Type | Limitations |
---|---|---|
Amazon DynamoDB | Proprietary NoSQL | 25 GB of storage |
Amazon RDS | Proprietary RDBMS | |
Azure SQL Database | MS SQL Server | |
Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)Max 5 connections (PostgreSQL) |
http://paste.ubuntu.com/23654022/ | |
Office手动激活命令: | |
cd C:\Program Files\Microsoft Office\Office15 | |
cscript ospp.vbs /sethst:192.168.123.1 | |
cscript ospp.vbs /act | |
cscript ospp.vbs /dstatus | |
windows手动激活命令 |
#!/bin/bash | |
#NAT script from !!!!!!!!!!!!!!!, modified by CRImier | |
# Exit status 0 if operation is correct | |
# Exit status 1 if trying to use last interface used when running for the first time | |
# Exit status 2 if interface doesn't exist | |
EIF='' | |
IIF='eth0' | |
PATH=/usr/sbin:/sbin:/bin:/usr/bin | |
LOGFILE=/etc/nat-if.conf | |
touch $LOGFILE |
#!/bin/bash | |
# filename: /etc/hotplug.d/block/10-mount | |
# automatically mount ntfs volumes into $BASEDIR with $LABEL or $UUID, depending on what's available. | |
# to be used with OpenWRT. | |
BASEDIR=/media | |
export PATH=/usr/bin:/usr/sbin:/bin:/sbin |
Guide: | |
1. Install Armbian_5.24.161216_Orangepizero_Ubuntu_xenial_3.4.113.img onto a uSD card using Win32DiskImager or Ubuntu Disk Image Writer | |
2. (Optional) Mount the uSD in Ubuntu Laptop and expand the partition using GParted. | |
3. Delete everything from uSD except /boot, /lib/modules and /lib/firmware. | |
4. Mount openwrt-15.05.1-sunxi-root.ext4 on Ubuntu using loopback interface on /mnt/openwrt |