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
raven% df | |
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on | |
/dev/disk1 974700800 716893256 257295544 74% 2759317 4292207962 0% / | |
devfs 366 366 0 100% 634 0 100% /dev | |
map -hosts 0 0 0 100% 0 0 100% /net | |
map auto_home 0 0 0 100% 0 0 100% /home | |
localhost:/hogehogefugafugapiyopi 974700800 974700800 0 100% 0 0 100% /Volumes/MobileBackups |
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
# virsh vol-list a | |
Name Path | |
------------------------------------------------------------------------------ | |
hoge.img /path/to/a/hoge.img |
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
# /etc/sysconfig/docker | |
OPTIONS='--selinux-enabled -g /path/to/directory' |
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 |
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
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
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
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
[core] | |
hooksPath = ~/.config/git/hooks |