First, a little refresher on how to grab a screenshot in Mac OS X. Press: Command + Shift + 3 to grab a screenshot of the whole screen. Press: Command + Shift + 4 to grab a screenshot of a portion of the screen by dragging a crosshair marker (that displays screen coordinates), and drawing…
Read On…
Posts Tagged ‘Terminal’
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 Terminal Window In Mac OS X
Two days ago, I showed you how to make a Windows 10 command prompt window transparent. Now I’ll show you how to make the Terminal window transparent in Mac OS X. 1. Open Terminal. 2. Click Preferences in the Terminal menu. 3. Click Profiles. 4. Click the + button on the bottom left to create…
Read On…