sudo dpkg-reconfigure keyboard-configuration
This file contains hidden or 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
alias nrd='npm run dev' | |
function scoop() { powershell -ex unrestricted scoop.ps1 "$@" ;} && export -f scoop |
This file contains hidden or 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
doctype html | |
html(lang="pt-br") | |
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 Primeiro Teste | |
body | |
div.text-center | |
h1 CODEPEN Test |
This file contains hidden or 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
module.exports = { | |
config: { | |
// Material Box | |
materialBox: { | |
scheme: 'monokai', | |
}, | |
updateChannel: 'stable', | |
fontSize: 18, | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', |
This file contains hidden or 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
/* | |
Hoje iremos MUDAR a vida da pessoa que não te responde no whatsappp... | |
Que tal enviar mensagens pra ela até obter uma resposta?! | |
Sensacional não acha?! Mas, somos devs, correto?! Então vamos automatizar esse paranauê! | |
Para utilizar: | |
- Abra o web.whatsapp.com; | |
- Selecione a conversa que você quer; | |
- Abra o console e cole o código que está no gist; |
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#URL AMIGAVEL PASSANDO UM SLUG PARA A INDEX
RewriteRule ^([a-z0-9-]+)/?$ index.php?slug=$1 [NC]
</IfModule>
<img src="caminho/para/logo.php">
Incluir a versão do PHP no composer.json:
{
"require": {
"php": ">=7.1.2"
}
}
Instale o Composer no seu projeto:
curl -sS https://getcomposer.org/installer | php
ou
php -r "readfile('https://getcomposer.org/installer');" | php
This file contains hidden or 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
Este Modpack contém os seguintes mods por padrão: | |
Actually Additions by Ellpeck | |
Advanced Solar Pannels by Chocohead | |
Applied Energistics by AlgorithmX2 | |
AutoPackager by smbarbour | |
AutoRegLib by Vazkii | |
Bad Wither No Cookie! by droidicus | |
Baubles by Azanor | |
Bdlib by bdew |