ubuntu Questions

14

I have a docker container running PHP and Apache. The host is in an AWS instance which has the docker instance running. I am unable to send an email from the docker terminal. Is there any way to se...
Boylston asked 6/10, 2014 at 11:12

4

I want to enable x11 forwarding on macOS connected to a Jetson Xavier nx. However, upon connecting: sudo ssh -Xvvv id@host The connection establishes successfully. But in the verbose logs, I'm get...
Maupassant asked 28/8, 2020 at 1:27

2

During gitlab download on my PC(Ubuntu), "ruby_block[wait for logrotate service socket] action run" is waiting for a long time. It continues when I run this command "systemctl restar...
Juridical asked 25/2, 2022 at 8:24

3

Solved

I am using Windows 10 Linux Subsystem (Ubuntu Bash). I want to access my Windows folder from Ubuntu Bash. The folder I want to access is (note that there are spaces in the names): /mnt/c/U...
Regnant asked 16/1, 2018 at 9:30

3

Solved

I am trying to set up a cross-compiler for i686-elf on Ubuntu following the OSDev GCC Cross-Compiler Tutuorial. However, the code to set up GCC fails to build every time. I know my sources are not ...
Craunch asked 31/10, 2015 at 10:13

4

Solved

I upgraded my project to .NET 8 today; I followed the official guide on migrating from .NET 7 to .NET 8. However, upon deploying the application, I've encountered a problem. Locally, the solution b...
Subjection asked 23/12, 2023 at 17:19

7

Ubuntu 22.04.1 LTS pyodbc 4.0.35 OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) Followed steps on Install the Microsoft ODBC driver for SQL Server (Linux) Installation successful. W...
Plasterwork asked 6/12, 2022 at 19:23

7

I was trying to build a container in Docker for some experiments. Here is my Dockerfile. FROM debian RUN mkdir -p /var/run/sshd RUN apt-get update RUN apt-get install -y openssh-server RUN apt-...
Mortification asked 26/6, 2018 at 2:36

8

Solved

I download Android Studio - Arctic Fox | 2020.3.1 from their official website in my ubuntu 20.04 LTS. My installation Process: I downloaded the zip file and extracted it. I cd into the /bin/ direct...

5

There was no problem with WSL1. I wanted to upgrade to WSL 2. Command line fails when I try to upgrade to wsl2. I tried to remove Ubuntu and reinstall it, no difference. Virtual Machine Platform...
Teutonism asked 28/4, 2020 at 19:50

6

I am using ubuntu 12.04. I'm trying to "make" a project. I get this error: g++: error trying to exec 'cc1plus': execvp: No such file or directory I have g++ installed.
Earlineearls asked 14/3, 2014 at 19:30

4

Solved

>ubuntu1804.exe -c "echo $USER" mpen That runs the command as me, how do I run it as root? The help page doesn't even mention -c >ubuntu1804.exe help Launches or configures a Linux dist...
Opine asked 15/1, 2020 at 3:32

4

Solved

My client created a ubuntu server 16.04 to deploy a web app. And I have been getting difficulties the get the app deployed properly ... So is there a way for me to reset the server back to its ori...
Drunkard asked 19/8, 2017 at 11:40

4

When running sudo apt update, I am presented with the following error: Err:4 https://apt.releases.hashicorp.com focal InRelease The following signatures couldn't be verified because the public key...
Nicholas asked 6/2, 2023 at 13:52

7

I'm hitting my curl on ubuntu terminal and getting this response curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to domain.com:443 . I really can't understand why it happens. I trie...
Appurtenance asked 25/7, 2017 at 10:40

4

I have just started with VSCode on Ubuntu and was looking for the equivalent of cmd+shift+D in Sublime on the Mac (duplicate selected text) . According to the docs I should use Ctrl+Shift+Alt+Down ...
Pridgen asked 10/11, 2015 at 18:0

2

Solved

Problem I decided to learn Docker and followed the official installation guide, specifically for ubuntu. After downloading some images and making some containers to test how everything works, using...
Shading asked 21/5, 2023 at 1:51

4

I have a custom app that required MySql 5.6. I was able to install MySql 5.7 on ubuntu 20.04 using this tutorial: https://askubuntu.com/a/1232993 How can I install MySql 5.6 on ubuntu 20.04? Beca...
Brasil asked 15/6, 2020 at 7:2

10

Solved

I'm trying to run a docker image with PostgreSQL that has a volume configured for persisting data. docker-compose.yml version: '3.1' services: db: image: postgres restart: always volumes: -...
Somnolent asked 17/5, 2019 at 14:32

12

Solved

I'd like to instruct Docker to COPY my certificates from the local /etc/ folder on my Ubuntu machine. I get the error: COPY failed: file not found in build context or excluded by .dockerignore: st...
Sheasheaf asked 5/11, 2021 at 11:35

11

Solved

Error while installing manimce, I have been trying to install manimce library on windows subsystem for linux and after running pip install manimce Collecting manimce Downloading manimce-0.1.1.post...
Panegyrize asked 28/12, 2021 at 14:57

2

Solved

I have this simple docker file: FROM ubuntu:eoan ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y \ chromium-browser \ chromium-chromedriver When I try to buil...
Scrapbook asked 22/11, 2019 at 15:38

6

Solved

I'm trying to set docker up on a new system, and when running docker info I get: docker -v => Docker version 18.09.5, build e8ff056 docker info => Got permission denied while trying to conne...
Subdiaconate asked 25/5, 2019 at 14:13

4

I installed the bash on Ubuntu on Windows 10 - the insider preview edition. Windows terminals are however are sort of cumbersome to use if one is used to Ubuntu's terminal. I was wondering if there...
Chromium asked 18/4, 2016 at 23:50

5

I'm using PHP Laravel 7.4 on Ubuntu 20.04.and trying to get data from SQL server located in windows server on another cloud. this method was tested on my PC (Windows) and it successfully got the da...
Soiree asked 26/9, 2021 at 12:59

© 2022 - 2024 — McMap. All rights reserved.