what is environment variable EBSDIR? [closed] - unix

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

Related

Checking out google code by HTTP [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 trying to get some code off of google code and the message given is:
Non-members may check out a read-only working copy anonymously over
HTTP.
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only
How would I "copy anonymously over HTTP"? If it matters, I have a Mac.
-Eric
As noted in the comments, you'll find plenty of ways to install Subversion here. After that, just run the given command in the terminal:
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only

ghostscript cygwin [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 am using cygwin (unix) for windows and would like to install ghostscript so I can run a convert for ImageMagick to go from PDF to tif. However, in order to do this, I need ghostscript. I have looked at different websites to install it on cygywin but I do not understand. Here is the site I have tried to use here
Can anyone please explain to me how this is done? Thanks!
You should be able to install GhostScript (gs) through the Cygwin setup.exe program. See http://cygwin.com/install.html for more info.

How to install SQLite Database Browser from tar.gz [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
(this is an easy and silly question but I don't know how to do)
I don't know how to install a .tar.gz file.
I have download "SQLite Database Browser" here : http://sourceforge.net/projects/sqlitebrowser/
And it's a tar.gz file.
So I have found some stuff about it, I tried "./configue" "make" "makeinstall" but none of them work.
I'm sure there is an easy question because I don't find how install it but people seems to have intalled it.
Being Qt project they use "qmake" (that comes with Qt development package) instead of configure.

Installing wordpress on my own server at the root [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
I am a little confused. I have wordpress on my server # www.something.com/wordpress but what I really want to happen is when you visit www.something.com wordpress is at the root not a subfolder. Does this make sense. I have already installed wordpress do I have to reinstall it now delete this one and install it in the correct location.
If you dont have shell access, the best route is to delete, and reinstall at the root, if you are using fantastico, or some tool to install it, when they ask you for the folder just type / and that will solve your problem.

Launch ASP Development Server Manually? [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 14 years ago.
Improve this question
There has to be a way to do this, I was googling information but I can't seem to get it to work. The sites I checked out said to do something along the lines of
start /B %WINDIR%\Microsoft.NET\Framework\v2.0.50727\webdev.webserver.exe /path:"D:\MyFolder" /vpath:/HelloWorldWebSite
In a batch file. However, none of my framework folders (im developing in 3.5) have this webdev.webserver.exe file.
Any suggestions?
UPDATE: Thanks to Casper over on this post, I found where the file resides.
C:\Program Files\Common Files\microsoft shared\DevServer\9.0
got it here on my pc
used task manager to track it

Resources