Skip to content

Instantly share code, notes, and snippets.

View andreshincapier's full-sized avatar
♻️

Andres Hincapie andreshincapier

♻️
View GitHub Profile
@andreshincapier
andreshincapier / docker-raspberry.md
Created January 14, 2022 01:50 — forked from pablokbs/docker-raspberry.md
Docker en raspberry
colorscheme molokai
set t_Co=256
set background=dark
set number
syntax on
if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
@andreshincapier
andreshincapier / Instalaciones-React.md
Last active June 26, 2021 01:44 — forked from Klerith/Instalaciones-React.md
Instalaciones recomendadas para mi curso de React de cero a experto
@andreshincapier
andreshincapier / Install_goland.md
Last active April 7, 2024 23:07
Install Goland On Ubuntu

Install Goland On Ubuntu 18.04

Download the package form GoLand
Extract here using

tar -xvzf goland-2021.1.3.tar.gz

Make a new floder in usr/local/bin from the package

sudo mkdir /usr/local/bin/goland

@andreshincapier
andreshincapier / Install_robo3t_Ubuntu.md
Created June 10, 2021 16:21 — forked from abdallahokasha/Install_robo3t_Ubuntu.md
Install Robo3t on Ubuntu18.04 and make a desktop icon for it

Install Robo3t On Ubuntu 18.04

Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Extract here using

tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz