Using pgAdmin to manage a Postgres Database on Cloudfoundy [closed] - postgresql

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I'd like to use pgAdmin to manage a Postgres Database on Cloudfoundy (to build an index on a given DB column). I'm pointing pgAdmin to api.cloudfoundry.com, but don't know what the rest of the settings should be, such as the port.

You can't use api.cloudfoundry.com and expect it to work. Instead, what you need to do is use a feature of CloudFoundry named "tunneling". What it will do is proxy communication between your pgAdmin tools running locally and the remote database running on Cf over http.
This is described here : http://docs.cloudfoundry.com/tools/vmc/caldecott.html
Note that if you're familiar with eclipse/STS, an even easier way to setup this is to use the CloudFoundry plugin, as described here: http://blog.cloudfoundry.com/2012/07/31/cloud-foundry-integration-for-eclipse-now-supports-tunneling-to-services/

Related

how can i download code from git hub using command line [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I know my question is obviously silly. I want to download and-engine for my game through Google Code. I found Link to download and-engine, but when i visited that link, I found this:
hg clone https://code.google.com/p/andengineexamples/
I am also unable to download read only files from git-Hub "Get-Read-Only".
How can I download source code using command line? Is there any software which i have to install on my Laptop to download it?
You can download following softwares to download projects like this
1 . The SVN
2. The Git

Difference between plug-in, add-on, snap-in, extension? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
While working with eclipse, Microsoft technologies etc. I have come across many different terms like plug-in, add-on, snap-in, extension, etc.
I want to know what is the exact meaning of each of them? When is one used?
I think they are almost same and basically enhance the existing functionalities of software, However snap in a different one and applies to MS products only
plugin:In computing, a plug-in is a set of software components that
adds specific capabilities to a larger software application.
addon: addition: a component that is added to something to improve it;
(Snap-ins) The Microsoft Management Console (MMC) is a component of
Windows 2000 and later Windows NT-based operating systems that
provides system administrators and advanced users with a flexible
interface through which they may configure and monitor the system
Extension is same a addon but used for Google Chrome Browser while is addon is for Firefox.
Hope that helps.

Rejecting start request for application appname because stop request is running for the application weblogic [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Rejecting start request for application appname because stop request is running for the application.
I have this exception when I starting an application. However, the application I've already deleted with force. Now I cannot start the new version app. and the old one is deleted.
For this problem, I would like to know how to cancel/delete the stop request for the application that I can start the new one.
I had to restart the admin server

Sqlite3 DB Path for download [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Is anybody know from which link i am able to download SQlite3 Database for Xcode. I want to use Database in my project in Xcode4.2. Please provide link to download it.
Its not like download the database. There are some options where you have to create sqlite3 database in your project through terminal or Mozilla firefox (Provide Add-ons for sqlite3 manager - Google it). After creating DB you have to add libsqlite3.0.dylib Framework in your project provided by apple developer documentation.
For further information follow This tutorial. Which would be great start to work on sqlite3.

My Facebook app shows error [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Actually I am a newbie and know very less though learning. This is the error message:
SSL connection error
Unable to make a secure connection to the server.
This may be a problem with the server, or it may be requiring a client
authentication certificate that you don't have. Error 107
(net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
Please check this link to see the error message:
https://apps.facebook.com/webmartbd/
It looks like your hosting provider doesn't support SSL. I would ask them about this.