How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
Add EBS to Ubuntu EC2 Instance
source: http://stackoverflow.com/questions/11535617/add-ebs-to-ubuntu-ec2-instance additional info: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html Since this is a new volume, you need to format…
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'