Questions tagged [ubuntu-18.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. This tag should be used only for WRITING OR RUNNING PROGRAMS specifically in Ubuntu 18.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 18.04 is a long term support (LTS) release that came out in April 2018. Important new features include a linux 4.15 kernel, Linux security module stacking support, and a default GNOME desktop.

Available for download as 64-bit version only.

Read the release notes for detailed information.

3638 questions
1
vote
1 answer

linux file system layout -partiton - fdisk

I am tyring to understand linux file system layout. Why does the command work inside virtual box but not on linux shell on windows? I tried to use the command sudo fdisk -l dev/sda on both my virtual box(Ubuntu) and Ubuntu on windows(from microsoft…
Saira
  • 19
  • 5
1
vote
0 answers

How to fix configuration file

My file /etc/init/myserver.conf used to work on Ubuntu 12.04 using sudo service myserver start,stop, restart. I copied it to /etc/init/ on Ubuntu 18.04 and it did not work. How can I fix it? # masterserver - start master server service description…
1
vote
0 answers

Why does mysql_secure_installation never work?

I have installed mysql server on 3 different servers (all Ubunutu 18.04). According to almost all the installation tutorials, after installation I am suppose to run sudo mysql_secure_installation where, among other things, the root password is set.…
noslenkwah
  • 1,702
  • 1
  • 17
  • 26
1
vote
1 answer

What is the correct way to configure Sphinx for python3 on Ubuntu VM?

Just installed Ubuntu 18.04.2 LTS on a fresh virtual box this morning and I'm trying to re-invigorate a project I had running on my legacy VBox/Ubuntu environment. I'm stumbling with getting sphinx auto documentation working on the new VBox. Before…
Danlger
  • 143
  • 1
  • 1
  • 7
1
vote
1 answer

couldnt install python-colorama

I am trying to install Jarvis ai from https://github.com/sukeesh/Jarvis (I know it is not meant to be installed on windows 10. but I try it anyway) It said no module named colorama, so I typed pip install python-colorama. Then it said Could not…
Aiki
  • 853
  • 1
  • 7
  • 8
1
vote
1 answer

Unable to resolve 'us.archive.ubuntu.com' when using 'update' command in Ubuntu

When I use the command "sudo apt-get update" I get the following errors: Err:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease Could not resolve 'us.archive.ubuntu.com' Err:2 http://us.archive.ubuntu.com/ubuntu bionic-updates…
HamiBU
  • 127
  • 1
  • 10
1
vote
0 answers

python does not find pip-installed libraries when nodejs spawns a child process

I am running a python script through python-shell in node.js. When I install the python packages through apt-get, no problem. But when I do through pip, the spawned process does not find them even though running the exact same script in the terminal…
Chapo
  • 2,563
  • 3
  • 30
  • 60
1
vote
1 answer

how to remove appliation which install from snap in ubunutu?

i have installed some applications using snapcraft which is very innovative concept.but , now i want to uninstall some of application. I had some stuff but did`nt get proper answer.
Mitesh Vasava
  • 707
  • 6
  • 13
1
vote
0 answers

Work with AWS.CLI and aws.s3 when MFA enabled?

I have downloaded aws.s3 R package; installed and configured AWS cli on Ubuntu 18.04. I have MFA enabled, paired with a mobile device, for security reasons. Please advise how can I connect and work with AWS cli and aws.s3 to work with S3? I get…
SteveS
  • 3,789
  • 5
  • 30
  • 64
1
vote
0 answers

Active Django app do not recognize global $PATH

I have deployed Django project (coded in Windows) on Ubuntu 18.04 server with gunicorn and nginx. There is a view which call in command line external package executable, located in /home/user/blast/bin/. PATH to package is defined in .profile export…
1
vote
0 answers

In Ubuntu 18.04 LTS server. A job dies prematurely before completion, even when running inside tmux or nohup

I am facing a peculiar problem, where I run a job that performs deep learning model training under tensorflow and that job dies prematurely without any apparent warning. There is not syntactical error in the code, but the job running it dies after…
user3317287
  • 429
  • 1
  • 5
  • 14
1
vote
1 answer

How to run Django Daphne service on Google Kubernetes Engine and Google Container Registry

Dockerfile FROM ubuntu:18.04 RUN apt-get update RUN apt-get install build-essential -y WORKDIR /app COPY . /app/ # Python RUN apt-get install python3-pip -y RUN python3 -m pip install virtualenv RUN python3 -m virtualenv /env36 ENV VIRTUAL_ENV…
1
vote
1 answer

Install Tensorflow gpu on a remote pc without sudo

I don't have sudo access to the remote pc where cuda is already installed. Now, I have to install tensorflow-gpu on that system. Please give me the step by step guide to install it without sudo. Operating System : Ubuntu 18.04
Beginner
  • 305
  • 5
  • 24
1
vote
0 answers

Unhide workspace switcher in ubuntu 18.04

In ubuntu 18.04, when you open Activities, the workspace bar is hidden. It pops out only after you hover your mouse over it. Is there a way to make it always popped? - so that when you press Activities you can see all your workspaces at a glance.
bhavinc
  • 13
  • 4
1
vote
0 answers

Apache2 cannot restart or start

Well I have installed apache2 on my Ubuntu VPS and it has been running fine for quite awhile until recently, the website went down, I diagnosed the system and it seems apache stopped running. I have enabled Apache in the firewall, tried restarting…
Dylee
  • 103
  • 2
  • 12