Find in file linux
egrep -w -R “word-1|word-2” directory-path
egrep -w -R “word-1|word-2” directory-path
http://idmoim.blogspot.com/2014/05/ldapadd-insufficient-access-50-openldap.html
If the error only occurs on a backup job performed by the AhsayOBM scheduler, please verify if the “Log on” account of the AhsayOBM scheduler service has sufficient permission to access the designated temporary directory: 1. Open [Control Panel] -> [Administrative Tools] -> [Services] -> [Online Backup Scheduler (Ahsay Online Backup Manager)] -> [Log on] […]
From KB For the vCenter Server: Log in to the vCenter Server with a domain administrator account. If vCenter Single Sign-On is installed separate from the vCenter Server, log into the vCenter Single Sign-On server. Open an elevated command prompt. For more information, see Opening a command or shell prompt (1003892). Navigate to the vmdird […]
protected function configure($options = array(), $messages = array()) { $this->addOption(‘max_size’); $this->addOption(‘mime_types’); $this->addOption(‘mime_type_guessers’, array( // array($this, ‘guessFromFileinfo’), array($this, ‘guessFromFileBinary’), array($this, ‘guessFromMimeContentType’), )); $this->addOption(‘mime_categories’, array( ‘web_images’ => array( ‘image/jpeg’, ‘image/jpg’, ‘image/pjpeg’, ‘image/png’, ‘image/x-png’, ‘image/gif’, )));
Саша, Коли наступного разу ти будеш налаштовувати bind slave, то не забудь, що треба ще поправити /etc/apparmor.d/usr.sbin.named і додати туди дозвіл на запис в директорію /etc/bind/slave
СодержаниеFine HTMLPrinted versiontxt(Word,КПК)Lib.ru html VMware vSphere, ESX Всякие полезности из командной строки. Если в базе VC переполняются таблицы Events и Tasks Еще бы им не переполняться – Tasks и Events по умолчанию хранятся вечно. Впрочем, можно включить зачистку этих таблиц по достижении заданного срока хранения. Administration > vCenter Server Settings > Database Retention Policy Можно […]
cd /tmp wget http://projects.arin.net/rwhois/ftp/rwhoisd-1.5.9.5.tar.gz apt-get install gcc make tar xvfz rwhoisd-1.5.9.5.tar.gz cd rwhoisd-1.5.9.5 ./configure make make install create a user groupadd rwhoisd useradd -c “RWhoisd User” -g rwhoisd -d /usr/local/rwhoisd/etc/rwhoisd -s /bin/false rwhoisd chown -R rwhoisd:rwhoisd /usr/local/rwhoisd/etc/rwhoisd init.d script #!/bin/sh ### BEGIN INIT INFO # Provides: rwhoisd # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs […]
To disable guest time sync on virtualbox 4.3 type: vboxmanage setextradata MyVM VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled 1
Officially Windows 2012 r2 is not supported in ESXi 4.1… but it’s not a big problem – create new VM in the vSphere Client as a Microsoft Windows Server 2008 R2 (64-bit). – download bios file and upload it into VM folder – download .vmx file and add following: bios440.filename = “bios.440.rom” mce.enable = TRUE […]