# service cyrus-imapd stop
# su - cyrus
$ cd /usr/lib/cyrus-imapd
$ ./ctl_cyrusdb -r
$ exit
# service cyrus-imapd start
Saturday, February 1, 2014
Thursday, December 12, 2013
convert cert.pfx to cer , key
Extract crt and key
openssl pkcs12 -in domain.pfx -clcerts -nokeys -out domain.crt
openssl pkcs12 -in domain.pfx -nocerts -nodes -out domain.key
openssl pkcs12 -in domain.pfx -out domain-ca.crt -nodes -nokeys -cacerts
Created pfx file from crt and key
openssl pkcs12 -export -out nokey-domain.pfx -inkey domain.key -in domain.crt
openssl pkcs12 -in domain.pfx -clcerts -nokeys -out domain.crt
openssl pkcs12 -in domain.pfx -nocerts -nodes -out domain.key
openssl pkcs12 -in domain.pfx -out domain-ca.crt -nodes -nokeys -cacerts
Created pfx file from crt and key
openssl pkcs12 -export -out nokey-domain.pfx -inkey domain.key -in domain.crt
Friday, December 6, 2013
Disable bing.com
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing
change vule to 0
change vule to 0
Tuesday, November 26, 2013
Installation failed; reason - load on module failed, failed to load security policy - Checkpoint Firewall
Running in expert Mode
cpwd_admin stop -name FWM -path "$FWDIR/bin/fw" -command "fw kill fwm"
cpwd_admin start -name FWM -path "$FWDIR/bin/fwm" -command "fwm"
cpwd_admin stop -name CPD -path "$CPDIR/bin/cpd_admin" -command "cpd_admin stop"
cpwd_admin start -name CPD -path "$CPDIR/bin/cpd" -command "cpd"
check Process
cpwd_admin list
cpwd_admin stop -name FWM -path "$FWDIR/bin/fw" -command "fw kill fwm"
cpwd_admin start -name FWM -path "$FWDIR/bin/fwm" -command "fwm"
cpwd_admin stop -name CPD -path "$CPDIR/bin/cpd_admin" -command "cpd_admin stop"
cpwd_admin start -name CPD -path "$CPDIR/bin/cpd" -command "cpd"
check Process
cpwd_admin list
Monday, November 25, 2013
Sunday, November 17, 2013
Configuration issues. "Quick stats on hostname is not up-to-date" vCenter 5.5
vpxd.quickStats.HostStatsCheck
vpxd.quickStats.ConfigIssues
To add the quickStats parameters to the Advanced Settings of the vCenter Server:
vpxd.quickStats.HostStatsCheck
Value: False
vpxd.quickStats.ConfigIssues
Value: False
reboot vCenter
vpxd.quickStats.ConfigIssues
To add the quickStats parameters to the Advanced Settings of the vCenter Server:
vpxd.quickStats.HostStatsCheck
Value: False
vpxd.quickStats.ConfigIssues
Value: False
reboot vCenter
Monday, September 30, 2013
Crontab delete Archivelog
#!/bin/bash
for i in DB1 DB2 ;
do
. oraenv << EOI
$i
EOI
rman target / << EOI
sql "alter system switch logfile";
delete noprompt archivelog until time 'SYSDATE-7';
EOI
done;
for i in DB1 DB2 ;
do
. oraenv << EOI
$i
EOI
rman target / << EOI
sql "alter system switch logfile";
delete noprompt archivelog until time 'SYSDATE-7';
EOI
done;
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => &...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
-
``` sda: add missing path sda: failed to get udev uid: Invalid argument sda: failed to get sysfs uid: Invalid argument sda: failed to ge...