Top "Ubuntu-16.04" questions

Ubuntu 16.

How can i convert html to word docx in python?

import pypandoc output = pypandoc.convert_file('file.html', 'docx', outputfile="file1.docx") assert output == "" It is generating new docx file …

python html ubuntu-16.04 doc
CoreDNS fails to run in Kubernetes cluster

I'm trying to setup a Kubernetes cluster, but I cannot get CoreDNS running. I've ran the following to start the …

docker kubernetes ubuntu-16.04 coredns
How to restore after accidentally apt-get remove python

Yeah. I've done this. It was stupid. I did not know it's going to take its dependencies with itself, only …

python ubuntu ubuntu-16.04 samba apt
How to run docker with experimental functions on Ubuntu 16.04

I have following question: How to run docker with experimental features on (like image squashing docker build --squash=true... for …

docker ubuntu-16.04
Upgraded to Ubuntu 16.04 now MySQL-python dependencies are broken

I just upgraded my Ubuntu install to 16.04 and this seems to have broken my mysql dependencies in the MySQL-python package. …

python mysql ubuntu pip ubuntu-16.04
Why does the rm command not remove the file?

When i today accessed my Ubuntu 16.04 server and wanted to remove the file "test2" it was simply not deleted! I …

bash shell ubuntu-16.04 rm
Ubuntu timedatectl fails in Docker container

I've got Ubuntu 16.04 LTS running in a Docker container (hosted on macOS). The date/time is off by about four …

ubuntu docker ubuntu-16.04 ntp
How do I remove CLion-2016.2.3 completely from Ubuntu 16.04 LTS?

I had installed CLion(2016.2.3) IDE from CLion-2016.2.3.tar.gz file. I accidentally deleted the CLion-2016.2.3.tar.gz file and CLion-2016.2.3 …

intellij-idea tar uninstallation ubuntu-16.04 clion
iperf error: connect failed: no route to host

I have installed same version of iperf (2.0.5) on 2 different ubuntu systems. But when i execute command iperf -s -p 45678 on …

ubuntu-16.04 iperf
How to run nuxt under pm2?

I have 2 nuxt projects that need to be run on the server. Whenever I run the app locally it seems …

node.js npm ubuntu-16.04 pm2 nuxt.js