This Post Has Been Viewed 275 Times Since Wed Apr 23, 2008 1:03 pm Posted By unpack with 1 replies
POST# 1238
Posted On: Wed Apr 23, 2008 1:03 pm
unpack
Topic: How To Open .tar.gz Files
i just downloaded a php script which is open source the file extension is .tar.gz and i have never heard of this before how do i install it in my dedicated server?
Wed Apr 23, 2008 1:04 pm
1
Web Hosting Support
Reply #1920
yes, login to your webserver using the ssh once you are in your server send this command
tar xvfz filename.tar.gz
*filename.tar.gz is whatever the name of your script is