docker run -d --name mockbin_redis redis
docker run -d --link mockbin_redis:redis --name mockbin mashape/mockbin
docker run -d --name kong-database \
-p 9042:9042 \
log --all --no-merges --graph --date=relative --committer=$(git config --get user.email) --pretty=format:'%C(cyan) %ad %C(yellow)%h %Creset %s %Cgreen%d' --since="$(if [[ "Mon" == "$(date +%a)" ]]; then echo "last friday"; else echo "yesterday"; fi)" |
#!/bin/bash | |
# Rémi Even, 06/07/2016 | |
# This script provides a "fake" continuous integration. Rather than using (web)hooks, the target repo fetches the last commit id from origin. If it is different than the local one, it stops the service, updates the local files and restarts the service. | |
function stopService { | |
# Write the code to stop your service here | |
echo "Stopping service" | |
} |
http://ip_livebox_tv:8080/remoteControl/cmd?operation=10
http://ip_livebox_tv:8080/remoteControl/cmd?operation=01&key=code_touche&mode=numéro_mode
I live abroad and have only 1 sim card slot in my phone. It holds the SIM card of the country that I am in right now. But I also have another SIM card from my home country which receives my banking SMS codes. I can't afford to lose the "home" SIM card, so I decided to keep it in my house and forward the SMS messages to my main phone and computer via Telegram (just like Whatsapp, but so much better).
I also made a choice to use a 4G/LTE stick instead of 3G, because the 3G signal in my area is getting worse in worse due to operators upgrading their equipment.