I hereby claim:
- I am timnolte on github.
- I am timnolte (https://keybase.io/timnolte) on keybase.
- I have a public key ASC7t1EjuJFYCnk3L7qmPYTVlO9g_-JldwA4AIiWZwR_zgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| call plug#begin('~/.local/share/nvim/plugged') | |
| Plug 'tpope/vim-fugitive' | |
| Plug 'airblade/vim-gitgutter' | |
| Plug 'martinda/Jenkinsfile-vim-syntax' | |
| Plug 'c9s/phpunit.vim' | |
| Plug 'scrooloose/nerdtree' | |
| Plug 'jistr/vim-nerdtree-tabs' | |
| Plug 'kien/ctrlp.vim' | |
| Plug 'easymotion/vim-easymotion' | |
| Plug 'StanAngeloff/php.vim' |
| <?php | |
| /** | |
| * Create custom checkout field and nonce. | |
| * | |
| * @param WC_Checkout $checkout The checkout object. | |
| * | |
| * @return void | |
| */ | |
| function custom_checkout_field( $checkout ) { |
cgconfig.conf - that's where you create the control group /etc/cgrules.conf - that's where you add binaries to that specific control group /etc/cgconf - that's the init script i use because its not available on ubuntu. It might be available for your OS in the package manager. I took the startup script from http://askubuntu.com/questions/836469/install-cgconfig-in-ubuntu-16-04 - /etc/init.d/Use the following steps to test what you have without the
cgconfigparser -l /etc/cgconfig.conf - to add/register your control group to the systemcgrulesengd - sends the binary-cgroup binding rules.| diff --git a/object-cache.php b/object-cache.php | |
| index 05c6526..8bfb7cb 100644 | |
| --- a/object-cache.php | |
| +++ b/object-cache.php | |
| @@ -1238,29 +1238,33 @@ class WP_Object_Cache { | |
| * with defaults applied. | |
| */ | |
| public function build_client_parameters( $redis_server ) { | |
| + // Default Redis port. | |
| + $port = 6379; |
| <?php | |
| /** | |
| * Plugin Name: Redis Customizations | |
| * Description: Custom functions, filters and action hooks for additional Redis support. | |
| * | |
| * @package MuPlugins | |
| */ | |
| /** | |
| * Adds Redis Support Information to the WordPress Site Health Info. |
If you're trying to load a private repository with Composer/Laravel, we'll need to generate a GitHub Personal Access Token (similar to OAuth token) to access the repository during a composer install without entering credentials.
If you have used other Github packages from
{my-org}before, you may be able to skip this step.
Click Generate new token.
| M190 S[bed_temperature_initial_layer_single] | |
| M104 S[nozzle_temperature_initial_layer] | |
| G1 Z5 F6000 | |
| G90 E0 | |
| M83 | |
| G1 X0 Z0.15 F1200 ;start cleaning nozzle before leveling | |
| M106 S255 | |
| G1 X50 | |
| G1 X-100 | |
| G1 X0 |
| M190 S[bed_temperature_initial_layer_single] | |
| M104 S[nozzle_temperature_initial_layer] | |
| G90 | |
| M83 | |
| G1 X0 Z0.15 F1200 ;start cleaning nozzle before leveling | |
| M106 S255 | |
| G1 X50 | |
| G1 X-100 | |
| G1 X0 | |
| G1 Z5 F6000 ;end cleaning |