// SEARCH
// SRCNIX ON TWITTER
-
// RECENT POSTS
// RECENT COMMENTS
// ARCHIVES
Blogroll
There are several ways to capture your screen on OSX. Find below the key sequences to the most used screen capture commands. Entire display screen shot This takes an screenshot of your entire display. CMD+SHIFT+3
When taring files and directories the chances are you will want to compress the archive as well. Here’s how to do it quickly, in a single command: tar -czvf archive.tgz directory
Files on Linux can be found in quite a few different ways, two of the more common commands are find and locate. Personally I tend to use find more so over locate due to the higher search-ability and actions available …
Listing of files is a common procedure day in day out when on the command line and more often than not you will want to list the last X amount of files. Doing so is pretty simple: ls -ltr | …
When a DNS change has occurred on your network, unlike what seems to be believed, you do not need to reboot your Mac.
I recently read an article about the most commonly used PHP functions and while reading I was thinking about the most useful functions I tend to use day in, day out when debugging.
Is the following error familiar to you? Fatal error: Allowed memory size of XXX bytes exhausted It is to me and recently I’ve written an import script that reads the contents of 10 XML files. These files accumulate a total …
If you happen to run into the error ‘The “default” context does not exist’ when running a custom symfony task the chances are you’re using a method of an object which utilizes sfContext. It seems symfony does not create an …