What’s the best adsense app for android?

For some time I use Google Adsense on this blog. Ok, it’s definitely not the big win, but a penny saved is a penny earned. But how to stay up to date on your Google Adsense earnings?
As an Android user I have of course searched in Googles Appmarket and was again disabused that free apps in many cases aren’t inferior to paid apps  in any way. But let’s get down to business.
The app that I like to show you, to overview your income, is called Adsense Dashboard and can be downloaded for free from the Android Market. Also aboard is a great widget which can be seen on the left-hand screenshot.
The main view of the app consists of four pages/panels. One with a total overview, one with a visualization of your click-through rates and revenue, one with the receipts sorted […]

Bash script doesn’t work on Linux Mint

fromdos_tofrodosToday I wanted to run (once again) a bash script on Linux Mint. (I had downloaded it from Pastebin.com). But unfortunately nothing happened. Not even an error message. Whereas solution was quite simple. The script was apparently stored with line breaks in Windows format (r), so the bash interpreter couldn’t parse it correctly.
Quick and easy solution was promised by fromdos. To repair the script, you just have to call the following command:

fromdos myScriptFile.sh

Should you have fromdos not yet installed, you can catch up by simply typing the following into a shell window.

sudo apt-get install tofrodos

And now, have fun fix you files! ;)

How to edit Linux Mint start menu

Gnome Menu vs. Linux Mint MenüMeanwhile, I have used Linux Mint for a few weeks and I’m in between, of course, repeatly encountered one or another obstacle. One of them is for example the fact that some programs that are installed by the shell, are only visible to the the Gnome menu, but aren’t showing up in Linux Mint start menu. How to fix this, I want to show you today. (Who does not know the difference between Linux Mint start menu and the Gnome menu should simply click once on the little picture above-left of the article.)
The solution for the problem is a little program called “alacarte”, which you can install by Linux Mint’s software management. After installation, you can freely manage (delete, add and categorize) the entries in the Linux Mint start menu.

Lightbox Plugin for WordPress 3.3

Lightbox Plus BeispielToday I want to point you to a plugin for WordPress, that I use for a few days here on my blog. It’s called Lightbox Plus Colorbox and is mainly used to display photos. I had already installed some lightbox plugins in my blog but none of them met all my requirements …
(All of you, who have no idea what a “lightbox” is, should click on the small left-hand image. As you will see, the picture does not open in a new window, but places on the Web site and the background is dimmed/grayed out. That’s what the lightbox plugin is responsible for.)
With Lightbox Plus I have now found a lightbox plugin which fits like a hand in glove to my requirements. It’s free, compatible with WordPress 3.3, has a lot of options and most importantly it […]

How to stream music from your router to your android devices

Fitzbox NASThese days you will get faced with the term “cloud” everywhere. I am, for my part, not really a fan of cloud streaming because nearly every solution that I tried did not work without complications.
But in recent weeks, I got friend with a streaming solution within my appartment’s walls. And this solution is what I want to introduce to you today.
At first some information concerning the initial situation. I confess that I am a passionate fan of audio dramas. (I’m really addicted to “The three Investigators”. Some of my friends blaspheme, that I were too old for it, but take it from me, you’re never too old for The Three Investigator because it’s cult!)
However, normally I like to listen to another episode every evening. But to copy every evening another tape to my phone […]