This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |