Skip to content

Instantly share code, notes, and snippets.

@grvsooryen
grvsooryen / .eslintrc
Last active July 27, 2020 11:34
AirBNB Style eslint for React app
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": "off"
}
@grvsooryen
grvsooryen / standard.html
Last active June 6, 2019 07:44
Standard Webpage Structure
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sample Page - Brand Name</title>
<meta charset="utf-8">
<meta name="description" content="Some description for the sample page would be lovely.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<link rel="canonical" href="http://example.com/" />
@grvsooryen
grvsooryen / gist:32c9a753805fbed89543aef5da351502
Created November 28, 2017 09:21
enable login with password in UEC ubuntu image
# Epitome
I want to have os image that can login with password.
download UEC image.
for example, this precise.
http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
this image was forbidden to password login feature in terminal console.
it's reasonable for use of cloud image.