Activity for David

  • David David posted a comment on ticket #64

    PPA is no longer required: the current version is available in the main "sources". In terminal, do $ apt search bluefish and you'll see it listed. Install with sudo apt install bluefish. Easy. :)

  • David David posted a comment on discussion Technical questions

    Thanks PAscal - that did indeed help with the error message. But the (successful!) SSH tunnel (see thread linked in your original message above) means, it appears, that this error message is not triggered in any case. Good to know, though! Thanks.

  • David David posted a comment on discussion Technical questions

    Did it! Thanks - those links were a real help, but they eventually led me to the Postgresql help on SSH tunnels. Putting that all together, I came up with a command line (in shell on Ubuntu) that looks like this: $ ssh -L 63333:localhost:5432 serverid@example.com -p 22 where serverid is my login identity on the remote machine, -p prompts for password authentication, and 22 is the port I login to. Then, in SQLeo, my connection profile looks like this: jdbc:postgresql://localhost:63333/dbname with...

  • David David modified a comment on discussion Technical questions

    I am trying to use SQLeo to connect to a database which lives on a remote server. The "new connection" dialog for SQLeo allows me to enter credentials for the database, but no user/passwd for actually getting data from the remote server. In my case, the "db user" and the "server user" credentials are different. I notice a couple other threads in this forum which exhibit the same symptoms as I see: https://sourceforge.net/p/sqleo/discussion/general/thread/e8df1c4937/ and a much older one: https://sourceforge.net/p/sqleo/discussion/general/thread/e75dae49/...

  • David David modified a comment on discussion Technical questions

    I am trying to use SQLeo to connect to a database which lives on a remote server. The "new connection" dialog for SQLeo allows me to enter credentials for the database, but no user/passwd for actually getting data from the remote server. In my case, the "db user" and the "server user" credentials are different. I notice a couple other threads in this forum which exhibit the same symptoms as I see: https://sourceforge.net/p/sqleo/discussion/general/thread/e8df1c4937/ and a much older one: https://sourceforge.net/p/sqleo/discussion/general/thread/e75dae49/...

  • David David posted a comment on discussion Technical questions

    I am trying to use SQLeo to connect to a database which lives on a remote server. The "new connection" dialog for SQLeo allows me to enter credentials for the database, but no user/passwd for actually getting data from the remote server. In my case, the "db user" and the "server user" credentials are different. I notice a couple other threads in this forum which exhibit the same symptoms as I see: https://sourceforge.net/p/sqleo/discussion/general/thread/e8df1c4937/ and a much older one: https://sourceforge.net/p/sqleo/discussion/general/thread/e75dae49/...

1