itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: July 2013
http://itdnext.blogspot.com/2013_07_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Monday, July 29, 2013. How to Reset Your Forgotten Domain Admin Password on Server 2008 R2. Forgetting your password is always a pain, but luckily there’s an easy way to reset your Domain Administrator password. All you need is a copy of the Windows Server 2008 R2 installation disk and one simple command line trick. Follow through until you get to the option to open the Command Prompt, which you’ll want to select. Now y...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: The Performance Overview tab fails to display into vSphere Client and VCSA 5.1
http://itdnext.blogspot.com/2013/09/the-performance-overview-tab-fails-to.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Saturday, September 21, 2013. The Performance Overview tab fails to display into vSphere Client and VCSA 5.1. I cannot view the Performance Overview tab when connecting to vCenter Server Appliance using the vSphere Client 5.1 on MS Windows XP / 2003. Variations of the error message in the Performance Overview tab:. This program cannot display the webpage - more often seen. 1 Log in to console of VCSA as the root user.
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: June 2012
http://itdnext.blogspot.com/2012_06_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Saturday, June 16, 2012. Hosting Multiple FTP Sites with FTP User Isolation (IIS 6.0). How to chroot ftp users in IIS 6? How to jail ftp users in IIS6? IIS 60 introduce 3 new modes for ftp site:. A) Do not isolate users - This mode does not enable FTP user isolation and it work similarly to earlier versions of IIS. C) Isolate users using Active Directory - This mode authenticates user credentials against a corresponding...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: September 2012
http://itdnext.blogspot.com/2012_09_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Friday, September 28, 2012. How to force Sendmail to use smarthost without DNS. 1 make sure your smarthost is in /etc/hosts. 2 Create /etc/mail/service.switch file and put following two lines inside:. 3Replace this line in /etc/mail/submit.mc file. Define(`SMART HOST',`my smarthost from /etc/hosts')dnl. 4 Go to /etc/mail and type "m4 sendmail.mc /etc/sendmail.cf" to build new sendmail.cf. Monday, September 17, 2012.
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: October 2012
http://itdnext.blogspot.com/2012_10_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Monday, October 29, 2012. How to disable esmtp inspection feature (Cisco)? Reference: http:/ www.cisco.com/en/US/products/hw/vpndevc/ps2030/products configuration example09186a00806745b8.shtml. Sunday, October 21, 2012. How to use wlctl command in router? Wednesday, October 3, 2012. This tutorial is split up into the following topics:. Xinetd vs. standalone. Creating virtual users (PAM). This tutorial has actually being...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: How to configure an authoritative time server in Windows Server
http://itdnext.blogspot.com/2013/09/how-to-configure-authoritative-time.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Saturday, September 21, 2013. How to configure an authoritative time server in Windows Server. To configure an internal time server to synchronize with an external time source, follow these steps:. 1 HKEY LOCAL MACHINE SYSTEM CurrentControlSet Services W32Time Parameters Type = NTP. 2 HKEY LOCAL MACHINE SYSTEM CurrentControlSet Services W32Time Config AnnounceFlags = 5. 7 HKEY LOCAL MACHINE SYSTEM CurrentControlSet Serv...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: March 2013
http://itdnext.blogspot.com/2013_03_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Sunday, March 17, 2013. How to delete remote desktop history. Type Regedit and Hit Enter. In Registry Window, Navigate to HKEY CURRENT USER Software Microsoft Terminal Server Client Default. In the Right Window Select the entries from the data field and delete. Delete file Default.rdp in Documents folder. Thursday, March 7, 2013. WSUS Client Update Failed with Error Code 0xC8000643. Rmdir /S /Q SoftwareDistribution.
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: How do I disable IPv6?
http://itdnext.blogspot.com/2013/09/how-do-i-disable-ipv6.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Monday, September 30, 2013. How do I disable IPv6? Upstream employee Daniel Walsh recommends not disabling the ipv6 module, as that can cause issues with SELinux and other components, but adding the following to /etc/sysctl.conf:. Netipv6.conf.all.disable ipv6 = 1. Netipv6.conf.default.disable ipv6 = 1. To disable in the running system:. Echo 1 /proc/sys/net/ipv6/conf/all/disable ipv6. 1) Change the line. How to configu...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: September 2013
http://itdnext.blogspot.com/2013_09_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Monday, September 30, 2013. How do I disable IPv6? Upstream employee Daniel Walsh recommends not disabling the ipv6 module, as that can cause issues with SELinux and other components, but adding the following to /etc/sysctl.conf:. Netipv6.conf.all.disable ipv6 = 1. Netipv6.conf.default.disable ipv6 = 1. To disable in the running system:. Echo 1 /proc/sys/net/ipv6/conf/all/disable ipv6. 1) Change the line. Each physical ...
itdnext.blogspot.com
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache: December 2011
http://itdnext.blogspot.com/2011_12_01_archive.html
Linux Unix MySQL MSSQL Windows Virtuozzo MRTG SNMP SMTP ASP.NET PHP IIS Plesk Apache. Saturday, December 24, 2011. Change timezone in Redhat linux. Ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime. Sunday, December 11, 2011. Why does the Green Bar not appear for Google Chrome? When accessing a secure site with a Extended Validation (EV) SSL certificate, the green bar and the company name does not display to the right of the lock icon in the Google Chrome address bar. Click the Tools menu. Firefox do...