zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"
xcode-select --install
Adapted from:
https://github.com/MabezDev/xtensa-rust-quickstart
Like this:
# - deps ------------------------------------------------------------------
sudo port install ninja
This guide is for 'linuxing-up' Windows as a development environment; it focuses on setting up [WSL], an Ubuntu Hyper-V virtual machine, [wsltty] (a nice terminal emulator) and various tweaks.
# conda-env-autodetect.plugin.zsh | |
# Copy this file to ~/.oh-my-zsh/plugins/conda-env-autodetect/ | |
# And make sure you have a .venv file with your env's name in your | |
# preject's root folder. | |
_conda_env_auto_activate() { | |
if [ -f ".venv" ]; then | |
# check conda is active |
#!/bin/bash | |
# Copyright © 2017 Google Inc. | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
sudo vi /etc/postfix/main.cf
AWSTemplateFormatVersion: '2010-09-09' | |
Description: Cognito Stack | |
Parameters: | |
AuthName: | |
Type: String | |
Description: Unique Auth Name for Cognito Resources | |
Resources: | |
# Creates a role that allows Cognito to send SNS messages | |
SNSRole: |
GZ. "ssd" is my scratch pool, mounted at /nfs/scratch
$ zfs set [email protected]/24 ssd
$ >/nfs/scratch/testfile
$ ls -l /nfs/scratch/testfile
-rw-r--r-- 1 root root 0 Nov 7 14:47 /nfs/scratch/testfile
Create zone and test read-only mount