Disable default index.html when creating new vhost in ISPConfig
Delete the html files: rm -f /usr/local/ispconfig/server/conf/index/standard_*
April 5, 2017 No Comments
March 30, 2017 No Comments
March 30, 2017 No Comments
March 30, 2017 No Comments
Enable confirmation when overwriting file with CP on (Debian) shell
vi /root/.bash_profile Add: alias cp=’cp -i’
March 26, 2017 No Comments
March 26, 2017 No Comments
Get RAM hardware info from SSH shell
dmidecode –type memory # dmidecode 2.11 SMBIOS 2.7 present. Handle 0x1000, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use:
March 26, 2017 No Comments
Optimize IO governors for webserver
echo deadline > /sys/block/sda/queue/scheduler To activate it after booting: echo “echo deadline > /sys/block/sda/queue/scheduler” >> /etc/rc.local
March 26, 2017 No Comments
Optimize IO governors for hardware RAID
You should try to change the IO scheduler to deadline or noop, and test for a couple of days. The default CFQ scheduler is performing
March 26, 2017 No Comments