Author: Aykut Çevik

  • IP Geolocator on Android

    I made the Chrome/Chromium Extension “IP Geolocator” also available for Android. You can find it on the PlayStore.

    This app shows your current IP address and geolocational information about it.

    It also notifies you, if you have a broken VPN or proxy connection, when the country-code and/or IP address changes unexpectedly. You can set an alert with a special ringtone and or vibration.

    You can also display your IP position in Google Maps or check for DNS leaks via browser (external service).

    Please note, that the information about your location are fetched out of a database and may not be the same as your real location. This app shows your location like the websites would match your IP to any location.


    Get it on Google Play

  • Owncloud fail2ban setup with just one line

    UPDATED: LATEST OC-VERSION 9.*

    Fail2ban and owncloud are great tools!

    To improve your security, you can ban bad guys, who want to hijack your owncloud accounts with random but common credentials, easily with fail2ban and the specific configuration for owncloud.

    To make this as easy as possible for you, I wrote a shell script, which will setup everything with just one line: (more…)

  • Schnelltest: WhatsApp Web offenbart “zuletzt online”-Status

    Sofern man selbst in WhatsApp unter den Datenschutz-Einstellungen den “Zuletzt online”-Status anderen gegenüber verbirgt, kann man diesen von anderen auch nicht einsehen.

    WhatsApp Web zeigt diese Information im DOM der Seite web.whatsapp.com allerdings an – manchmal jedoch zu schnell fürs Auge. Abhilfe schafft ein kleines Inject über die Dev-Konsole des Browsers, um in der Konsole den Status der anderen anzeigen zu lassen.
    (more…)

  • Chrome ‘IP Geolocator’ extension

    I have released a new Chrome extension:

    IP Geolocator shows your IP address and also geolocational informations about your IP address.
    
    A badge of your current country is shown on the icon, which will refresh every 3s. So you can easily see, if you have a broken VPN or proxy connection when the country-code changes unexpectedly.
    
    Also you can display your position in Google Maps.
    
    Please feel free to make some requests at github:
    https://github.com/AykutCevik/Geolocate-IP-Browser-Extension

    Find it on Chrome Web Store.

  • Installing AMQP through PECL

    It seems to be a problem to find an easy to use solution to install AMQP support for PHP through PECL. As I already mentioned, I used to build the client library on my own and it worked like a charm.

    If you are having troubles installing AMQP, use the following steps to get that thingy working:

    (more…)