- place this config in
/etc/systemd/system/supervisord.service
- kill all supervisord processes
sudo systemctl daemon-reload
sudo systemctl enable supervisord
- start with
sudo systemctl start supervisord
if already not started
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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/ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shutter.desktop][Global Shortcuts] | |
Active=Meta+Print | |
Redo=none | |
Screen=Print | |
Select=Ctrl+Shift+Print | |
Window=none | |
_launch=Meta+Ctrl+Print |
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |