Tec(h)tonic

Insights into building a solid I.T. foundation in the mid-size business world.

Category: How To

  • LDAP query to an Active Directory server

    Here’s a great way to test your *nix-based system’s ability to successfully query an Active Directory server from the command line: ldapsearch -LLL -H ldap://<ADserver>:389 -b ‘dc=<domainName>,dc=<topLevelDomain>’ -D ‘<ADdomain>\<userName>’ -w ‘<password>’ ‘(sAMAccountName=<shortName>)’

  • Run Internet Explorer on Mac OS X

    This is a great tip; can’t believe I never stumbled onto it before: basically, download and install the free VirtualBox virtual machine system and then download a prepackaged version of IE to run within it. No standalone OS install or anything. Brilliant! From OSXDaily.com: Internet Explorer for Mac the Easy Way: Run IE 7, IE8,…

  • Re-run initial Ubuntu setup routine

    Every once in a while, I find myself wishing I’d installed some package during the initial setup of an Ubuntu system. Fortunately, this simple command give you the chance to re-run that particular step and modify your choices: sudo tasksel