This file contains hidden or 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
health#deoplete#check | |
======================================================================== | |
## deoplete.nvim | |
- OK: has("nvim") was successful | |
- OK: exists("v:t_list") was successful | |
- OK: has("python3") was successful | |
- INFO: If you're still having problems, try the following commands: | |
$ export NVIM_PYTHON_LOG_FILE=/tmp/log | |
$ export NVIM_PYTHON_LOG_LEVEL=DEBUG |
This file contains hidden or 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
CUDA_ROOT_DIR="/usr/local/cuda" | |
export CUDA_ROOT_DIR | |
PATH="$PATH:${CUDA_ROOT_DIR}/bin" | |
export PATH | |
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_ROOT_DIR}/lib64/" | |
export LD_LIBRARY_PATH |
This file contains hidden or 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
result = Amazon::Ecs.send_request({response_group: 'Images,ItemAttributes,Large', | |
operation: 'ItemSearch', | |
browse_node: '2293143051', | |
minimum_price: 0, | |
maximum_price: 0, | |
search_index: 'Books' | |
marketplace: 'jp'}) | |
# return items |
This file contains hidden or 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
[core] | |
hooksPath = ~/.config/git/hooks |
This file contains hidden or 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
00 03 03 * * /bin/systemctl stop nginx; /usr/bin/letsencrypt renew; /bin/systemctl start nginx |
This file contains hidden or 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
host ec2 | |
user ubuntu | |
hostname 1.2.3.4 | |
identityfile ~/.ssh/id_hoge |
This file contains hidden or 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
DEVICE=bond0.111 | |
BOOTPROTO=none | |
ONBOOT=yes | |
VLAN=yes | |
BRIDGE=br111 |
This file contains hidden or 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
DEVICE=bond0 | |
BOOTPROTO=none | |
TYPE=Bond | |
ONBOOT=yes | |
BONDING_OPTS="mode=4 miimon=100 lacp_rate=1 xmit_hash_policy=layer2+3" |
This file contains hidden or 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
* hard core unlimited | |
* soft core unlimited |