https://extensions.gnome.org/extension/2645/brightness-control-using-ddcutil/
sudo dnf install ddcutil sudo ddcutil detect sudo ddcutil capabilities | grep "Feature: 10"
https://extensions.gnome.org/extension/2645/brightness-control-using-ddcutil/
sudo dnf install ddcutil sudo ddcutil detect sudo ddcutil capabilities | grep "Feature: 10"
Native HTML controls are a challenge to style. You can style any element in the web platform that uses Shadow DOM with a pseudo element ::pseudo-element or the /deep/ path selector.
video::webkit-media-controls-timeline {
background-color: lime;
}
video /deep/ input[type=range] {| # Tell system when Xcode utilities live: | |
| sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer | |
| # Set "opendiff" as the default mergetool globally: | |
| git config --global merge.tool opendiff |
for reference: https://devtalk.nvidia.com/default/topic/982558/linux/setting-default-refresh-rate/post/5043665/#5043665
| sudo hexdump -s 56 -e '"MSDM key: " /29 "%s\n"' /sys/firmware/acpi/tables/MSDM |
Ctrl+Alt+Shift+P show current scope/selectors for cursor position
| [user] | |
| name = Robert Scheinpflug | |
| email = neversun@users.noreply.github.com | |
| [push] | |
| default = simple | |
| [core] | |
| editor = vim |
| .pragma library | |
| //! moment.js | |
| //! version : 2.8.4 | |
| //! authors : Tim Wood, Iskren Chernev, Moment.js contributors | |
| //! license : MIT | |
| //! momentjs.com | |
| var moment = (function (undefined) { | |
| /************************************ |
Installation of editR on Linux Mint 17.2
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
Do one of the following:
ppa:marutter/rruttersudo echo "deb http://cran.r-project.org/bin/linux/ubuntu trusty/" | sudo tee --append /etc/apt/sources.listsudo apt-get update
sudo apt-get install r-base r-recommended libcurl4-openssl-dev pandoc
start R terminal R