How to disable NTP option in VmWare Vsphere ESX 4.1 5.0 5.1 5.5 to prevent DDoS
sed -i 's/nopeer/nopeer noquery/’ /etc/ntp.conf ; /etc/init.d/ntpd restart; /sbin/auto-backup.sh; cat /etc/ntp.conf Run this command in shell. Done.
sed -i 's/nopeer/nopeer noquery/’ /etc/ntp.conf ; /etc/init.d/ntpd restart; /sbin/auto-backup.sh; cat /etc/ntp.conf Run this command in shell. Done.
failregex = .*\[<HOST>\]:[0-9]+ .*(?:Unrouteable address|rejected) Or, if You want to replace CPanel CPHULK by fail2ban do that: /etc/fail2ban/jail.conf [cpanel-iptables] enabled = true filter = cpanel logpath = /usr/local/cpanel/logs/login_log action = iptables-multiport[name=cpanel, port=”21,80,443,2082,2083,2095,2096″, protocol=tcp] # sendmail-whois[name=cpanel, dest=root, sender=fail2ban@example.com] findtime = 86400 bantime = 600 maxretry = 5 /etc/fail2ban/filter.d/cpanel.conf # Fail2Ban configuration file # # Author: Widmo …
Continue reading ‘fail2ban, CentOS 5, cPanel, EXIM, regex’ »
If You see that’s errors: Jan 21 23:52:12 torx x-session-manager[8859]: Gdk-WARNING: x-session-manager: Fatal IO error 11 (Resource temporarily unavailable) on X server :14.0.#012 Xvnc[9771]: segfault at 7fffd9e71000 ip 000000000044d31e sp 00007fffd9e6ffc0 error 6 in Xtightvnc[400000+17d000] [20140121-23:51:06] [INFO ] starting xrdp-sessvc – xpid=8571 – wmpid=8570 [20140121-23:51:10] [INFO ] session 8569 – user root – terminated Just: …
Continue reading ‘Debian, Kali Linux – XRDP disconnects after program open’ »
Today I got this interesting error when deploying new VMs from a pre-defined template with customizations. Its basically failing on Setup is applying system settings part and to be precise on specialize pass of Microsoft-Windows-Shell-Setup of unattend.xml file. Here is the screenshot: At this point the only option is to press OK which will cause the VM to …
vmkfstools –fix check disk-s001.vmdk vmkfstools –fix repair disk-s001.vmdk grub> device (hd0) /dev/sda grub> device (hd1) /dev/sdb grub> root (hd0,0) grub> setup (hd0) grub> root (hd1,0) grub> setup (hd1) grub> quit sfdisk -d /dev/sda > partition.txt OR sfdisk -d /dev/sda | sfdisk /dev/sdb
Simple: conf t router bgp 1234 no bgp enforce-first-as message gone.
Just run from CLI… for hdd in `esxcli storage core device list | grep „/vmfs/devices/disks/” | cut -d”/” -f 5`; do esxcli storage core device smart get -d $hdd; done
Kierowca: 600 mm ( Indeks: VAL575788 (VFB60) VAL567947 ) Pasażer: 450 mm / 540 mm jest ok ( Indeks: VAL575783 (VFB45) VAL567944 ) Tył: 350 mm ( Indeks: VAL574197 )
2003-2005 Turn off the engine. Press and hold the SELECT/RESET button in the instrument panel and turn the ignition switch to run (one position before starting). Hold the button for at least 10 seconds, until the indicator resets. Turn the ignition off and then start the engine to verify the indicator has been reset. 2006-2010 …
/etc/sysctl.conf: net.ipv4.ip_forward = 1 sysctl -p /etc/sysctl.conf iptables -t nat -A PREROUTING -p tcp –dport 1234 -j REDIRECT –to-ports 22