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...
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...
Wildcard SSL certificates allow you to use one certificate for all sub domains (up to one level) of a host. Say I got a wildcard SSL...
netcat is a swiss army tool for network/security professionals. You can use it to listen on certain ports or connect to certain ports. For example, say,...
Jhanvi asked me to help with editing a text file recently. She had a file in the format ‘512’ ‘345’ ‘876’ and needed to convert it...