Awesome Tmux
List of helpful tmux links for various tutorials, plugins, and configuration settings.
| # ====== | |
| # how to flash LSI SAS 2008 hba dell perc h310 raid jbod card | |
| # for uefi motherboards, must boot uefi and use sas2flash.efi | |
| # select uefi in the moot menu --> launches boof.efi. then: | |
| # official UEFI oprom downloads are now only available from the product page of lsi 8210-8i card | |
| # however we found an un official mirror / off site backup of previous files | |
| # https://www.broadcom.com/products/storage/host-bus-adapters/sas-9210-8i#downloads |
| #!/bin/bash | |
| set -e | |
| export LC_NUMERIC=C | |
| __newline=' | |
| ' | |
| _is_enabled() { | |
| ( ([ x"$1" = x"enabled" ] || [ x"$1" = x"true" ] || [ x"$1" = x"yes" ] || [ x"$1" = x"1" ]) && return 0 ) || return 1 |
List of helpful tmux links for various tutorials, plugins, and configuration settings.
| # cat << EOF > /dev/null | |
| # https://github.com/gpakosz/.tmux | |
| # (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
| # without any warranty. | |
| # Copyright 2012— Gregory Pakosz (@gpakosz). | |
| # /!\ do not edit this file | |
| # instead, override settings in ~/.tmux.conf.local, see README.md | |
| # -- general ------------------------------------------------------------------- |