Facebook – Behind the scenes

December 28th, 2011 No comments

I always recommend colleagues to read and watch the thread on sysadminslive.com about the Facebook IT Mangement and Operations strategy.

Because the using good tools and ideas to observe there system.

Take a look at yourself: http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system

Windows Terminalserver Farm & 8dot3 names

March 14th, 2011 2 comments

Hey Folks!

currently i’m on the way to deploy a Windows Server 2008 R2 terminal server farm. One server is already up and running productive and the other is one step before going online. I work a lot of with GPO’s and user roaming profiles, to ensure to have excatly the same configuration on the new server for all users. Also i use control panel restrictions to display only neccessary .CPL’s to the user.

And one special control panel addin, what is shipped with the MS Office suite ML32CFG.CPL (responsilbe for configuring MS Outlook MAPI Profile), i discovered how important it is, to ensure that applications have to be installed in the same order as on the other terminal servers. Why, you may ask….because, of the 8dot3-names (8.3) and the windows internal file/path handling. In some cases the OS calls an an application it tries to use the 8dot3 path / name.

The control panel addin on the new server was registered successfully during the installation, and i could open it. But if i tried to open the CPL with my test user, what is already using the saved roaming profile, the addin would not open. Also the icon in the control panel window was different against to the other server.

So what happend? With Sysinternals Process Moinitor (PROCMON.EXE) I did a little bit research on both servers, and found out that the 8dot3 name of the MS Office path between both servers is different because i didn’t keep in mind the order, how i installed the applications on the new TS.

Server 1: (C:PROGRA~2\MICROS~1\Office12\MLCFG32.CPL)

Server 2: (C:PROGRA~2\MICROS~2\Office12\MLCFG32.CPL)

To solve the problem, i had no chance uninstall the application what occupies the 8dot3 name, uninstall office and reinstall office and the other application again. After reinstalling MS Office suite, the right 8dot3 name was assigned tho the new installation.

Categories: Microsoft, Windows Tags:

Soluto – Anti Frustration Software

June 14th, 2010 No comments

Soluto (www.soluto.com)

It’s an Awesome Tool, to Speed Up Your System Boot, Fix System Slowdowns

Sound’s very interesting and i’ll give them a try.

found via Lifehacker (http://tinyurl.com/26py4s2)…

Categories: Tools, Windows Tags:

Group Policy Search

May 2nd, 2010 No comments

Discovered via Daniel Melanchton’s Technet Blog

This is really a nice Tool to find existing Group Policies easily. The Group Policy Search

Thank’s Daniel for that helpful information.

Categories: Microsoft, Windows Tags: , ,

Automate Logins with Keepass and Firefox

March 10th, 2010 No comments

KeeFoxA long time ago, but now it’s here!

everyone knows it’s very annoing if you have to login to multiple websites during work days. It would be much easier to have a tool tool, what helps us to automate the login process to websites like Amazon, Facebook, Microsoft, Onlinebanking, etc.., where i am registered to. That would safe time and increases workflow and you don’t need to consider about passowrds anymore. Before this article i used a very simple tool to manage my passwords. I also heard and tested Keepass in the past, but it brought no advantage on my workflow.

Now I found this tool Read more…

Categories: Tools Tags: , ,

PDFmyURL Service

January 19th, 2010 No comments

I found a cool service on the Internet, which converts every URL into a PDF.

http://pdfmyurl.com/

Categories: Common Tags:

Erase your Web 2.0 identity (suicidemachine.org)

January 5th, 2010 1 comment

I found a cool link via lifehacker.com

Whoever want’s to erase his Web 2.o identity, properly and for ever, the suicidmachine will help you to erase your tracks on the web!

http://suicidemachine.org

Categories: Blogroll, Common Tags: ,

WordPress Autoupdate Funktion

December 24th, 2009 No comments

Heute habe ich mich mal an die Autoupdate fuktion von WordPress heran getraut. Ich war hell auf begeistert, dass es so reibungslos und unkompliziert funktioniert hat.

Das werde ich in Zukunft immer so machen.

Categories: Wordpress Tags:

vCard export from PST-Folder (The easy way)

November 18th, 2009 No comments

Today i searched for a way, again, how to export each of my contacts in an MS Outlook PST-Folder into a vCard (.vcf) format.

Because Outlook doesn’t offer any internal routines to export vCards and the WWW doesn’t offer any suitable freeware, too, i made up my mind and a simple vCard export method was born. This method requires no plugin’s additonal software or something else!

PST to vCard export steps:

1. Navigate to your contacts you want to export and select them.

2. Now Right-Click the selected contacts and choose: “Send as business card”

3. An new e-Mail opens with each the vCards (.vcf) in the attachment field.

4. Click on a free space within the attachment area and select all exported contacts with Ctrl+A

5. Drag & Drop the selected business cards to a folder on the filesystem

6. Vioala… the export is done!

Categories: Microsoft, Tips&Tricks Tags:

Process Uptime Utillity

February 17th, 2009 2 comments

I wrote a small tool, what receives the uptime of an running process. Simply choose a PID of a process and enter it into the tool. This is possible trough input box or over a commandline call.

Download: Process Uptime V0.0.0.2

screenshot_procupt

Categories: AutoIT, Tools, Windows Tags: , ,