Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //LINUX
- +++++copy file
- > cp -i [path source] [path destination]
- +++++find file in linux by terminal
- > cd /media (optional)
- > find . -name [filename.extension]
- +++++++++install a glut.h and others
- > sudo apt-get install freeglut3 freeglut3-dev
- +++++++++install OpenGL files
- > sudo apt-get install mesa-common-dev
- +++++++++open task manager
- > gnome-system-monitor
- //WINDOWS
- +++++copy file
- > copy [path source] [path destination]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement