Skip to content
Tizards Briefcase

Category: Mac OS X

Recursively counting files in a directory

August 3, 2015 Stuart Leave a comment

find . -maxdepth 1 -type d -print0 | xargs -0 -I {} sh -c ‘echo $(find “{}” | wc -l)…

Continue Reading →

Posted in: Linux, Mac OS X

Setting up MySQL on Mac OS

June 26, 2013 Stuart 1 Comment

A few notes for next time… and this may help someone else you never know! Even after doing this multiple…

Continue Reading →

Posted in: Mac OS X, MySQL

configure sendmail on mac os x

February 22, 2013 Stuart 1 Comment

Unable to send email using PHP mail()? Learn how to configure sendmail on mac os x… Open up /etc/php.ini and…

Continue Reading →

Posted in: Linux, Mac OS X, PHP, Postfix Filed under: Postfix, sendmail

Mac OS X: Disabled Font Smoothing Threshold

July 11, 2011 Stuart Leave a comment

[code]defaults write .GlobalPreferences AppleAntiAliasingThreshold 200[/code]

Continue Reading →

Posted in: Mac OS X Filed under: anti-aliasing, font smoothing, Mac OS X

Mac OS X: Disable Font Smoothing / Aliasing

Stuart Leave a comment

[code]defaults write CoreGraphics CGFontDisableAntialiasing YES[/code]

Continue Reading →

Posted in: Mac OS X Filed under: anti-aliasing, font smoothing, Mac OS X

Categories

  • Apache (12)
    • Rewrite Rules (7)
  • C# (1)
  • CSS (7)
  • dev testing (2)
  • HTML (6)
  • iPhone (1)
  • Javascript (15)
    • jQuery (9)
  • Linux (50)
    • mailservers (1)
    • Postfix (3)
    • vi (6)
  • Mac OS X (5)
  • MySQL (9)
  • Perl (5)
  • PHP (23)
    • CodeIgniter (1)
    • Cubex (1)
    • fuelPHP (9)
    • PHP Storm (1)
  • Plesk (16)
  • Python (1)
  • Ruby (5)
    • Hostpay (4)
  • unassigned (1)
  • Domain Availability Checker
Copyright © 2022 Tizards Briefcase — Lyrical WordPress theme by GoDaddy