- Download the official installer
Office Deployment Tool
https://www.microsoft.com/en-US/download/details.aspx?id=49117
- Create a folder into "C:" called "Install"
C:\Install\
Office Deployment Tool
https://www.microsoft.com/en-US/download/details.aspx?id=49117
C:\Install\
You can take the same source code package that Ubuntu uses to build jq, compile it again, and realize 90% better performance.
I use jq for processing GeoJSON files and other open data offered in JSON format. Today I am working with a 500MB GeoJSON file that contains the Alameda County Assessor's parcel map. I want to run a query that prints the city for every parcel worth more than a threshold amount. The program is
We're going to run Windows 11 IoT (ARM) on Mac M1 (ARM) using the native binary translation, thanks to up-to-date version of qemu which has native hardware support.
Install qemu and required tools (coreutils - we need truncate/gtruncate, dd/gdd CLI tools, samba - to share files between host and guest VM).
$ brew install qemu coreutils samba
Windows 2012 R2 Essentials: http://download.microsoft.com/download/8/F/7/8F7024D2-AB2A-4BE2-8406-1E3AC49C5C1F/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO
Windows 2016: https://software-download.microsoft.com/download/pr/Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO
Windows 2019 Essentials: https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVERESSENTIALS_OEM_x64FRE_en-us_1.iso
| From f18c541edc5e122b06b0c1e65d0a422f0b8109e7 Mon Sep 17 00:00:00 2001 | |
| From: Joan Bruguera <joanbrugueram@gmail.com> | |
| Date: Fri, 2 Jul 2021 02:09:58 +0200 | |
| Subject: [PATCH] Tentative fix for NVIDIA 465.31 driver for Linux 5.14-rc1 | |
| --- | |
| common/inc/nv-time.h | 6 ++++++ | |
| nvidia-drm/nvidia-drm-drv.c | 4 ++++ | |
| 2 files changed, 10 insertions(+) |
DISM.exe /Online /Get-TargetEditions
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr /skms [server]:[port]
slmgr /ato
| #!/bin/bash | |
| # | |
| # Configure sshd on MinGW for Windows | |
| # Create host keys | |
| ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa | |
| ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa | |
| ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa | |
| ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N '' -t ed25519 |
This is an unofficial manual for the couchdb Python module I wish I had had.
pip install couchdb