Skip to content

Instantly share code, notes, and snippets.

View zkg's full-sized avatar

zkg

View GitHub Profile
@zkg
zkg / gist:72ed6d626a957ecffc004ac9225ed783
Created July 31, 2019 06:46
Onemix 3s Yoga Ubuntu setup notes
=== Fixing screen rotation
=== Create a file /etc/udev/hwdb.d/61-sensor-local.hwdb with:
sensor:modalias:acpi:BOSC0200*:dmi*
ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
=== Fixing screen tear
=== Install gnome-shell
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
@zkg
zkg / twitterToWordpress.py
Created April 21, 2018 15:56
Import your tweet history to your Wordpress website
from wordpress_xmlrpc import Client
from wordpress_xmlrpc.methods import media,posts
from wordpress_xmlrpc import WordPressPost
from wordpress_xmlrpc.compat import xmlrpc_client
from wordpress_xmlrpc.methods import taxonomies
from datetime import datetime
import json
import os.path
import re
import sys