mdadm --stop /dev/md3
mdadm --assemble --scan
watch -n 1 cat /proc/mdstat
iptables -L -n
fail2ban-client status
fail2ban-client set YOURJAILNAMEHERE unbanip IPADDRESSHERE
mkfifo /tmp/sharkfin
wireshark -k -i /tmp/sharkfin & ssh user@remote-host "dumpcap -P -w - -f 'not tcp port 22'" > /tmp/sharkfin
1.Install XenServer 6.0.2 on /dev/sda and do NOT configure any local storage
2./dev/sda should containt three partitions, please verify with the following command:
sgdisk -p /dev/sda
3.The first partition is used for XenServer installation, the second one is used for backups during XenServer upgrades. If third partition is not created? create it with following command:
sgdisk --new=3:16779264:3907029134 /dev/sda &&
sgdisk --typecode=3:fd00
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
reg add "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config" /v "AnnounceFlags" /t REG_DWORD /d 5 /f | |
reg add "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer" /v "Enabled" /t REG_DWORD /d 1 /f | |
net stop w32time && net start w32time |
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
Show hidden characters
{ | |
// Additional situations to trigger auto complete | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": ".@", | |
"selector": "source.coffee, source.litcoffee, source.coffee.md" | |
} | |
], | |
NewerOlder