what i can i use insted of them for linux?
you can use 'clear' instaed of cls, I am not sure if there is an alternative to pause though.
you could code your own and put it in /usr/bin
For "Pause" you could just wait for a key to be pushed by listining to cin.
See the FAQ for more information and how to dit it correctly.