Extract file_name.zip.001 via Linux command line [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am trying to extract file_name.zip.001 on a Linux host which I connect to via PuTTY.
Could you please suggest me how to extract those files?

You're gonna use the unzip console command.
man unzip will show you how.
By the way - That's got nothing to do with PHP.

Related

how to stop banner from displaying immediately after linux log in [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm using a virtual machine from a Provider. As soon as i log in to that machine they display their policy as a banner. How could I remove that?
Edit the file /etc/motd using any text editor.

Network/url logging Linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
After some research on the internet I couldnt find an appropriate tool for my task. I am looking for a linux based networking tool like iptraf but with the ability to see which url was exactly requested (in and out).
Thank you in advance!
On linux you can use the tcpdump command to capture traffic, including all the data, to a file.

How do I access a remote Windows command line from a linux shell? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
It looks like a there are a few options out there, but what's the simplest way to do it?
It looks like you can install OpenSSH on Windows, but I'd like to use existing utilities if possible.
I saw that Windows server has the new Windows Remote Shell. Is there some way to access that from a linux terminal?
You can use PowerShell -> run-powershell-through-ssh

Changing port on ssh [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anybody know if I can setup ssh to communicate on more than one port, or change the default port to something else.
Is there a config file I can use to do this on Linux?
You can do this by editing the sshd_config file. You can take a look at this tutorial for more info:
http://iserialized.com/changing-default-ssh-port-on-ubuntu/
A well explained tutorial.

Access files using (S)FTP? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Could I access the file like this /usr/local/cpanel/img-sys/ by using FTP/sftp software?
its simply path from home in linux
sftp is protocol for file sharing
you can access it using winSCP

Resources