Activity Stream
48,167 MEMBERS
65596 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member
    Website's:
    host4offshore.com

    Default need some ssh code

    how to make .gz and .zip and .tar using ssh
    and how to unzip those
    onel0ve 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

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Here 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

  4.     
    #3
    Retired NinJa
    Website's:
    loledhard.com
    gunzip 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!

  5.     
    #4
    Member
    Website's:
    host4offshore.com
    humour
    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

  6.     
    #5
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    For .tar.gz

    To extract a file here whateverthename.tar.gz into the current directory:

    Code: 
    tar xzf whateverthename.tar.gz
    If that fails, use this

    Code: 
    gzip -dc whateverthename.tar.gz | tar xf -

  7.     
    #6
    Member
    Website's:
    host4offshore.com
    both 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 3rd Apr 2012, 09:50 AM
  2. need help with php code
    By itmees in forum Web Development Area
    Replies: 6
    Last Post: 22nd Mar 2012, 10:01 AM
  3. Replies: 1
    Last Post: 27th Aug 2011, 01:45 PM
  4. {LF} a code
    By DeathNote in forum Web Application/Script Support
    Replies: 2
    Last Post: 23rd Oct 2010, 04:18 AM
  5. [vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
    By Ghost Dog 13 in forum Webmaster Resources
    Replies: 13
    Last Post: 26th Sep 2009, 06:19 PM

Tags for this Thread

BE SOCIAL