- Command:
zpool offline <pool> <disk>
- Example:
zpool offline data da17
- Command:
tw_cli /c0/pX remove
import { | |
createContext, | |
useCallback, | |
useContext, | |
useEffect, | |
useState, | |
} from 'react'; | |
import type { Context, PropsWithChildren } from 'react'; |
#!/usr/bin/env node | |
console.log('yay gist') |
#!/bin/bash | |
# Creates a bootable ISO from CoreOS' PXE images. | |
# Also adds a run script to the OEM partition and converts the ISO so it can boot from USB media. | |
# Based heavily off https://github.com/nyarla/coreos-live-iso - Thanks Naoki! | |
set -e | |
# Default configurations | |
SYSLINUX_VERSION="6.02" |
# Copyright (c) 2012, Bin Tan | |
# This file is distributed under the BSD Licence. See python-epub-builder-license.txt for details. | |
# James Outterside - Modified code from http://code.google.com/p/python-epub-builder/source/browse/trunk/epub.py to use | |
# use django templates instead of genshi | |
import itertools | |
import mimetypes | |
import os | |
import shutil |
--[[ | |
oUF Saul: 30100.05 | |
Credits: P3lim for his layout and coding | |
I grants anyone the right to use this work for any purpose, | |
without any conditions, unless such conditions are required by law. | |
--]] |