https://habrahabr.ru/post/204354/
bash> redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword //with ip
bash> redis-cli -s /tmp/redis.sock -p 6379 -a mysupersecretpassword //with socket
redis> AUTH mysupersecretpassword
http://forum.notebookreview.com/threads/throttlestop-for-linux.539117/ | |
http://candidtim.github.io/appindicator/2014/09/13/ubuntu-appindicator-step-by-step.html | |
https://gist.github.com/candidtim/5663cc76aa329b2ddfb5 | |
sudo apt install msrtool | |
sudo apt install msr-tools | |
sudo modprobe msr | |
sudo wrmsr 0x1FC 2 | |
[limiter] | |
input gain = 3.0 | |
limit = 0.0 | |
release time = 1.0 | |
[compressor] | |
rms-peak = 1.0 | |
attack = 2.0 | |
release = 2.0 | |
threshold = -30.0 |
https://habrahabr.ru/post/204354/
bash> redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword //with ip
bash> redis-cli -s /tmp/redis.sock -p 6379 -a mysupersecretpassword //with socket
redis> AUTH mysupersecretpassword
[shutter.desktop][Global Shortcuts] | |
Active=Meta+Print | |
Redo=none | |
Screen=Print | |
Select=Ctrl+Shift+Print | |
Window=none | |
_launch=Meta+Ctrl+Print |
<?php | |
/* | |
Plugin Name: 10web Hello World | |
Plugin URI: https://10web.io/ | |
Description: Teaching the basics of WP-CLI | |
Author: Vanush 10web | |
Version: 1.0.0 | |
Author URI: https://10web.io/ | |
*/ |
<?php | |
defined('ABSPATH') or die('YOU SHALL NOT PASS!'); | |
/** | |
* Plugin Name: 10Web Booster Force Caching Drop-in | |
* Plugin URI: https://10web.io/page-speed-booster/ | |
* Description: Overrides the DONOTCACHEPAGE constant to force caching. | |
* Author: 10Web - Website speed optimization team | |
* Author URI: https://10web.io/ |