21.01.2016 Telldus announced a closed beta for their Local API on the ZNet Lite. 24.05.2016 they opened the Local API to public beta. Local API let’s you connect and fetch data directly from the Tellstick ZNet without going through Telldus Live, which can be a huge advantage as it’s faster and more stable.
Tellstick ZNet Lite v2
I just got my Tellstick ZNet Lite v2 that I bought from Netonnet for 1290 NOK. I also have the first Znet Lite, so this isn’t the biggest upgrade for me. I only bought it because it can send and receive 433 MHz, so now I can replace my old Tellstick Net and Znet Lite with just this one box.
jQuery Plugin Boilerplate
Just to make it easier for me to find, I’m posting a Jquery boilerplate from Stefan Gabos.
Weird likes on your Facebook-page when advertising?
I have had a lot of problems with the Facebook advertising earlier. When advertising a 100% Norwegian page, to the local community, I got a lot of foreigners that has no relation to the page or product at all. Why? I found a video that has an explanation today: It have been running a lot of advertising the last months …
Facebook messenger for Windows desktop
Alternative #1: Use the webpage https://www.messenger.com/. Alternative #2: Download the unofficial Messenger for desktop app, https://messengerfordesktop.com/. This is actually the webpage in a shell. This is based on a open source project. But the page tries to push some other apps on you now, so I’m running away from this app 🙁 My recommendation, Alternative #3: Use the Windows app by Facebook, https://www.microsoft.com/en-us/store/p/messenger/9wzdncrf0083.
Using Adldap2
I have been using Adldap v4.x at my work for a while now. After installing a test-server with PHP7, I found that the Adldap needed to be updated. I started with Adldap 5.x, but in the middle of the testing, it looked like the Adldap-project wasn’t maintained anymore. So I had to jump over to Adldap2, which wasn’t as straight …
Setting up CS:GO dedicated server with eBot – on Ubuntu 16.04
This little project took me about 25 hours, because of a lot of debugging and very little documentation for error messages regarding eBot. With this tutorial I will hopefully help someone else (and future me) to do this in 1-2 hours instead 🙂 My setup Ubuntu 16.04 running as a VM in ESXi 6 eBot v3.1 My local IP for the server …
VisionLAN 2016
Finally, VisionLAN 2016 is ready for launch! It’s been 8 years since last time 🙁 VisonLAN is a LAN-party / E-sport event, that I and some friends are hosting 14.-16. october. Location: Rissahallen, Rissa municipality, Norway Start: Friday, 14. october 2016 End: Sunday, 16. october 2016 Participants: Max 300 I’m just about to finish the development of the ticket-system, so …
Setting up external hotspot with Ubiquiti (ubnt) and debugging
My setup: Webserver: Ubuntu 16.04 with default Apache2, PHP7 and MySQL. The webserver also has a local issued certificate with HTTPS. UniFi Controller: 4.8.18 (Running on a Windows 10 client) Laptop with wireless, running Windows 10, for testing. This article will focus more on debugging than on the setup itself, as there are multiple of howto-guides everywhere on the Internet. My guest …
How to Secure Apache with Let’s Encrypt on CentOS 6
Install the Let’s Encrypt client $ git clone https://github.com/letsencrypt/letsencrypt $ cd letsencrypt I didn’t have git installed, so I just downloaded it from Github and added it under /opt/letsencrypt on the server. So to the Centos 6 «fix» You’ll need to run the client in Pyhon 2.7. $ yum install centos-release-SCL $ yum install python27 Your python version should …