-
Sponsored Links
-
Recent Posts
- OSError: [Errno 1] Operation not permitted: Extras/lib/python/six-1.4.1-py2.7.egg-info’
- How to reset lost QNAP iscsi CHAP password
- ImportError: cannot import name sanitizer when trying to run django
- KeyError: ‘en-us’ when doing a reverse() lookup in urls.py
- How to get rid of winmail.dat attachments when using Office365 and Outlook 2016
Categories
- CSS (1)
- django (4)
- DNS (1)
- DRBD (1)
- Exchange (1)
- FAX (1)
- FTP (1)
- git (2)
- Glusterfs (1)
- IIS (1)
- Kemp (1)
- Linux (36)
- lxc (3)
- Mac OS X (10)
- Malware (2)
- Microsoft (6)
- Multipoint Server 2012 (1)
- mysql (3)
- nagios (2)
- nginx (3)
- Office 365 (1)
- PHP (1)
- postgres (9)
- python (8)
- QNAP (1)
- raspberry pi (1)
- Samba (2)
- Security (1)
- SSL (8)
- Tomcat (1)
- Ubuntu (2)
- Uncategorized (4)
- vmware (1)
- Web Programming (2)
- windows (11)
Archives
- October 2017 (1)
- November 2016 (1)
- October 2016 (2)
- September 2016 (1)
- May 2016 (1)
- December 2015 (1)
- November 2015 (1)
- October 2015 (2)
- September 2015 (1)
- August 2015 (2)
- July 2015 (1)
- June 2015 (1)
- March 2015 (3)
- January 2015 (3)
- November 2014 (1)
- October 2014 (1)
- September 2014 (1)
- August 2014 (2)
- April 2014 (1)
- February 2014 (3)
- January 2014 (1)
- November 2013 (3)
- October 2013 (3)
- September 2013 (1)
- August 2013 (3)
- July 2013 (1)
- June 2013 (1)
- May 2013 (1)
- April 2013 (3)
- March 2013 (5)
- February 2013 (3)
- January 2013 (1)
- December 2012 (5)
- November 2012 (3)
- October 2012 (1)
- September 2012 (1)
- August 2012 (2)
- July 2012 (4)
- April 2012 (1)
- March 2012 (2)
- February 2012 (1)
- January 2012 (4)
- December 2011 (1)
Category Archives: Microsoft
How to configure iis 7 to listen on a single ip address or specific ip addresses
Windows Server 2008/IIS 7: 1. Open a command prompt and type “netsh”. 2. Type “http”. 3. Type “show iplisten” By default, iis listens on all ip addresses. If you don’t see anything, then iis is listening on all ip addresses … Continue reading
How to find missing indexes in SQL Server
This works in SQL Server 2005 or better. SELECT * FROM sys.dm_db_missing_index_details Too easy! See this link for more information.
Posted in Microsoft
Comments Off on How to find missing indexes in SQL Server
Windows Server 2012 Fax error 0xC0000005
I have been very frustrated for the past 3 months, ever since upgrading to Server 2012. Microsoft Fax has been unreliable. The fax service stops frequently with The Fax Service Provider ‘Microsoft Modem Device Provider’ encountered a problem and needed … Continue reading
How to set resolution on E02 thin client with Multipoint Server 2012
Microsoft Multipoint Server 2012 is amazing. However, a lot of things changed since Multipoint 2011 and the documentation has not kept up. Adding to that problem is the various ways of connecting to multipoint – RDP, Direct Connect Video, Zero … Continue reading
Posted in Microsoft, Multipoint Server 2012, windows
Comments Off on How to set resolution on E02 thin client with Multipoint Server 2012
IE Downloaded file “Save” and “Save as” buttons do not work for PDF
If you are using a web application that generates PDF files for you to download and view or print, you may eventually run into this problem. If the web application does not generate a new filename for each PDF, eventually … Continue reading
Posted in windows
Comments Off on IE Downloaded file “Save” and “Save as” buttons do not work for PDF