2108 solutions found
Page 55 of 106votes
I'm using an image `nginx` which is based on `dockerfile/ubuntu`. On attaching to the docker container's shell docker exec -it <container_id&g...
votes
Example: file="123 hello" How can I edit the string `file` such that it only contains the numbers and the text part is removed? So,...
votes
I had to delete my virtual box .vhd files. I'm now trying to restore them from another machine but getting: Virtual Box UUID {07c3.........} does no...
votes
I have an VM (VirtualBox) with Ubuntu. Host machine is Windows 7. How can I ping my Ubuntu from host and vice versa? Trying to set "Bridged" connect...
votes
I currently don't manage to run `apt update` inside a fresh `ubuntu:22.04` (codename `jammy`). ## Protocol ```sh $ docker --version Docker version 2...
votes
I would like to install CMake the latest version in a Linux environment ([Ubuntu][1]). I have CMake version 3.5 installed, and it is not supported by some ap...
votes
Need to build simple GUI application. For this reason I decided to install Qt on my Ubuntu 16. I have downloaded open source Qt edition [from theirs site][1]. G...
votes
Is there anything in Python or Linux what basically instructs the system to "install whatever is necessary". Basically I find it annoying to install p...
votes
How do I upgrade Visual Studio Code on Ubuntu? For the time being, I was periodically getting the newest version (.deb) from their [official site][1]:...
votes
Some of tasks I wrote start and never end. Ansible does not provide any errors or logs that would explain this, even with -vvvv option. Playbook just hangs and...
votes
I've got the latest version of VirtualBox installed on my desktop (4.3.4). I'm using Vagrant to run a VM based on the example 64-bit Ubuntu 12.04 LTS...
votes
I have a simple .net command line tool written and compiled under Windows, using .net 3.5SP1. I would like to run it on Linux using Mono. I am using Ubuntu...
votes
I am new to Python and am working on a Linux machine (Ubuntu 10.10). It is running python 2.6, but I'd like to run 2.7 as it has features I want to use. I h...
votes
I get this error when I try to access localhost/phpmyadmin: *Wrong permissions on configuration file, should not be world writable!* I have already chmod...
votes
When using Eclipse I browse through the package explorer tree using the keyboard arrows a lot. In Windows I can expand a collapsed node by pressing the <...
votes
I have installed Jupyter Notebook on ubuntu 16.04 using pip3. I can execute `jupyter notebook` command. It opens and shows a list of current path directories....
votes
I have an EC2 Instance with Ubuntu. I used `sudo ufw enable` and after only allow the mongodb port sudo ufw allow 27017 When the ssh connection brok...
votes
On a ubunty 1404 machine, docker-proxy is using port 6379, however there are no docker containers running. $ sudo netstat -tulpn | grep docker t...
votes
I am trying to run the latest stable version of docker and docker-compose. I am following the instructions on https://docs.docker.com/engine/installation/lin...
votes
I've installed docker following installation tutorial on docker.com, using `wget https://get.docker.com/ | sh` command. Now i need to remove it entirely. `...