I’m currently working as Senior Engineer – Product Expertise at Sopra Steria Norway.
I have a bachelor’s degree in computer engineering.
Featured Posts
WordPress statistics dashboard in Grafana
There are many companies that manage an incredible numbers of wordpress installations…
Grafana dashboard for BMW (and MINI)
There are many companies that offer cars to their employees on a…
Ansible playbook to backup Cisco R/S
A very simple and easy Ansible playbook to backup (running-config), on any…
Cisco CML2, Breakout UI and access it via SecureCRT
My below video, showing you how you can install and configure Breakout UI and run it under background in Windows as System. And then access CML Lab’s via SecureCRT. Or watch it on YouTube
WordPress statistics dashboard in Grafana
There are many companies that manage an incredible numbers of wordpress installations for customers. So from now, you can offer their customers a nice WordPress statistics Grafana dashboard without sharing access details to WordPress admin panel. Up to you if you want share WordPress statistics Grafana dashboard to you costumers for free or pay! The…
CISCO DNA Center with Grafana Dashboard
A common question from develepore and network engineers is having a Network Operations Center Dashboard for Cisco DNA Center in Grafana. With an overview of network, sites, client health and devices without having to login Cisco DNA Center every time to retrieve data. If you search for it, you will find almost nothing which can…
Grafana dashboard for BMW (and MINI)
There are many companies that offer cars to their employees on a daily work. So maybe it’s a good idea to have vehicle data on the Grafana Labs dashboard. This way you can query and control the status vehicle. Exemple. the vehicle’s is locked, secured, brake fluid, oil and checks if the vehicle’s status is…
Grafana Cloud & MySQL
If you don’t know what is Grafana klikk here. My video showing you how you can easily create your own dashboard by getting data via MySQL, without installing Grafana. Also showing you how you can edit, change visualization and some cool settings. Create a free trail Grafana Cloud Input MySQL login information into Grafana Data…
Ansible playbook to change Hostname
What do you do when you suddenly get a task to change 100 switches and 20 router’s hostname before taking the weekend or vacation? Do not panic, the solution is Ansible playbook and is very fast. 1. Create an empty YAML file and name it hostname-changer with below codes: — – name: Change hostname hosts:…
Meraki API & Postman
I have created a short video, and showing you how easily you can use Meraki API with Postman by using API keys. Get Postman Download Meraki Dashboard API Generate new API access – API keys via Meraki Dashboard X-Cisco-Meraki-API-Key = API keys baseUrl = https://api.meraki.com/api/v0 Watch Video
Ansible playbook to backup Cisco R/S
A very simple and easy Ansible playbook to backup (running-config), on any Cisco Router/Switch devices, and save it with hostname and IP-Address as .cfg Create an empty YAML file and name it backup.yaml with below codes: — – name: Backup Cisco Switches or Router hosts: Cisco connection: local tasks: – name: Collect all facts from…
Høyre klikk og søk på Finn.no
Er du en av de som elsker å benytte Finn.no. Da har du nå mulighet til å laste ned denne utvidelsen på Chrome web store, som jeg har laget og gir deg raskere søking på finn.no Utvidelsen gir deg en rask måte å søke på Torget, Bil, Båt, MC, Firma, Jobb, Bolig Salg/Leie, Næringseiendom til…
Automatically generate Cisco DNA Center token
Sometime you need a script or a program that can automatic generate a new DNA Center token to let you run your network automation API or query DNA Center. I wrote a solution for that as Bash Script, simple and easy to understand my coding. All agree that Bash doesn’t have as many luxuries as…
Email Tracking for Gmail
Many of us wanna to know or get notification when sent email has been read or how many times has been opened. The solution is mailtrack. It’s really easy to get Mailtrack up and running. You just need to do as follows: 1) Open Chrome, go here in the Chrome web store then click Add…
Start Cisco from A-Z
I am always searched to find the best place to learn Cisco networking in very simple and easy way. Realy, I tested many online learning website free and paid. Finally I found that the NetwokrLessons.com was the best of all i used. Even, Rene Molenaar is my favorite person when become Cisco learning, but the…
Cisco DevNet Associate
To starting network automation, DevNet certificate ((200-901 DEVASC) is the right way to go. I started reading and lab by following online certification training courses from cbtnuggets.com. Total there is 340/26 hours videos (short and long). I paid only $59.00 for one month and did all courses and videos. May be next will be you?…
Linux Professional Institute (LPI)
Linux Professional Institute (LPI) is the global certification standard and career support organization for open source professionals. With more than 175,000 certification holders, it’s the world’s first and largest vendor-neutral Linux and open source certification body. LPI has certified professionals in over 180 countries, delivers exams in multiple languages, and has hundreds of training partners.…
Should I choose Snagit?
Many of us at work or at home (private using), need a good and friendly screenshots program. And other users using standard windows screenshot. But for me, always it was correct and easy to use Snagit for making short tutorial or screenshots (image or video). Sometime it’s very important to adding text or details on…
Ansible human_log.py
This Ansible callback plugin for human-readable result logging for Ansible 2.0-2.4. It [used to support 1.9.x](https://github.com/n0ts/ansible-human_log/issues/15), but this is not the case any more. Also it is of limited use for 2.2 onwards, as explained in the Alternative section below.## UsageTo use, set the callback plugins directory in ansible.cfg: – Download from: https://github.com/n0ts/ansible-human_log[defaults] callback_plugins =…