HOW TO : Combine landscape and portrait page layouts in Microsoft Word
Blogging this as a “memory” note for myself 🙂 I was putting together a report for work and needed one of the pages in the word...
Blogging this as a “memory” note for myself 🙂 I was putting together a report for work and needed one of the pages in the word...
Ran into an interesting scenario at work today. We had to check the impact of a DNS change on a certain hostname. Normally, you would edit...
I attended a session organized by aditi regarding Microsoft Azure and Windows 8, called “Go Cloud 8” today. One of the speakers in the event was...
For my records, syntax for running a simple for loop in command prompt [code]for %i in (SERVER1 SERVER2) do nslookup %i [/code] note : Looks like...
Screenshot of NBC’ hacked website (in particular the Saturday Night Live section). Link to Hacker News discussion http://news.ycombinator.com/item?id=4740312 I found it interesting that the site was not...
Following up on my earlier post about using keytool to import and export certificates into a keystore. Here is some more information on using openssl to...