Skip to content

Instantly share code, notes, and snippets.

@rchdlps
rchdlps / dev-setup.md
Last active October 5, 2023 18:29 — forked from AbhieSpeaks/dev-setup.md
Development environment setup: Installing WSL2, Hyper, ZSH, VSCode, OhMyZsh

Installing Windows Subsystem for Linux 2, Hyper, ZSH, Node.js and VSCode extensions

Preview

Requirements

Steps

@rchdlps
rchdlps / drop_table.txt
Created January 28, 2019 18:52
Drop Table in Docker DB
docker-compose -f local.yml run --rm django python manage.py dbshell
\l ver databases
\dt ver tabelas
DROP TABLE "nome_tabela";
Pode ser necessario excluir as migrations
@rchdlps
rchdlps / stopwords.txt
Created July 19, 2018 18:54 — forked from alopes/stopwords.txt
Portuguese stop words
de
a
o
que
e
do
da
em
um
para
@rchdlps
rchdlps / cloudSettings
Created June 10, 2018 22:18
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-10T22:18:48.508Z","extensionVersion":"v2.9.2"}
@rchdlps
rchdlps / disable.sh
Last active September 26, 2017 20:47
Disable touchscreen in Linux Fedora 26
https://www.blackmoreops.com/2016/10/26/disable-touchscreen-linux/
lsmod | grep touch
modinfo hid_multitouch | head
modprobe -r hid_multitouch
Permanent Mode
vi /etc/modprobe.d/hid_multitouch.conf
# Use following syntax
# blacklist driver-name
blacklist hid_multitouch