Apache Restart for Load Avarage
# loadBalance.sh # @version 1.0 # @date 21 April 2011 # @author Mike Zriel # @purpose Check load Average and stop apache if over 4 else start apache # @url http://www.zriel.com # cUptime=`uptime |...
Linux ve Sistem Yönetimi Üzerine
# loadBalance.sh # @version 1.0 # @date 21 April 2011 # @author Mike Zriel # @purpose Check load Average and stop apache if over 4 else start apache # @url http://www.zriel.com # cUptime=`uptime |...
In ESXi 6.5, there are some changes concerning devices connected with USB. The legacy drivers, including xhci, ehci-hcd, usb-uhci, and usb-storage have been replaced with a single USB driver named vmkusb. The new driver...
# grep -H ” /usr/local/cpanel/version /var/cpanel/envtype # stat /var/cpanel/usensd # /scripts/setupnameserver –current # /scripts/restartsrv_named –status # /scripts/restartsrv_named –check # /scripts/restartsrv named # /scripts/setupnameserver –help setupnameserver [options] [nameserver type] Options: –help Brief help message –force...
Linux’da klasör boyutunu görebilmenin çok farklı yolları var. Komutlar ile de uygulamalar ile de bunu görebilirsiniz. Bu iş için ncdu isimli güzel bir konsol uygulaması var. Yükleyebilmek için öncelikle epel reposunu yüklemeniz gerekiyor. CentOS...
Litespeed kurduğunuzda bu hatayı alıyorsanız /scripts/disablefileprotect ile sorunu çözebilirsiniz.
I struck an odd problem recently with some code using closures. I use closures extensively for WordPress filter and action hooks when building custom plugins and themes for websites, and all usually works well...