This file contains 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
#!/usr/bin/env python | |
import BaseHTTPServer | |
import urllib | |
from microdotphat import write_string, clear, show | |
# This is a really simple HTTP server for displaying text to the | |
# Pimoroni Micro Dot pHAT. Once the server is running: | |
# |
This file contains 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
Section "Monitor" | |
Identifier "HDMI2" | |
Modeline "2560x1080_60.00" 181.250 2560 2608 2640 2720 1080 1083 1093 1111 +hsync -vsync | |
Option "PreferredMode" "2560x1080_60.00" | |
EndSection |
In fully booted guest OS:
sudo apt-get install zerofree
Reboot guest OS, hold [Esc] on boot, and from Grub menu select Advanced, then Recovery Mode, then Root Console, and run:
zerofree /dev/sda
I hereby claim:
- I am vinkmar on github.
- I am vinkmar (https://keybase.io/vinkmar) on keybase.
- I have a public key ASD9ej_Z7qPIqVaBEAjqUop0tYN-c1pinKvCFo5QVtAxpAo
To claim this, I am signing this object:
This file contains 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
# lsusb -v | |
Bus 003 Device 008: ID 16c0:05dc Van Ooijen Technische Informatica shared ID for use with libusb | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 1.01 | |
bDeviceClass 255 Vendor Specific Class | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 8 |
This file contains 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
.tabbrowser-tab[pinned][titlechanged]:not([visuallyselected="true"]) > .tab-stack > .tab-content { | |
background-color: yellow; | |
background-image: none !important; | |
} |