Category Archives: shell

Ejecting optical media

Sometimes the “Eject Button” to eject optical media like cd or dvd doesn’t work. This can happen due to a bad media inserted or else. How to get the damn thing out without opening the case? In the ol’ days … Continue reading

Posted in OS X, shell | Tagged , , , , , , | 1 Comment

Scripting for Mongo

Sometimes you want to automate certain tasks using scripts. MongoDB also supports this: http://docs.mongodb.org/manual/tutorial/write-scripts-for-the-mongo-shell/

Posted in MongoDB, shell | Tagged , , , , , | Leave a comment

Quickly searching bashs history

For me one of BASHs kill features is the possibility to quickly search the history of commands you entered: press CTRL + R and begin typing the command you’re looking for. Assume you want to (re-)install a maven project on … Continue reading

Posted in Apple, IT, Linux, OS X, shell, Unix | Tagged , , , , | Leave a comment

Using Homebrew to install software with OS X

Homebrew is an easy to use tool for installing software to OS X. It’s a bit like debians apt but relies on git and ruby. I use it to install application servers like wildfly, databases or tools like maven. ruby … Continue reading

Posted in Apple, Java, OS X, shell | Tagged , , , , , | 3 Comments