Posts
Published 4 February 2014
in archive
with tags
nc
,
netcat
,
linux
Netcat, or nc
, is an excellent tool for linux. One thing it's great for is port scanning.
Continue reading …
Published 27 January 2014
in archive
with tags
git
If you've ever been particularly excited by a recent packet of work you've done, and tried to show your excitement by putting an exclamation mark into the commit message, then you may have been met with this particular error:
Continue reading …
Published 20 January 2014
in archive
with tags
git
Git is case-insensitive. So to change filename case in git, you have to jump through a (small) hoop.
Continue reading …
Published 20 January 2014
in archive
with tags
less
,
sublimetext
Sublime Text doesn't come with LESS highlighting by default, but it's quite easy to install.
Continue reading …
Published 17 January 2014
in archive
with tags
javascript
,
jquery
You can use jQuery to see if an element exists by checking if the length of the jQuery object is > zero.
Continue reading …