Rexvini – Datenbank der Weine öffnet sich für Winzer

Die Gründer der Weindatenbank Rexvini haben in den letzten Monaten fleißig an neuen Features gearbeitet. Es hat etwas länger gedauert, aber jetzt hat das Startup eine Funktion eingebaut, die der jungen Firma hoffentlich regelmäßige Umsätze bringt.

Nun können sich Winzer bzw. Weinproduzenten ein Profil anlegen um den Nutzern der Datenbank nähere Informationen zu liefern. Für Produzenten, die sich das sogenannte Principales Profil nicht leisten wollen, gibt es ein kostenloses Profil. Ich bin gespannt, ob und wie sich Winzer auf diese junge und frische Idee Wein zu vermarkten einlassen werden. Das Publikum von Rexvini ist vielleicht nicht das größte, aber doch sicherlich ein sehr interessiertes.

Mit der neuen Funktion ist auch gleichzeitig ein neues Design freigeschaltet worden, welches sehr gelungen ist. Ehrlich gesagt bin ich ein wenig neidig auf P.s gestalterischen Fähigkeiten.

Ich bin gespannt, wie Winzer diese neue Funktion annehmen werden.

HTC Desire – SMS Kurzmitteilungszentrale simyo auf Android 3.0

Seit gestern habe ich das Problem gehabt, dass ich keine SMS mehr versenden konnte. Egal was ich versuchte, immer erhielt ich die Meldung, dass das Senden der Nachricht fehlgeschlagen sei. Das ist mir heute erst aufgefallen und ich habe mich jetzt mal daran gemacht, dieses Problem zu beheben.

Mir war relativ schnell klar, dass es an den Einstellungen für Kurzmitteilungen liegen muss, denn das Telefonieren und Surfen mit meinem HTC Desire (mit Android 3.0…) hat noch einwandfrei funktioniert. Nach einigem Suchen habe ich herausgefunden, dass durch die Eingabe von *#*#4636#*#* ein Menü zur Einstellung aufgerufen werden kann.
(Siehe auch „How to update SMSC no on Android“).

Bei Simyo habe ich die passenden SMS Einstellungen (+491770610000) gefunden und bei SMSC: eingetragen.
Ein Klick auf Aktualisierung bestätigt den Eintrag. Voilá, SMS senden funktioniert nun wieder einwandfrei.

Für andere Netze scheint diese SMS-Kurzmitteilungszentralen – Übersicht hilfreich zu sein.

Firefox 4 – Ubuntu Installation via Commandline with apt-get

Firefox 4 is finally ready to download. As the download counter shows, I am not the only one that is interested.
I find it more convenient to install programs with apt-get. Here is how to do install the latest release of Firefox.

To install Firefox 4 via commandline, you should:
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get upgrade

Have fun!

Fixing Empathy jabber connection errors

On Ubuntu I use Empathy as a Jabber client. This week I had trouble connecting to our server. After searching for a while, I stumbled over a suggestion to solve the connection error problem of Empathy. Instead of killall telepathy-butterfly, I had to killall telepathy-gabble.

Subversion over Apache 2 on Debian and authz

I found two great tutorial about installing subversion with http access and using the authz mod.

In short do the following:
sudo apt-get install subversion libapache2-svn
sudo a2enmod dav_svn
sudo nano /etc/apache2/mods-enabled/dav_svn.conf
Enter this:

<Location /svn>
    DAV svn
    SVNPath /srv/svn

    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile /etc/apache2/dav_svn.passwd
    AuthzSVNAccessFile /etc/apache2/permission.authz

    Require valid-user
</Location>

Create a svn repository folder under /srv/svn

sudo mkdir /srv/svn
sudo svnadmin create /home/svn

Change the owner of the file
sudo chown -R www-data:subversion /srv/svn
sudo htpasswd -cm /etc/apache2/dav_svn.passwd SVN-USERNAME1
Enter a password

sudo htpasswd -m /etc/apache2/dav_svn.passwd SVN-USERNAME2
Enter a password

Now create and edit the file to hold the permissions and groups

sudo vim /etc/apache2/permission.authz

Enter groups

[groups]
red = USER1, USER2
blue = USER3

Enter the permissions

[/]
* = 

[red-repo]
@red = rw
@blue = r

 

[blue-repo]
@red = r
@blue = rw

Restart apache
sudo /etc/init.d/apache2 restart

These are the two mentioned tutorials, with small changes to work on current Debian and respecting the /srv directory mentioned at :
Subversion over Apache 2 on Ubuntu
Access Control for Subversion with Apache2 and Authz

Have fun!

Perform a Dropbox client upate on Linux command line

Via the Dropbox forums, I found this nice triad to make Dropbox use the latest Dropbox client:
dropbox stop
rm -r ~/.dropbox-dist
dropbox start -i

This stops the Dropbox service, removes the distribution folder and starts to download the most current stable version. Have fun! (I am not responsible for any damage, so please be sure to always make a backup before trying.)

Some must have android applications

Some of my favorite android applications are:

  • barcoo – Barcode Scanning
  • Barcode Scanner – Barcode Scanning
  • Calculator
  • Compass
  • Dropbox
  • Google Translator
  • KeePassDroid
  • Listen
  • Maps
  • My Tracks
  • NetCounter – though with the HTC desire, currently the WiFi traffic is not counted
  • Quick Settings – must have application to control everything – and I mean EVERYTHING
  • Railnavigator
  • Shazam – don’t know the song you are listening to? Record it and let Shazam find out…
  • Detexify
  • Programm Manager

All these work almost perfectly with my HTC Desire, I will check back and update this page from time to time with both, new information and new applications – I am sure there will be some :-) .

And also some widgets:

  • CalWidget„A replacement for the default calendar widget[...]“ – nothing more, nothing less.

Dropbox for Android – finally

For my English visitors: The Dropbox android application is finally avaible in the android market, you can also scan the QR code below with your android phone and a barcode scanning application.

Wie angekündigt hat Dropbox endlich eine Android Applikation herausgebracht um auf die online gespeicherten Daten zuzugreifen.
Es wird keine automatische Synchronisation der Daten unterstützt, allerdings kann man seine Dateien ansehen, durchsuchen und bestimmte Dateien ansehen. Dabei muss ein passender Viewer installiert sein. Wenn man ein Foto macht und Dropbox dabei geöffnet ist, kann man es hochladen.

Direkt installieren:

Dropbox QR code

Ab sofort im Market erhältlich, einfach nach dropbox suchen! Auf dem meinem HTC Desire läuft es wunderbar!

Übrigens habe ich  bereits vorher über Dropbox berichtet. Falls ihr noch nicht angemeldet seid, könnt ihr diesen Dropbox referral link verwenden, dann bekommen wir beide jeweils 250 MB mehr Speicher.

Ubuntu 10.04 LTS – missing volume control

I just upgraded to Ubuntu 10.04 LTS and everything ran quite smoothly. Only somehow I was missing the sound volume control in the panel.
Here is how to fix this:

Add the indicator-applet to one of your favorite panels!

This also makes the Rhythmbox icon appear.

Have fun with the new Ubuntu 10.04 LTS :-)

Eclipse – SVN Repository Exploring – Missing „Checkout as new Maven project“ Option/Plugin

I just (re)installed Eclipse 3.5.1 on my Ubuntu 9.10 machine. However, I was struggling with the m2eclipse plugin quite some time:
The option „Checkout as new Maven project“ was missing and this caused me some confusion.

The reason is: I simply did not enter the correct update site in eclipse:

So, there are two of them:

http://m2eclipse.sonatype.org/sites/m2e
http://m2eclipse.sonatype.org/sites/m2e-extras

As soon as I entered the second one, I „suddenly“ found all the necessary plugins and was able to install the plugin.

I promise to have a look into „The Maven Book“ next time…

Follow

Get every new post delivered to your Inbox.