fio --name=write_iops --size=10G \
--time_based --runtime=60s --ramp_time=2s --ioengine=libaio --direct=1 \
--verify=0 --bs=4K --iodepth=64 --rw=randwrite --group_reporting=1
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", MODE="0660", GROUP="plugdev", TAG+="uaccess" | |
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", , GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl" |
#!/bin/sh | |
# Usage: | |
# 1. Select the input (mic) and output (sound card) you want to eliminate echo | |
# and denoise in your sound settings as default input and output devices. | |
# 2. Run `denoise`. | |
# | |
# This process can be repeated without restarting PulseAudio. Just repeat the steps. |
@echo off | |
:: GetAdmin | |
:------------------------------------- | |
:: Verify permissions | |
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" | |
:: On Error No Admin | |
if '%errorlevel%' NEQ '0' ( | |
echo Getting administrative privileges... |
/etc/config/dhcp:
...
# Tell DNSmasq to add IP addressess resolved for the listed domains in the ipset
config dnsmasq
...
list ipset '/my.domain.name.com/another.domain.org/ipsetname'
...
This should work conceptually on any Linux OS with PulseAudio but these particular instructions are for Ubuntu.
There are two major reasons for using simultaneous output. The first is self-evident - we can output to say a bluetooth
headset and wired headphones at the same time to enable two people to watch a movie with headphones on a single computer.
The second reason is a sort of a convenience for setup. We know the simultaneous sink name so the default.pa
config
would work without modification so long as simultaneous output is enabled. If we were to set this up without that,
we'd have to customize the config with our specific device sink name. That's totally doable but personally I always
setup simultaneous output. That's why I haven't described the alternative in this gist.
Fill in the blanks in plex-docker-run.sh
, plex-docker.service
, optionally mount-remote-volume.service
and save them. Then:
sudo [Path to]/plex-docker-run.sh
sudo cp [Path to]/plex-docker.service /etc/systemd/system/
sudo cp [Path to]/network-internet.service /etc/systemd/system/
# Optionally
background.js:161 MetaMask initialization complete. | |
background.js:65853 POST https://mainnet.infura.io/metamask 502 () | |
RpcSource.handleRequest @ background.js:65853 | |
next @ background.js:58483 | |
HookedWalletSubprovider.handleRequest @ background.js:66600 | |
next @ background.js:58483 | |
handleRequest @ background.js:66887 | |
next @ background.js:58483 | |
FilterSubprovider.handleRequest @ background.js:65981 | |
next @ background.js:58483 |