All posts tagged with 'Tipps'

What makes me productive?

18-Jun-17

Yesterday evening I tweeted about my mouse’ battery being drained which caused a lot of tweets. In the end, Ralf asked, what makes you productive? just curious:what makes you productive 1/2? — Ralf D. Müller™ (@RalfDMueller) June 18, 2017 General workflow I know and use a lot of shortcuts, wether being it in an IDE, […]

Read the complete article »

ALT+Click all the things

05-Dec-14

Here’s a list of things you can ALT+Click (Option key ⌥ + left mouse button) in Mac OS X: ALT+Click on the WiFi icon in the menubar gives you detailed information about your selected WiFi network ALT+Click on the volume icon in the menubar lets you quickly select audio input and output device ALT+Click on […]

Read the complete article »

Git snippets

22-Dec-11

These are a view things that i had looked up to solve some problems and i plan to update this post regularly… To push a new branch to remote git push origin new_branchgit push origin new_branch To delete a remote branch git push origin :new_branchgit push origin :new_branch To push new tags git push –tags […]

Read the complete article »

Create reusable MySQL schema dumps

16-Sep-10

In case you need a MySQL schema transferred from one host to another and the schema names differ, you can ran into problems with a standard MySQL dump. Use the following statement to create a schema dump that contains all table and view definitions as well as all stored procedures without a reference to the […]

Read the complete article »

iTunes terminal tipps 2010

13-Sep-10

4 years ago i had a first iTunes terminal tipp, here is a round up (all terminal tipps require Mac OS X): Invert the iTunes Store links in the list The littler arrows can either point to the iTunes store or to the same artist or album in your library. Invert their behavior to let […]

Read the complete article »