Pixlr-o-matic – the Instagram for PC

I’m sure everybody knows or at least has heard about Instragram. The most famous app to give your photos some nice effects. However, anyone who has not a smartphone or tablet, or rather prefers to edit his pictures on the PC, should have a look at pixlr-o-matic. The only requirement is a browser with Flash support, but that should indeed be easier and cheaper to procure than a smartphone or tablet. ;)
So you can imagine how the whole thing works, I made you some screenshots. Let’s go!
vorlage (960x1280)
This image serves as sample picture. (If one wants to know where it’s been – it’s at my grandpa’s house.)
pixlromatic upload
By clicking “Upload” you go.
pixlromatic_filter
In the first step, you can choose between a […]

How to use Ubuntu software center on Linux Mint

Ubuntu Software Center StartbildschirmLinux Mint itself is well and good, but the included software management is admittedly not quite my thing. I personally think it’s quite sluggish (long loading times) and also eye candy looks different. Concerning the software center Ubuntu has done a far better job. And that’s why I want to show you today, how to get Ubuntu’s software center running up on Linux Mint.
In the first step the software center must be installed with the following shell command.

sudo apt-get install software-center

Then a python script must be created. Therefore you copy an existing script and edit it. See the following shell commands to get to know what exactly is going on.

sudo cp -r /usr/share/software-center/softwarecenter/distro/Ubuntu.py /usr/share/software-center/softwarecenter/distro/LinuxMint.py

In this script, you need to edit some lines. So replace

class Ubuntu(Debian)

with

class LinuxMint(Debian)

For this purpose, just open the file with the following command:

gksudo gedit /usr/share/software-center/softwarecenter/distro/LinuxMint.py

(Within […]

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 […]

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.