GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   uncompressing a zip file on the server (https://gfy.com/showthread.php?t=568716)

baddog 01-27-2006 01:14 AM

uncompressing a zip file on the server
 
can it be done? if so, how?

Thank you in advance

Thurbs 01-27-2006 01:18 AM

unzip -u 'filename.zip' -d /something/something/dir

baddog 01-27-2006 01:20 AM

Quote:

Originally Posted by Thurbs
unzip -u 'filename.zip' -d /something/something/dir


Would that be done via SSH?

ServerGenius 01-27-2006 01:20 AM

Quote:

Originally Posted by Thurbs
unzip -u 'filename.zip' -d /something/something/dir

what he said

baddog 01-27-2006 01:21 AM

Quote:

Originally Posted by DynaSpain
what he said


same question

Thurbs 01-27-2006 01:22 AM

yah thats a usable command from SSH ... everything command line works on SSH :)

SilverTab 01-27-2006 01:22 AM

yup you have to access your shell account (so SSH is probably the way to go)

baddog 01-27-2006 01:23 AM

Thank you very much.

ServerGenius 01-27-2006 01:27 AM

unzip might not be installed by default on some unix/linux systems
for freebsd look in the /usr/ports/compression folder for linux type:
whereis unzip if it doesn't return with the path look on google for unzip "your distro" for redhat/fedora/CentOS rpmfind.net for Debian apt-get etc, etc

Or just download the source tarbal, unpack it with

tar xfz zip-x-x.tar.gz
cd zip-x-x-
./configure && make && make install

Hope that helps

baddog 01-27-2006 01:29 AM

-he has Fedora 3

ServerGenius 01-27-2006 02:16 AM

fedora 3 uses rpm packages

first try to see if unzip is installed by typing in the shell:

whereis unzip

if it's not installed type:

wget ftp://194.199.20.114/linux/fedora/co....51-4.i386.rpm

after it's downloaded type:

rpm -Uvh unzip-5.51-4.i386.rpm

after it's installed you can use it.

:thumbsup

baddog 01-27-2006 02:21 AM

Quote:

Originally Posted by DynaSpain
fedora 3 uses rpm packages

first try to see if unzip is installed by typing in the shell:

whereis unzip

if it's not installed type:

wget ftp://194.199.20.114/linux/fedora/co....51-4.i386.rpm

after it's downloaded type:

rpm -Uvh unzip-5.51-4.i386.rpm

after it's installed you can use it.

:thumbsup


Thanks a lot. You know, I have people looking for a sys admin . . . would this be something you would be interested in . . . piece work most of the time probably (paid by the task as opposed to a long term contract), some want a full timer.

ServerGenius 01-27-2006 02:24 AM

Sure thanks man....Unix support is my game.....I have loads of clients and good
references send em over and I'm sure we can work something out :thumbsup


All times are GMT -7. The time now is 05:35 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123