CSE 340 Recitation Principles of Programming Languages
Questions? Current Project Homework Lecture Other?
Virtual Box Tweaks Under System Processor Add any processors you can spare (but you want to leave 1 or 2 for running the host system)
Virtual Box Tweaks Under Display Screen Up the video memory to 128mb
Virtual Box Tweaks Under Display Screen If stuttering while running, try the
Linux/CLion Demo
Test Script and Prompt Download a zip with the test.sh and .bash_prompt files at https://drive.google.com/file/d/0B5OB6DhYrBRSYS0yRlRPZXcxMW8/view?usp=sharing
Prompt # Add this code to the end of your .bashrc file in your home directory to use the prompt file if [ -f ~/.bash_prompt ]; then source ~/.bash_prompt fi