Archive for the ‘Technology’ Category

Show Hidden Files In Mac OS X Finder With This Command

By default, hidden files are, well, hidden in Finder on Mac OS X, and there is no method to enable viewing hidden files within the Preferences menu for Finder. But, there is a Terminal command you can use to enable viewing hidden files in Finder. In Terminal, type this command: defaults write com.apple.finder AppleShowAllFiles -boolean true After…
Read On…

How To: Transparent Command Prompt In Windows 10

Say you have limited screen real estate, and you would prefer not to toggle between a command prompt and (for example) a browser tab. Maybe you are referencing command line instructions on a website and you would simply like to stay in the command prompt window and have it overlay the website. This can be…
Read On…

Finally, Apple Brings Mute and Pin Tabs To Safari

My browser of choice is Google Chrome. I like the cross-platform uniformity since I work on both Windows and Mac. However, Chrome is not exactly known to be miserly when it comes to battery consumption. So, a while back I experimented with using Safari instead of Chrome on my MacBook Air, and it did seem…
Read On…

How To Create And Manage Password Settings Objects (PSO)

With Windows Server 2008, Microsoft introduced Fine-Grained Password policies which utilizes a new Active Directory object called Password Settings Object (PSO). These objects allow you to more easily create and assign password policies to subsets of users, albeit with a bit of an unpolished implementation method compared to the old method via group policy (GPO). If…
Read On…

Windows File Share Permissions – Allow: Read, Write, Delete – Deny: List

Let’s say you have an application that has a flat file repository for files attached to records. In other words, the application uses a simple Windows share for its file repository. And all users of this application need the ability to read, write, and delete files in this directory, but given the sensitive nature of…
Read On…