- perform system update
- if you do it later it will ask for all kind of permissions to override various config files
- change password for root
- default password is user
- Fix trackpad
- sudo apt-get install git
- cd Downloads
- git clone https://github.com/jbdatko/chrubuntu_trackpad.git
- chrubuntu_trackpad/fix_trackpad.sh
- logout and log back in
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
from io import BytesIO | |
import urllib3 | |
import tkinter as tk | |
from PIL import Image, ImageTk | |
root = tk.Tk() | |
url = "https://logo.clearbit.com/spotify.com" # Put companyname.com at the end | |
http = urllib3.PoolManager() |
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
body { | |
background: darkslategrey url('http://subtlepatterns.com/patterns/concrete_wall.png'); | |
color: Gainsboro; | |
text-align: center; | |
margin-top: 12em; | |
} | |
h1 { | |
font: Bold 8em monospace; | |
text-transform: uppercase; |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
* { | |
background: #eee; | |
text-align: center; | |
margin-top: 100px; | |
font-size: 1.75em; | |
text-transform: uppercase; |
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
/** | |
Green bitmap w/ cyan pixel border */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; | |
font: 20em ProggyCleanTT CE ; | |
text-align: center;;} |
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
/** | |
* Crimson | |
*/ | |
* { | |
margin: 0; | |
padding: 0;} | |
body { | |
background: #FF2F30;} | |
h4 { |
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
/** | |
* Crimson | |
*/ | |
* { | |
margin: 0; | |
padding: 0;} | |
body { | |
background: #FF2F30;} | |
h4 { |
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
/** | |
Green bitmap w/ cyan pixel border */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; |
There's a sense of emptiness i'm feeling writing this. This would technically be my first 'neither blog nor tweet kind of post. I don't know what exactly I expect. Probably a readability style palatino on a white page with red links. I love red links on a white background. I guess I'll just end off there.
Just as a test, I'll write some dummy text to test out all the formatting features of gist.io
What I expect
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
/** | |
Green bitmap w/ cyan pixel border */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; |
NewerOlder