![]() |
|||||
Site Panel Help | User Panel Help | Panel Demo's | Search | Help |
Categories· New Customer FAQs · FAQ Home |
XML-File<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <!-- XML-Output by phpMyFAQ 1.3.8 --> <phpmyfaq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:NamespaceSchemaLocation="http://www.phpmyfaq.de/xml/faqschema.xsd"> <article id="29"> <language>en</language> <category>SSH and Telnet</category> <keywords></keywords> <theme>How do I unpack .tar or .tar.gz files?</theme> <content xmlns="http://www.w3.org/TR/REC-html40">Many open source projects are distributed in compressed formats using gz compression. You can upload .gz files to your web folder and unpack them from an SSH login to your account. First, login to your account with an SSH program (like Putty). Second, go to the folder where you uploaded the tar.gz file. <b>Unpack a tar file like this:</b> tar xvpf filename.tar (Replace "filename" with the actual filename) <b>Unpack a tar.gz file like this:</b> tar xvpfz filename.tar.gz (Replace "filename" with the actual filename)</content> <author>EchoEcho Support</author> <date>12.07.2009, 21:11</date> </article> </phpmyfaq> |
Copyright © EchoEchoPlus Hosting |