Skip to content

Instantly share code, notes, and snippets.

View ambiflextrous's full-sized avatar

Nelson Xavier ambiflextrous

View GitHub Profile
@ambiflextrous
ambiflextrous / linux_installation_guide
Last active March 23, 2020 17:53
LINUX INSTALLATION GUIDE UBUNTU 18.04 LTS
x - Disable Automatic Updates from Command Line:
sudo nano /etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "1";
x- Disable Auto Rotation
https://askubuntu.com/questions/1035209/how-to-turn-off-screen-rotation-in-ubuntu-18-04-lts
x- Install Git
@ambiflextrous
ambiflextrous / LINUX RICE TOOS
Last active September 25, 2019 09:42
LINUX ESSENTIALS PACK
vim
ranger
suckless terminal
git
python
pip3
pywal
feh
rofi
reactjs
@ambiflextrous
ambiflextrous / Vim Build.md
Last active September 25, 2019 08:49
Installing Vim 8.1 from source with all the features

First install dependencies

 sudo apt-get install mercurial python python-dev python3 python3-dev ruby ruby-dev libx11-dev libxt-dev libgtk2.0-dev  libncurses5  ncurses-dev

Go to vim website download vim-8.1.tar.bz2

Uncompress tarball runing:

cd Downloads
@ambiflextrous
ambiflextrous / StyleCheatsheet.txt
Last active July 23, 2018 09:03
Ideias about writing and revising.
I.Character Principles
1. Use subjects to name characters in your story.
2. Invent absent characters.
II.Action Principles
1. Use verbs to name their actions.
2. Eliminate patterns of nominalizations.