2108 solutions found
Page 72 of 106votes
So Java 11 [is out][1]. Does anybody know how to install it (OpenJDK from Oracle) from the command line? I would like to see something like it was before for...
votes
How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: - <kbd>ctrl</kbd> +...
votes
I have the following Dockerfile that uses the latest Ubuntu image pulled from dockerhub: FROM ubuntu:latest RUN apt-get update && apt-get...
votes
I have the following error during sqlite3-ruby install: <pre> Building native extensions. This could take a while... ERROR: Error installing sqlite3-...
votes
#!/bin/bash jobname="job_201312161447_0003" jobname_pre=${jobname:0:16} jobname_post=${jobname:17} This bash script gives...
votes
When I run `ffmpeg` on Ubuntu, it shows: $ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on Feb 28 2012 13:...
votes
I am getting this error while running `sudo npm install`. On my server, npm was installed earlier. I've tried to delete the `package-lock.json` file, and ra...
votes
On Ubuntu&nbsp;14.04 (Trusty Tahr) I'm looking for a way to stop a running container and the only information I have is the image name that was used in...
votes
I've been using Docker on my PC to run Quantum GIS with the following instructions I've found here: [docker-qgis-desktop - A simple docker container tha...
votes
Somehow I've managed to completely bugger the install of postgresql on Ubuntu karmic. I want to start over from scratch, but when I "purge" the p...
votes
I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. (**while keeping my current path which shows the...
votes
Previously, to install Docker, I would use apt-get install docker.io However, I have recently noticed the documentation for installing docker, and it...
votes
I wanted to install [Eventlet][1] on my system in order to have "Herd" for software deployment, but the terminal is showing a GCC error (as root):...
votes
I need to add a cron job thru a script I run to set up a server. I am currently using Ubuntu. I can use `crontab -e` but that will open an editor to edit the cu...
votes
I have a [Gradle][1] project in Ubuntu. It's written in Java 14. I have the Java 14 JDK installed. When I build it from the command line, everything work...
votes
Is it possible to have `git status` only show the modified files due, in my case, to having too many staged files?
votes
How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?
votes
When I try to apt-get install -y tzdata the command line option for picking timezone shows up. I am trying to use this in a script to do some setup,...
votes
I launched my program in the foreground (a daemon program), and then I killed it with `kill -9`, but I get a zombie remaining and I m not able to kill it with `...
votes
I am running the 32bit version of Ubuntu 10.10 and trying to cross compile to a 64 bit target. Based on my research, I have installed the g++-multilib package....