tmpfs on /var/tmp type tmpfs (rw,noatime,size=2G)
cd /var/tmpmkdir programmingcd programmingmkdir ProjectNamecd ProjectNamemkdir build_unix_releasecd build_unix_releasecmake -D CMAKE_BUILD_TYPE=Release ~/program/ProjectNamecd ..mkdir build_unix_debugcd build_unix_debugcmake -D CMAKE_BUILD_TYPE=Debug ~/program/ProjectNamecd ..