Categories
News

Microsoft releases critical update for Remote Desktop

Microsoft has released a critical update that addresses a Remote Desktop flaw that affects all versions of Windows. On top of that, the company anticipates an exploit to be developed by hackers. From Microsoft:  “We urge you to promptly apply this security update. We also encourage you to consider how you might harden your environment […]

Categories
How-To Technical

Export-Mailbox

Information: The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents. However, the Export-Mailbox cmdlet does not export rules. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools […]

Categories
Technical

SharePoint 2010 Visual Upgrade Missing

I’ve run into a problem where I was unable to slect the visual upgrade option for a few SharePoint Sites and Lists.   After some Google searching and much trial and error I was able to enable the option for Visual Upgrade by going  to Site Action > Site Settings > Manage Site Features and activating the “SharePoint […]

Categories
How-To Technical

Recursive delete files in Linux

I needed to do this so that I could remove 10’s if not 100’s of 1000’s Thumbs.db files from my photos directory.  Windows seems to love to cache this info to speed up the thumbnail generation.  I disabled this in group policy, but needed to do the cleanup work. The command are simple: find -name […]

Categories
How-To Software

I Installed Webmin on Ubuntu Server

Webmin is a web interface for configuring your linux box. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more, and all can be done remotely.  I am new to this and will update more as time goes by.  For now this is rather nice But first you […]

Categories
Technical

.onion sites

.onion is a pseudo-top-level domain host suffix (similar in concept to such endings as .bitnet and .uucp used in earlier times) designating an anonymous hidden service reachable via the Tor network. Such addresses are not actual DNS names, and the .onion TLD is not in the Internet DNS root, but with the appropriate proxy software […]