ubuntu-16.04 Questions

3

I'm trying to create a service which runs several scripts using ExecStart and some of them can be failed. I need to ignore these failed scripts and return a success for the service. Previously I u...
Appendicle asked 8/7, 2019 at 5:4

4

Solved

I am making a program with Python 2.7, I use shell commands to create new users on Ubuntu and I want to setup the password for the new user. I use command prompt (Bash) commands to create users. Is...
Fluent asked 13/5, 2017 at 12:45

1

I need to do a script that execute about 9 chromium browsers in kiosk mode with 9 different graphics to be monitored. I'm trying to execute the following command line (Ubuntu 16.04 LTS): chromium...
Underlaid asked 13/3, 2018 at 13:26

20

I have installed ubuntu 16.04 server. Mysql server was installed by default in it. When I am trying to access the mysql with mysql -u root -p, I am unable to log in to mysql because I dont have the...
Davena asked 23/2, 2017 at 16:44

6

Solved

I have following question: How to run docker with experimental features on (like image squashing docker build --squash=true... for reduce it size) on ubuntu 16.04 ?
Auspex asked 3/6, 2017 at 16:47

8

The sequence of steps listed in http://wiki.ros.org/kinetic/Installat... have been followed. (Trying to install ROS kinetic in Ubuntu 16.04) Error when entering the following command : $sudo apt-g...
Vientiane asked 26/7, 2017 at 19:32

8

Solved

For some reason Jenkins stops working all the time and I have to restart jenkins service to make it work again. Every time this happens service is "active (exited)" but there is nothing in the logs...
Triangulate asked 5/3, 2017 at 11:22

4

I'm using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I need to install bcmath module for that but I'm unable to find php7.1-bcmath. When I tried to ...
Endo asked 11/5, 2017 at 2:36

7

Solved

i installed letsencrypt on my ubuntu 16.04 machine with following command. sudo apt-get install letsencrypt Now, i want to define a cronjob to automatically renew my certs with following line. ...
Casmey asked 21/10, 2016 at 11:26

7

I use this to set up nginx for PHP: nginx: image: nginx:latest ports: - 8080:80 volumes: - ./code:/code - ./site.conf:/etc/nginx/conf.d/site.conf links: - php php: image: php:7-fpm volum...
Iorio asked 2/1, 2017 at 8:15

7

Solved

I'm using a Debian/Ubuntu based distribution (specifically, AWS Ubuntu 16.04) and trying to install NPM through apt-get. My Angular 2 application needs a higher version than 3.9.x of NPM, but the...
Tannie asked 21/5, 2017 at 10:53

5

I'm trying to configure clion for a swift project, but it just doesn't recognize the swift toolchain path. $ which swift produces the output /usr/bin/swift/bin/swift so the toolchain is there ...
Cope asked 1/5, 2017 at 16:39

3

Solved

I am used to download java in my dockerfile like this : # Install Java ENV JAVA_VERSION_MAJOR 8 ENV JAVA_VERSION_MINOR 162 ENV JAVA_VERSION_BUILD 12 ENV JAVA_DOWNLOAD_HASH 0da788060d494f5095bf8624...
Hyperphysical asked 19/4, 2018 at 6:56

5

i want to play with the lunar lander env from OpenAI gym. In order to run this code I need to install Box2d, this is where my problems arise. I am using ubuntu 16.04 with conda 4.3.21 and python...
Substantiate asked 26/5, 2017 at 9:35

4

Solved

Previously, to install Docker, I would use apt-get install docker.io However, I have recently noticed the documentation for installing docker, and it uses docker-ce. I have tried to find the diffe...
Mockingbird asked 11/7, 2017 at 0:0

4

When I type the following command in Ubuntu 16.04 $ pip install mysqlclient I get the following error: `enter code here`Collecting mysqlclient Downloading https://files.pythonhosted.org/packag...
Stromboli asked 16/4, 2018 at 16:53

4

Solved

I installed kaggle-cli just fine.. everything went smoothly or so pip says. But when I try to run the kg command or just kg --version, I get kg command not found I can see Kaggle in Python s...
Cahoot asked 21/1, 2018 at 18:9

3

Solved

I am trying to configure spark-2.0.0-bin-hadoop2.7 on Ubuntu 16.04.1 LTS. I have set export JAVA_HOME=/home/marc/jdk1.8.0_101 export SCALA_HOME=/home/marc/scala-2.11.8 export SPARK_HOME=/home/mar...
Appease asked 3/8, 2016 at 15:23

13

I'm installing Docker on my Ubuntu machine and I'm following this tutorial Install Docker Engine on Ubuntu When I run sudo apt-get install -y docker-ce it does not install Docker on my machine and ...
Camshaft asked 28/12, 2017 at 6:2

3

I'm installing mariadb on ubuntu 16.04. After Installed, when I run mysql status/start, it always throws the below error root@3ab94b27a215:~# service mysql status /usr/sbin/mysqld: error while lo...
Djokjakarta asked 8/9, 2017 at 8:13

2

Solved

I deployed a Django website using this tutorial https://jee-appy.blogspot.com/2017/01/deply-django-with-nginx.html The website can be accessed from the internet, www.simplesol.com When I try to...
Beale asked 7/3, 2018 at 22:40

6

Solved

I am trying to build my Android app in Unity on Ubuntu, but cannot find Android SDK. What is Android SDK default path on Ubuntu?
Maurilla asked 4/12, 2017 at 9:53

7

Solved

I have Dbeaver installed and I have a connection to a PostgreSQL database on a remote server. I'd like to export this database to my local PC but when I go to Tools -> Backup database I see a...
Mokas asked 4/1, 2017 at 23:20

5

Solved

Issues running django and apache2/mod_wsgi. I keep getting 500 Internal Server Error. I have tried many combinations of fixes to which none have worked. Any help is greatly appreciated. This is my ...
Proudman asked 10/4, 2017 at 18:18

1

Solved

I have the need to build both an ASP.NET Core application, which calls a C++ executable to get some work done. I have the docker file to build both images for .NET Core and C++ working great, but s...
Handcart asked 25/8, 2021 at 0:39

© 2022 - 2024 — McMap. All rights reserved.