How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
Install PHP 7.2 MCrypt extension
## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version…
How to install grunt on Ubuntu 14.04
Grunt is a Javascript task runner that can be used to compile Sass, run JSHint,…