wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zipor
curl -LO https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip| From 966471712184cfb3b067f2ae8dad9d8e2a896cae Mon Sep 17 00:00:00 2001 | |
| From: Bearice Ren <[email protected]> | |
| Date: Tue, 20 Sep 2016 11:52:08 +0800 | |
| Subject: [PATCH] add filter-aaaa option | |
| --- | |
| src/dnsmasq.h | 3 ++- | |
| src/option.c | 3 +++ | |
| src/rfc1035.c | 9 +++++++++ | |
| 3 files changed, 14 insertions(+), 1 deletion(-) |
Install OS X El Capitan is created| #!/bin/sh | |
| # checkbashisms irq_balance_habrahabr_POSIX.sh | |
| # from http://habrahabr.ru/post/108240/ | |
| ncpus=$(grep -ciw ^processor /proc/cpuinfo) | |
| [ $ncpus -gt 1 ] || exit 1 | |
| n=0 | |
| for irq in `awk '/eth/{gsub(":","",$0);print $1}' /proc/interrupts`; do | |
| f="/proc/irq/$irq/smp_affinity" |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |