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 have a file that was uploaded to my host that has password, how can in unzip file on the server ?
I know password !!
You can use the SharpZipLib for zipping and unzipping files.
Related
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 am getting an error "Unable to determine installation location. Please set the environment variable 'EBSDIR' to the installation directory."
can anyone tell me what is environment variable EBSDIR and what does it used for? which installation path it is asking for?
thanks
It is the installation directory for the McAfee E-Business Server. The default location would be /usr/local/ebs.
Try:
locate McAfeeEBSGUI.jar
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 new to CQ.
I wanted to install CQ in my home PC.
Is a developer version of CQ is available ? Something like JSK in fatwire?
Where it can be downloaded.
From my understanding you will need to attend Developer training OR work for a company currently utilizing CQ5 in order to have a license for a local instance.
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
I want to mount a device to a designated dir, how can I know what file systems already exist in my machine? I am using a NFS system, Thank you
Use df command with -a argument:
df -a
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
I want to copy the passwd program to my own directory but am not able to find it. Can anyone please tell where exactly is the passwd program file located in unix?
Thanks.
Finding out is easy enough on any *nix machine, by using which:
[user#server ~]$ which passwd
/usr/bin/passwd
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
I hosted some mp4 videos on IIS. Although IIS 7.0 lists the video files, it doesn't allow download of them and a 404 Not Found is returned.
Check the MIME Types, you will probably have to add it (MP4) to "allow download".