#Debian 8 DO Locale Issues Fix
##Problem
"Locale problems" in both the 32-bit & 64-bit versions of Debian 8 droplets
Create a new Debian 8 droplet and login as root
:
iOS 16 Lock Screen | |
incoming phone call -> Phone Call | |
Sleeping | |
tap on screen -> Awake | |
Awake | |
press on side button -> Sleeping | |
swipe down from top right corner -> Control Centre | |
Lock Screen | |
swipe left -> Camera | |
Unauthenticated Lock Screen |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
<!-- SCSS source file: src/styles.scss--> | |
<link rel="stylesheet" type="text/css" href="./dist/styles.css"> | |
</head> |
#Debian 8 DO Locale Issues Fix
##Problem
"Locale problems" in both the 32-bit & 64-bit versions of Debian 8 droplets
Create a new Debian 8 droplet and login as root
:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |
/* | |
Copyright (c) 2015 The Polymer Project Authors. All rights reserved. | |
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt | |
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | |
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt | |
Code distributed by Google as part of the polymer project is also | |
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt | |
*/ | |
'use strict'; |
Valid response:
$ curl -I developer.vimeo.com
HTTP/1.1 200 OK
Date: Wed, 21 Jan 2015 11:35:43 GMT
Server: Apache
Expires: Tue, 20 Jan 2015 23:35:43 GMT
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
// Core variables and mixins | |
@import "bootstrap/variables"; | |
@import "bootstrap/mixins"; | |
// Reset and dependencies | |
@import "bootstrap/normalize"; | |
// Core CSS | |
@import "bootstrap/scaffolding"; | |
@import "bootstrap/grid"; |