Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus| # first enable telnet, and connect | |
| # then you will get a '>' prompt where you want to run the following commands | |
| sh | |
| pidstat -l -C pppd | |
| # see -u (username) and -p (password) in the output |
| #!/usr/bin/env bash | |
| # awmtt: awesomewm testing tool | |
| #{{{ Usage | |
| usage() { | |
| cat <<EOF | |
| awmtt [ start | stop | restart | -h | -e | -t [ get | change | list | random ] ] [ -C /path/to/rc.lua ] [ -D display ] [ -S windowsize ] | |
| start Spawn nested Awesome via Xephyr | |
| stop Stops Xephyr |
Last Update: May 13, 2019
Offline Version
| ########################################################## | |
| # How to NEVER use Lambdas. An inneficient and yet educa-# | |
| # tonal guide to the proper misuse of the lambda constru-# | |
| # ct in Python 2.x. [DO NOT USE ANY OF THIS EVER] # | |
| # by: e000 (13/6/11) # | |
| ########################################################## | |
| ## Part 1. Basic LAMBDA Introduction ## | |
| # Well, it's worth diving straight into what lambdas are. | |
| # Lambdas are pretty much anonymous "one line" functions |