FAQ

IndexTagsArchivesAbout
  • Allow docker container to connect to a local/host postgres database

    2023-02-14

    Question I've recently been playing around with Docker and QGIS and have installed a container following the instructions in this tutorial. Everything works great, although I am unable to connect to a localhost postgres database that contains all my GIS data. I figure this is because my postgres database is not configured to accept remote connections and have been editing the postgres conf files to allow remote connections using the instructions in this article.…

    #ubuntu

  • Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

    2023-02-14

    Question I have applied every solution available on internet but still I cannot run Docker. I want to use Scrapy Splash on my server. Here is history of commands I ran. docker run -p 8050:8050 scrapinghub/splash sudo docker run -p 8050:8050 scrapinghub/splash sudo usermod -aG docker $(whoami) sudo docker run -p 8050:8050 scrapinghub/splash newgrp docker sudo docker run -p 8050:8050 scrapinghub/splash reboot sudo docker run -p 8050:8050 scrapinghub/splash docker run -p 8050:8050 scrapinghub/splash You can see I tried to restart my server as well, but it didnt help.…

    #linux

  • Cannot install NodeJs: /usr/bin/env: node: No such file or directory

    2023-02-14

    Question I'm trying to install nodeJs into my Ubuntu 14.04 in order to use GruntJs. I've read about Ubuntu different way of doing it (issues?), so this is what I've done in order to install it: sudo apt-get install npm sudo npm install -g grunt-cli Typing grunt after that I've got the error: /usr/bin/env: node: No such file or directory So, I've tried: curl -sL https://deb.nodesource.com/setup | sudo bash - sudo apt-get install -y nodejs…

    #node.js

  • Cannot install packages using node package manager in Ubuntu

    2023-02-14

    Question NodeJS interpreter name(node) on Ubuntu has been renamed to nodejs because of a name conflict with another package. Here's what the readme. Debian says: The upstream name for the Node.js interpreter command is "node". In Debian the interpreter command has been changed to "nodejs". This was done to prevent a namespace collision: other commands use the same name in their upstream, such as ax25-node from the "node" package. Scripts calling Node.…

    #node.js

  • Clear a terminal screen for real [closed]

    2023-02-14

    Question Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. </div> This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered. Closed 2 years ago.…

    #linux

  • Color picker utility (color pipette) in Ubuntu [closed]

    2023-02-14

    Question As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. </div> Closed 10 years ago. I'am looking for a color picker utility on Ubuntu/Debian.…

    #ubuntu

  • Copy Paste in Bash on Ubuntu on Windows

    2023-02-14

    Question How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: ctrl + shift + v right click to paste Any suggestions? Answer Update 2019/04/16: It seems copy/paste is now officially supported in Windows build >= 17643. Take a look at Rich Turner's answer. This can be enabled through the same settings menu described below by clicking the checkbox next to "…

    #bash

  • «
  • 41
  • 42
  • 43
  • 44
  • 45
  • »

©2023 hugo-notepadium-mod

CC BY-NC-SA 4.0 | RSS

Powered by Hugo and the Notepadium-mod

^ TOP ^