Vamos supor que eu criei um arquivo example_file.
O primeiro passo é ver o estado do repositório com git status:
$ git status| 2014-12-17T14:22:06.562784 eth0 192.168.1.1 70:62:b8:25:6c:40 8.742 39671183.9133 11016456.4789 3971 http://www.speedtest.net/result/3992112917.png | |
| 2014-12-17T14:30:01.345693 eth0 192.168.1.1 70:62:b8:25:6c:40 12.08 42996923.9504 4892259.7027 4003 http://www.speedtest.net/result/3992132536.png | |
| 2014-12-17T14:40:01.807608 eth0 192.168.1.1 70:62:b8:25:6c:40 11.285 9797460.53802 5468312.74004 4003 http://www.speedtest.net/result/3992158163.png | |
| 2014-12-17T14:50:01.495551 eth0 192.168.1.1 70:62:b8:25:6c:40 8.742 43025701.9719 10473018.778 3971 http://www.speedtest.net/result/3992183070.png | |
| 2014-12-17T15:00:01.396479 eth0 192.168.1.1 70:62:b8:25:6c:40 8.345 42726284.1329 15028599.6054 4978 http://www.speedtest.net/result/3992208744.png | |
| 2014-12-17T15:10:01.990281 eth0 192.168.1.1 70:62:b8:25:6c:40 8.742 36634410.4463 10716613.0554 3971 http://www.speedtest.net/result/3992234613.png | |
| 2014-12-17T15:20:01.885111 eth0 192.168.1.1 70:62:b8:25:6c:40 8.663 14638218.0691 5922438.3267 4003 http://www.speedtest.net/result/39922 |
| [Unit] | |
| Description=Sync before trying to suspend/hibernate/hybrid-sleep | |
| Before=sleep.target | |
| StopWhenUnneeded=yes | |
| [Service] | |
| Type=oneshot | |
| RemainAfterExit=yes | |
| ExecStart=/usr/bin/sync |
| #!/bin/bash | |
| # | |
| # ubuntu 14.04 cryptsetup luks suspend/resume root partition sleep activation | |
| # | |
| source=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # install script folder | |
| target=/run/pm-crypto # chroot environment folder | |
| bind_list="/dev /proc /sys /run" # special system mounts |
| package jonas.ds; | |
| import haxe.Timer; | |
| import jonas.RevIntIterator; | |
| // imports for testing | |
| import haxe.Log; | |
| import jonas.unit.TestCase; | |
| import jonas.unit.TestRunner; |
Mostly just data, all conclusions are only documented in the form of code: liquidctl.
vid=1e71
pid=1714
rev=0200
Also applies to the NZXT Smart Device
Hue+ accessories use WS2812B integrated LED and controllers. Pinout is:
| # Spark L v1.2.1 (AVX -3, opt. memory, 1.380 V @ LLC4 & 300 kHz) | |
| # Standard VRM power phase control not fully stress tested, though it passed serveral loading and unloading cycles | |
| # Board settings | |
| Tuner: XMP DDR4-3333, but don't optimize | |
| MCE: disable | |
| BLCK: 100 Hz | |
| # CPU settings | |
| Core ratio: 50 # yay, 5 GHz : ) |
NZXT Kraken X31, X41 and X61
Feature request: issue #3
Development: pull request #7
Work in progress: