State as of 2017-07-31.
You can also check a guide to upgrade CUDA on a [PC with with GTX 980 Ti and Ubuntu 16.04](https://gist.github.com/bzamecnik/61b293a3891e166797491f38d579d060.
- NVIDIA driver 375.66
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
| ==> https://lifehacker.ru/2013/05/16/15-poleznyx-funkcij-far-manager/ | |
| CTRL + 1..9 - отображение файлов в панели | |
| ALT + стрелка влева/вправо - промотать длинные названия файлов | |
| CTRL + F3..F11 - режимы сортировки | |
| CTRL + F12 - список сортировок | |
| F3 на папке - размер папки | |
| ALT + F7 - посик файлов/по файлу | |
| ALT + F1/F2 - панели | |
| F5 - копирование на временную панель |
| #!/usr/bin/env sh | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
| sudo apt-get update | |
| apt-cache policy docker-ce | |
| sudo apt-get install -y docker-ce | |
| sudo systemctl status docker |
State as of 2017-07-31.
You can also check a guide to upgrade CUDA on a [PC with with GTX 980 Ti and Ubuntu 16.04](https://gist.github.com/bzamecnik/61b293a3891e166797491f38d579d060.
| - name: listener_0 | |
| address: | |
| socket_address: { address: 0.0.0.0, port_value: 10000 } | |
| filter_chains: | |
| - filters: | |
| - name: envoy.http_connection_manager | |
| config: | |
| stat_prefix: ingress_http | |
| ... | |
| ... |
| // ==UserScript== | |
| // @name Unnamed Script 525870 | |
| // @version 1 | |
| // @grant none | |
| // @match https://mail.google.com/mail/u/0/* | |
| window.addEventListener('load', function() { | |
| for(let x of document.getElementsByName('t')) { | |
| console.log(x); | |
| x.click(); | |
| } |
| // Modified from: http://www.labnol.org/internet/gmail-auto-purge/27605/ | |
| // Labels to support | |
| // Delete after 15 days | |
| // Delete after 30 days | |
| // Delete after 90 days | |
| var days = [15,30,90]; | |
| function Intialize() { | |
| return; |
| a:=RandomVariate[StableDistribution[1,0,0,1],10^7]//Timing //Take[#,1]&; b:=RandomVariate[StableDistribution[1.3,.2,.3,1],10^7]//Timing //Take[#,1]&; c:=RandomVariate[NormalDistribution[0,1],10^7]//Timing //Take[#,1]&; {a, b, c} |