ubuntu tag

178 questions


2 answers
70 views
0
Wordpress installed in docker does not load css when visited in domain

Background: I installed Ubuntu 18.04 on the raspies and installed wordpress on docker.Reference site where wordpress is installed in dockerhttps://docs.docker.com/samples/wordpress/After installing it...


1 answers
75 views
0
How to display images/movies from Docker

After building Opnecv with the Docker container up, import numpy as npimport cv2 cap=cv2.VideoCapture('video_name.mp4')while(cap.isOpened()): ret, frame=cap.read() gray=cv2.cvtColor(frame,cv2.COLOR_BG...

2 years ago

1 answers
42 views
0
Nginx Does Not Start in Ubuntu

I'm trying to launch nginx on Ubuntu, but I get the following error message:$sudo service nginx startJob for nginx.service failed cause the control process expired with error code.See systemctl status...

2 years ago

2 answers
59 views
0
User rights in Ubuntu are not reflected in GUI

I created an environment where Ubuntu is connected by XRDP in GCE.Ubuntu is 17.10.I created a new user with SSH and added it to the sudo group.But when I logged in to Ubuntu, I found myself a regular ...

2 years ago

1 answers
99 views
0
Vim How to debug shell scripts that are currently being edited in the same window

environmentWindows 10 proWSL Ubuntu 20.04 LTSVim 8.1 What do you want to doI would like to know if there is a way to debug the shell script that Vim is currently editing.As an example, I usually use t...

2 years ago

2 answers
54 views
0
Using Linux Groups

Ubuntu 20.04.4nginxphp-fpmLavel9php8.1Why did I add a user to a Linux group but they say I don't have write privileges?EventI started up a server in Ubuntu to create a web service using VPS.In this ca...

2 years ago

1 answers
100 views
0
gnu global does not work with debian, ubuntu

I would like to use gnu global in vim to fly to the definition source or reference point.Currently I use mac and debian and ubuntu respectively, and so far the mac is working fine.So, I'm also trying ...

2 years ago

1 answers
76 views
0
Rewrite cfg file in .sh file

I'd like to rewrite the cfg file in a different directory than the one where the sh file is stored. What can I do about it?Currently ./usercreate.shcd to /airflowsed-i-e4c\dags_folder=/home/test2/dags...

2 years ago

1 answers
51 views
0
Change the default username when installing Ubuntu Server 19.10 on Raspberry Pi 4

What should I do if I want to change the default username when I installed Ubuntu Server 19.10 on Raspberry Pi 4?By default, the username is ubuntu and the password is ubuntu. I would like to change t...

2 years ago

1 answers
69 views
0
GPU 2080Ti Drivers Not Applicable in Ubuntu 18.04 LTS

I tried to put the NVIDIA GPU driver in GeForce 2080Ti of Ubuntu 18.04 after looking at various sites.nvidia-smiEnter +---------------------------------------------------------------------------------...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.