Advertisement
obernardovieira

Useful comands (Linux and Windows)

Jul 29th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. //LINUX
  2. +++++copy file
  3. > cp -i [path source] [path destination]
  4. +++++find file in linux by terminal
  5. > cd /media (optional)
  6. > find . -name [filename.extension]
  7. +++++++++install a glut.h and others
  8. > sudo apt-get install freeglut3 freeglut3-dev
  9. +++++++++install OpenGL files
  10. > sudo apt-get install mesa-common-dev
  11. +++++++++open task manager
  12. > gnome-system-monitor
  13.  
  14. //WINDOWS
  15. +++++copy file
  16. > copy [path source] [path destination]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement