Aparently, this normally happens when you disable IPv6 in Local Area Connection. This is due to the behavior of IPv6 in Windows Server 2008, when you disable IPv6 in Local Area Connection on Windows 2008 server. The following error was generated when: “$error.Clear(); if ($RoleStartTransportService) { start-SetupService -ServiceName MSExchangeTransport }”, generated the following error: “Service ‘MSExchangeTransport’ […]
For those looking for essential resources when upgrading from MOSS 2007 to SharePoint Server 2010, I have found some of these very useful Index of SharePoint Server 2010 Windows PowerShell cmdlets http://technet.microsoft.com/en-us/library/ff678226(office.14).aspx
If you leave this value set to the default (i.e. Yes), then you’ll be greeted with the following message for each Excel Web Part on a TFS dashboard page: This workbook contains one or more queries that refresh external data. A malicious user can design a query to access confidential information and distribute it to […]
To remove all but the first of a number of duplicate files in a subfolder on Linux, use: yes 1|fdupes -rd <folder> Fdupes Examples 1) fdupes -r ./stuff > dupes.txt Then, deleting the duplicates was as easy as checking dupes.txt and deleting the offending directories. fdupes also can prompt you to delete the duplicates […]
Happy New Year 2012
Just wanted to say happy new year to everyone. I hope you had a blast and got home safe. I look forward to sharing more of my thoughts , tech updates, most importantly my experiences with all of you. – Jermal
I had this issue where I could not install anything new in my Ubuntu server. After some searching I come to lean that the packages cache seemed to be corrupted # symptom is something such as this root@media:~# apt-get update root@media:~# apt-get install htop Reading package lists… Done Segmentation faulty tree… 50% # and this […]