Weird likes on your Facebook-page when advertising?

Robert AndresenBlog Leave a Comment

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

Robert AndresenBlog, PC and apps Leave a Comment

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

Robert AndresenUncategorized 6 Comments

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

Robert AndresenPC and apps, Tutorials 40 Comments

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

Robert AndresenBlog Leave a Comment

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

Robert AndresenProgramming, Tutorials 2 Comments

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

Robert AndresenProgramming, Tutorials Leave a Comment

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 …