Deleting multiple lines with nano

That’s not as easy as you might think with nano. Mainly because of the stage keystroke-philosophy of nano. Here is the way I cut out multiple lines, whole paragraphs or also huge text blocks with nano (Xubuntu 14.04, MacOS X 10.9.5). Open file in nano: $> nano -c textFileToEdit.txt -c shows line-numbers. Alternatively you can press […]

Change screenshot storage location under Mac OSX

Change screenshot storage location under Mac OSX you have to run the following command on a terminal: $> defaults write com.apple.screencapture location ~/Pictures/ $> killall SystemUIServer After running the commands above, your screenshots are stored in the Pictures folder of your users home folder. The article screenshot shortcuts for Mac OSX describes how to take screenshots via […]