Categories
Διαδίκτυο

Χαμός με τον διαγωνισμό της μπύρας Amstel

amstel διαγωνισμός

Χαμός γίνεται τις τελευταίες μέρες στο Internet, από την ώρα που ξεκίνησε ο διαγωνισμός Amstel! Ο διαγωνισμός προσφέρει 2100€ κάθε μέρα σε έναν τυχερό που θα συμπληρώσει τον κωδικό που θα βρει στο καπάκι της μπύρας.

Ο διαγωνισμός τρέχει και σε affiliate πρόγραμμα με αρκετά ελκυστικούς όρους με συνέπεια να είναι ένα από τα αγαπημένα προγράμματα των Ελλήνων affiliates αυτές τις μέρες! 

Categories
Διαδίκτυο παιχνιδια στρατηγικης

Grepolis 2.0

Grepolis 2.0

Ήρθε η ώρα για την αναβάθμιση του εξαιρετικά επιτυχημένου ΔΩΡΕΑΝ παιχνιδιού στρατηγικής Grepolis, στην έκδοση 2! Ο πρώτος ελληνικός server θα ξεκίνησε στις 6 Απριλίου! Μην χάσετε την ευκαιρία και δείτε πρώτοι την νέα έκδοση!

Συνοπτικά οι αλλαγές στα παιχνιδια στρατηγικης

Categories
Gadgets Διαδίκτυο

Vodafone + iPhone tethering iOS4

Έγραψα πριν λίγο καιρό για το επεισόδιο με το carrier update της Vodafone, που κλείδωνε το tethering. Συγκεκριμένα, πριν 2-3 μήνες  κυκλοφορήσε για την συσκευή, μια ενημέρωση λογισμικού (carrier update) μέσω του iTunes, η οποία “κλείδωνε” την λειτουργικότητα tethering για την συσκευή για τους χρήστες Vodafone. Aυτό γιατί η Vodafone Hellas αποφάσισε να αναγκάσει τους χρήστες να αγοράσουν κάρτα όποτε χρειαστούν την λειτουργικότητα και να πλήρώσουν επιπλέον (http://www.vodafone.gr/portal/client/cms/viewCmsPage.action?pageId=8639)
Η συγκεκριμένη ενημέρωση όμως, έδινε την δυνατότητα να την αγνοήσεις (Cancel) και το tethering συνέχιζε να λειτουργεί κανονικά. Αυτό έκανα κι εγώ μετά από επικοινωνία με την εταιρεία  και ακόμα και σήμερα το χρησιμοποιώ απρόσκοπτα.

Την Δευτέρα όμως κυκλοφόρησε από την Apple και νέα αναβάθμιση του λειτουργικού συστήματος του iPhone (iOS4), το οποίο προσφέρει πολλές νέες δυνατότητες στην συσκευή, την κάνει πιο γρήγορη, ενώ και όλες οι εφαρμογές πλέον θα είναι συμβατές με την έκδοση αυτή.

Categories
computer engineering Διαδίκτυο

Vodafone + iPhone tethering fail

Χτες τυχαία πέτυχα στο twitter κάποια μηνύματα χρηστών, που διαμαρτύρονταν για την κατάργηση του ελεύθερου iPhone tethering από την Vodafone (πρακτικά η χρήση του iPhone ως modem για να συνδεθείς στο internet από το laptop σου) . Πιο συγκεκριμένα αναφέρομαι στα μηνύματα των χρηστών Jimbo77 και dtsomp:
http://twitter.com/dtsomp/statuses/10580616828

iPhoneάδες της Voda: πιέστε μαζικά. Απειλήστε για διακοπή συμβολαίου. Αν μπορείς να κάνεις tether με ίδια SIM/άλλο κινητό, είναι ΚΟΡΟΪΔΙΑ.

http://twitter.com/Jimbo77/statuses/10580575518

Vodafone + iPhone Tethering #fail http://goo.gl/fb/rFSH

Το δοκίμασα αμέσως και είδα ότι στο δικό μου τηλέφωνο εξακολουθούσε να λειτουργεί. Η απάντηση ήρθε από τον dtsomp.

Categories
Διαδίκτυο

WordPress iPhone app

Μόλις εγκατέστησα την δωρεάν εφαρμογή wordpress για το iPhone. Εντάξει δεν μπορείς να κανείς τα πάντα που μπορείς να κανείς από το κανονικό interface του blog σου, αλλά μπορείς να κανείς ο,τι χρειάζεται για να δημοσιεύσεις ένα καινούριο μήνυμα. Όπως αυτό εδώ τώρα, που γράφτηκε από την εν λόγω εφαρμογή!

Η φωτό είναι από τον κήπο στο χωριό

Categories
computer engineering Διαδίκτυο ΜΜΕ

How to use MySQL query browser to work with a remote DB server where remote TCP connections to the MySQL server are not allowed

MySQL
Image via Wikipedia

In this tutorial I will explain how to use the very convenient MySQL query browser to connect and work to your remote MySQL server, where you do not allow remote TCP connections for security reasons (and you do very well!)

Many users use web gui tools like phpMyAdmin, but they have limitations and are some times frustrating to use.

I suppose you work in Windows. If you work in Linux, this tutorial will help you too and you can ommit the part of the Cygwin installation (see below).

To accomplish the goals of this tutorial we will use 2 great free tools:

  1. Cygwin
  2. MySQL gui tools

Get them now!

I also suppose that you have ssh access to your database server. If not (eg you are on a shared hosting environment), you can not proceed with this tutorial.

After the downloads get complete, install the tools. The installation is pretty straightforward and is out of the scope of this tutorial. One thing you have to be carefull about though, is to install the package openssh in Cygwin, as this will do the most tricky and clever part of the dirty job for us 🙂

Now run Cygwin simply by double clicking the shortcut that you may have created on your desktop or by using the cygwin.bat at the directory you installed Cygwin. A unix like command line appears. In there you must enter the  “magic” command:

ssh -N -f -L 4783:127.0.0.1:3306 username@servername

where username the ssh user account to connect to your server and servername the IP or URL of your server. This supposes that you ssh to your server at  the default port. If you connect at another port, you should user the parameter -p port as well.

But what does this command do? It creates an ssh tunel from your pc to your server and each call that arrives at your pc at the port 4783 (this is random you can choose whatever you like and is free on your pc), is forwarded to port 3306 (the MySQL service port) at your server! If you have configured your MySQL server to listen to another port, you should change the command accordingly!

Now, things are easy, open MySQL query browser and create a new connection. As servername use localhost (!) and as port the one that you defined above (4783). Insert the username and password of your remote db server though!

You will get a warning that you have not specified a default schema (if you havent). Just ignore it!

If you have done everything ok, you should be browsing your remote MySQL database as if it where on your localhost!

Cheers!