Results 1 to 6 of 6
-
24th Dec 2010, 10:59 AM #1OPMemberWebsite's:
host4offshore.comneed some ssh code
how to make .gz and .zip and .tar using ssh
and how to unzip thoseonel0ve Reviewed by onel0ve on . need some ssh code how to make .gz and .zip and .tar using ssh and how to unzip those Rating: 5|| Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
|| Shared , Reseller Hosting Sales Thread
|| Rapidleech Hosting Sales Thread
|| Current Promotion
-
24th Dec 2010, 11:03 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inHere you go:
To Zip a Directory and Subfolders Using Shell/ssh Access:
zip -r filename.zip foldername/
After that you can download the file with FTP or transfer it using ssh.
To Unzip
On redhat based systems, run through ssh :
# yum install unzip
then proceed as :
# unzip file.zip
Hope This Helps You
-
24th Dec 2010, 11:06 AM #3Retired NinJaWebsite's:
loledhard.comgunzip Something.tar.gz // extract from gz
tar xf Something.tar // extract from tar
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
24th Dec 2010, 11:17 AM #4OPMemberWebsite's:
host4offshore.comhumour
gunzip Something.tar.gz // extract from gz??? code please|| Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
|| Shared , Reseller Hosting Sales Thread
|| Rapidleech Hosting Sales Thread
|| Current Promotion
-
24th Dec 2010, 11:26 AM #5Respected MemberWebsite's:
DL4Everything.com Soft2050.inFor .tar.gz
To extract a file here whateverthename.tar.gz into the current directory:
Code:tar xzf whateverthename.tar.gz
Code:gzip -dc whateverthename.tar.gz | tar xf -
-
24th Dec 2010, 11:47 AM #6OPMemberWebsite's:
host4offshore.comboth of this not working dnt know why
but try this and its working
Code:tar -cvzf makefile.tar.gz folder/
|| Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
|| Shared , Reseller Hosting Sales Thread
|| Rapidleech Hosting Sales Thread
|| Current Promotion
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help With Letitbit Js To BB Code aka Embedding streaming code in forums
By JoomlaZ in forum Web Development AreaReplies: 1Last Post: 3rd Apr 2012, 09:50 AM -
need help with php code
By itmees in forum Web Development AreaReplies: 6Last Post: 22nd Mar 2012, 10:01 AM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
{LF} a code
By DeathNote in forum Web Application/Script SupportReplies: 2Last Post: 23rd Oct 2010, 04:18 AM -
[vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
By Ghost Dog 13 in forum Webmaster ResourcesReplies: 13Last Post: 26th Sep 2009, 06:19 PM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...