Monthly Archives: October 2014

Working with markdown on Mac OS X

As markdown became more and more present I started to use it as well. Of course I wanted to preview the markdown files comfortable as well as i wanted to edit them as easy as possible. Here i want to show the easy way to work with them. Continue reading

Posted in MacOSX | Tagged , , | Comments Off on Working with markdown on Mac OS X

Remove a range of lines from a huge file

When you have to deal with a huge file containing gigabytes of data and need to delete a range of lines from it, opening it with a text editor can be a fatal mistake. As an example, in this post I will demonstrate how to delete a whole database out of a huge SQL dump without messing around with a text editor. Continue reading

Posted in Linux Administration | Tagged , | Comments Off on Remove a range of lines from a huge file