Hello. I am trying to transfer a website from one server to another. I have moved the files and database over but i need to find out what software is on the server. The site is a social network and the I know the original coders had used mencoder and ffmpeg for the movie uploads but I am not sure what else was used. How can I go in and check this. I have SSH access. Or better yet is there a way to mirror the server from one to another?
I assum the server is a linux machine.
So you may try this:
rpm -qa > pkglist.txt
cat pkglist | lessThis will list all installed packages to the file pkglist.txt.
cat pkglist | less
displays the pkglist.txt to the screen.The original poster should always write the last response !!!
Let us know, if the problem is solved !!!