Skip to content

Instantly share code, notes, and snippets.

View redhajuanda's full-sized avatar
:electron:
... is trying to quit vim

Redha Juanda redhajuanda

:electron:
... is trying to quit vim
View GitHub Profile
# docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker your-user
# docker ubuntu 20.04
sudo apt install docker.io
sudo systemctl enable --now docker
sudo usermod -aG docker SOMEUSERNAME
@redhajuanda
redhajuanda / README.txt
Created March 25, 2020 12:49
Ubuntu Click Icon to Minimize the window
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-overview'
@redhajuanda
redhajuanda / README.md
Created February 4, 2020 10:13
Execute golang service with node pm2

Run the service with pm2

pm2 start package.json

@redhajuanda
redhajuanda / git-bash-emoji.md
Created March 10, 2019 12:11
Adding emoji to git bash 🔥 and make your terminal sexy again

Add some sweet intro

Edit your ~/.bashrc file and add the following

cat << EOF

<insert your emoji art here>

EOF
@redhajuanda
redhajuanda / docker-help.md
Created March 9, 2019 12:28 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info