This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:03BA76BF8C2A7730D43492D2CA04090F02F83EE7]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:03BA76BF8C2A7730D43492D2CA04090F02F83EE7]
#!/usr/bin/env bash | |
# <bitbar.title>CPU Load</bitbar.title> | |
# <bitbar.version>v1.0</bitbar.version> | |
# <bitbar.author>Paul W. Rankin</bitbar.author> | |
# <bitbar.modified>Ryan Phelan - to work with argos in linux | |
# <bitbar.author.github>rnkn</bitbar.author.github> | |
# <bitbar.desc>Shows CPU load as a percentage (without using top).</bitbar.desc> | |
# <bitbar.image>http://photos.paulwrankin.com/screenshots/cpu-load.png</bitbar.image> | |
# <bitbar.dependencies>bash</bitbar.dependencies> |
#!/usr/bin/env bash | |
# <bitbar.title>Bandwidth (Mbit/s)</bitbar.title> | |
# <bitbar.version>v0.0.1</bitbar.version> | |
# <bitbar.author>Kaspars Mickevics</bitbar.author> | |
# <bitbar.author.github>fxlv</bitbar.author.github> | |
# <bitbar.desc>Displays bandwidth usage for the primary interface in Megabits/s</bitbar.desc> | |
# <bitbar.dependencies>ifstat</bitbar.dependencies> | |
# <bitbar.image>https://cloud.githubusercontent.com/assets/2462211/12748504/584bbcea-c9b3-11e5-8109-ad8fdcefdc75.png</bitbar.image> |
pkgname=ifstat | |
pkgver=1.1 | |
pkgrel=1 | |
pkgdesc="A tool to report network interfaces bandwith just like vmstat/iostat do for other system counters" | |
arch=('i686' 'x86_64') | |
url="http://gael.roualland.free.fr/ifstat/" | |
license=('GPL') | |
#install=ifstat.install | |
source=("http://gael.roualland.free.fr/ifstat/ifstat-$pkgver.tar.gz" | |
) |
# Install ARCH Linux with encrypted file-system and UEFI | |
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
# Download the archiso image from https://www.archlinux.org/ | |
# Copy to a usb-drive | |
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
# Set US keymap |