How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
Mount Windows Share on Ubuntu
$ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…
Mount AWS S3 bucket to Ubuntu file system
I cannot find any Ubuntu PPA that has latest S3FS, so we will need to…
