Skip to content

Instantly share code, notes, and snippets.

View kalon33's full-sized avatar

Nicolas Derive kalon33

View GitHub Profile
@kalon33
kalon33 / Install MSOffice on Ubuntu.md
Created November 28, 2017 13:47 — forked from raelgc/Install MSOffice on Ubuntu.md
Install MSOffice on Ubuntu

Install Microsoft Office 2010 on Ubuntu

Requirements

We'll install MSOffice using the PlayOnLinux wizard. Additionally, MSOffice requires samba and winbind to properly work.

So, if not installed, install them:

sudo apt-get install playonlinux samba winbind
@kalon33
kalon33 / script_gazpar_mqtt.py
Created November 19, 2019 09:04
Script pour récupérer les infos de Gazpar sur le site GRDF puis les envoyer à un broker MQTT
import paho.mqtt.client as mqtt
import json
import ast
# Define Variables
MQTT_HOST = "localhost"
MQTT_PORT = 1883
MQTT_KEEPALIVE_INTERVAL = 3600
MQTT_TOPIC = "Gazpar_payload"
import pygazpar

Disabling GNOME Tracker and Other Info

GNOME's tracker is a CPU and privacy hog. There's a pretty good case as to why it's neither useful nor necessary here: http://lduros.net/posts/tracker-sucks-thanks-tracker/

After discovering it chowing 2 cores, I decided to go about disabling it.

Directories