font-family: 'Open Sans', sans-serif;
line-height: 1.5;
font-weight: bold;
font-size: 2.5rem;
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
//atom-config |
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
set nocompatible | |
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
autocmd VimEnter * NERDTree | |
let g:NERDTreeMouseMode=3 | |
set mouse=a | |
filetype plugin indent on | |
set number | |
set ruler |
This is a guide to resolve the following issues with Linux on Dell Inspiron 11 3147:
- suspend/resume issues (cannot go to sleep, cannot wake up from sleep, reboots instead of resume)
- freezes (gpu freezes mostly when playing video)
I'm using Fedora, but the guide should work on every distro. Adapt as necessary.
Output of lspci:
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
{ | |
"CA_AB": "Alberta", | |
"CA_BC": "British Columbia", | |
"CA_MB": "Manitoba", | |
"CA_NB": "New Brunswick", | |
"CA_NL": "Newfoundland and Labrador", | |
"CA_NT": "Northwest Territories", | |
"CA_NS": "Nova Scotia", | |
"CA_NU": "Nunavut", | |
"CA_ON": "Ontario", |
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
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |