Tipscorner

Tipps und Tricks für verschiedene Dinge im Leben

Klarmobil Portierungsbonus

leave a comment »


»Bei Mitnahme der alten Rufnummer wird Neukunden ein Bonus in Höhe von 25,- Euro gewährt. Um den Bonus zu erhalten, muss innerhalb von 30 Tagen nach Freischaltung der SIM-Karte eine SMS an die 72961 mit dem Text klarmobil versendet werden. Für die Rufnummernmitnahme können Kosten beim bisherigen Anbieter entstehen. Eine Barauszahlung ist nicht möglich.«

Written by MrT

August 27, 2019 at 07:32

Veröffentlicht in ETC

Launch Chromium with API Keys on Mac OS X

leave a comment »


Here is my work-around:-
1)mv /Applications/Chromium.app/Contents/MacOS/Chromium /Applications/Chromium.app/Contents/MacOS/Chromium_bin

2)I have created a script and placed it inside /Applications/Chromium.app/Contents/MacOS/ with name Chromium, recheck in getinfo once:-

#!/bin/bash

# Set up environment variables
export GOOGLE_API_KEY=""
export GOOGLE_DEFAULT_CLIENT_ID=""
export GOOGLE_DEFAULT_CLIENT_SECRET=""

# Launch Chromium
/Applications/Chromium.app/Contents/MacOS/Chromium_bin
  1. Give it +x permission

It is working fine.

  1. I have made another script in icloud to restore above setting after every version update

Source: https://gist.github.com/cvan/44a6d60457b20133191bd7b104f9dcc4#gistcomment-2013573

 

Written by MrT

Januar 3, 2019 at 13:54

Veröffentlicht in Betriebssystem

Tagged with ,

Wenn MP3 stirbt..

leave a comment »


Das Fraunhofer-Institut für Integrierte Schaltungen (IIS) als Lizenzinhaber hat am 23.04.2017 die Lizenzvergabe für MP3 eingestellt. Das beliebte MP3-Format wird daher ab dem 01.07.2018 endgültig von diversen MP3-Abspielprogramme nicht mehr unterstützt.

Es gibt jedoch Alternative um MP3-Format kostenfrei in AAC-Format umzuwandeln.

free audio converter (free:ac) ist z.B. eine Möglichkeit. Das Programm ist außerdem kostenlos und open source.

Ich freue mich auf Eure weiteren Tipps und Bewertung zu den Programmen im Kommentarfeld.

 

Written by MrT

April 1, 2018 at 13:08

Veröffentlicht in Freeware, Uncategorized

Tagged with , ,

Kostenloses E-Book über Produktfotografie

leave a comment »


Es ist schon ungewöhnlich, dass man ein kostenloses E-Book ohne eine E-Mail-Registrierung bekommen kann. Falls ihr Interesse an Produktfotografie habt, könnt ihr gerne das kostenlose E-Book herunterladen:

https://goo.gl/ZMABQi

Ich habe selber das Buch noch nicht durchgelesen, falls ihr Euch damit schon beschäftigt habt,  freue ich mich über Eure Bewertung zum Buch im Kommentarfeld.

 

Written by MrT

März 31, 2018 at 08:05

Veröffentlicht in Fotografie, Uncategorized

Tagged with

Wenn Polizeinotruf-Nummer 110 anruft…

leave a comment »


Wenn Polizeinotruf-Nummer 110 anruft, solltet ihr vorsichtig sein. Es könnte Trickbetrüger am Werk sein.
Weitere Info bei n-tv: https://goo.gl/inYHqf

Written by MrT

März 30, 2018 at 08:57

Veröffentlicht in ETC

Tagged with

How to install Sentry on Google Cloud Platform with Nginx as proxy

leave a comment »


Running on Debian 3.16.0-4-amd64 on Google Cloud Platform

Install Docker

https://docs.docker.com/engine/installation/linux/debian/

Install docker-compose

https://docs.docker.com/compose/install/

Install Sentry

You reach your fresh installed Sentry under

http://localhost:9000

 

Sentry, SSL and Nginx

If you’re using SSL, you’ll also need to set the following in sentry.conf.py:

SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

Written by MrT

Juli 5, 2017 at 12:04

Veröffentlicht in Uncategorized

Marktplace Connector

leave a comment »


http://www.lengow.com/

https://www.tradebyte.com/

+ cheap

– unflexible

https://www.novomind.com/loesungen/marketplace/novomind-ipoem/

+ flexible, it’s possible to get a customized implementation

(-) expensive?

iPOEM is suitable for retailer with the total markplace revenue above 1 M EUR

 

 

 

 

Written by MrT

Februar 12, 2016 at 09:32

Veröffentlicht in eCommerce

Tagged with ,

Ansible and MacOS

leave a comment »


As of 2.0 ansible uses a few more file handles to manage its forks, OS X has a very low setting so if you want to use 15 or more forks you’ll need to raise the ulimit, like so

sudo launchctl limit maxfiles 1024 unlimited.

Or just any time you see a “Too many open files” error.

Source: http://docs.ansible.com/ansible/intro_installation.html

Written by MrT

Januar 30, 2016 at 16:38

Veröffentlicht in Uncategorized

wichtige Befehle für Docker (Spickzettel)

leave a comment »


Stop all docker containers:

$ docker stop $(docker ps -a -q)
remove all container
$ docker rm -v $(docker ps -a -q)

	

Written by MrT

Januar 29, 2016 at 18:29

Veröffentlicht in Uncategorized

Wikimatrix

leave a comment »

Written by MrT

März 30, 2013 at 08:23

Veröffentlicht in Blogroll, ETC