May 28, 2015 | Android & OS X, Privacy, Security, Solutions & Fixes, Unix & Terminal, Web Development |
If you wish to run local web services, such as CalDAV, CardDAV, WebDAV, websites, etc., you may want to connect over SSL. Here are instructions on how to generate self-signed SSL certificates, on Mac OS X that have the CA flag set to TRUE, and which will be accepted my Android devices (which are particularly fussy about how an SSL certificate is cooked up).
Mar 20, 2015 | Mac OS X, OS X Tweeks, Privacy, Security, Unix & Terminal |
Hide your Mac OS X username from the login screen. It’s a simply security measure I recommend for people with laptops especially. Here’s a couple of free and easy ways to do it.
Feb 6, 2015 | Mac OS X, Networking, Sharing, Unix & Terminal, Web Development |
OS X has a built in web server. For some users, especially web developers, it may come in rather handy. You can use it for locally hosting web sites (typically for development purposes), for running a local WebDAV server (which may, for instance, come in handy for local syncing of apps like OmniFocus). Here’s how to start and stop Apache on OS X.
Oct 20, 2014 | Applications, System Utilities, Unix & Terminal |
Those of us who like to dig below the graphical surface of OS X often end up in Terminal hacking away with Unix commands. Sometimes it’s necessary to change file/folder permissions, and to set a file to be executable, etc. It’s easy to do in Terminal, but there’s also a nice way to do it with via the GUI using this app…
Jun 27, 2014 | Mac OS X, Productivity, Unix & Terminal |
A lot of people find the ASCII based command-line text editors (like Vim) a pain to work with. Here’s a few suggestions on how to easily invoke TextEditor (or any other GUI based editor you prefer) from the command line in Terminal.
Oct 15, 2013 | Unix & Terminal |
A lot can be achieved in the OS X Terminal. It puts you are the command line of your computer! Here are five handy ways to use the cd (change directory) command.