2108 solutions found
Page 57 of 106votes
I've downloaded OpenJDK 8 today via `sudo apt-get install openjdk-8-jdk` and it seems like JavaFX is not included in it. > java -version open...
votes
I see a lot of posts about writing to the SD card, but I believe my problem is different. I am unable to create the SD card during the process of building an A...
votes
I am getting the below error message when running the below command for installing docker and kubernetes in Ubuntu server. root@master:/home/ubuntu# a...
votes
I installed via `apt-get install android-sdk`. However, doing a `find / -name sdkmanager` reveals there is no such binary anywhere on the system. On my Ma...
votes
I have a hard time to find exact method to install PHP intl extension in **Ubuntu 14.04**. I tried with `sudo apt-get install php5-intl` but displays error `...
votes
I installed maven plugin for eclipse and was able to use it only in eclipse. I want to be able to run maven commands from terminal so installed maven as explain...
votes
I'm trying to find out where **PM2** saves the log files by default? I'm working with a **Linux Ubuntu 16.04** server and I've installed it globa...
votes
I have a short Python script that needs to run at startup - Ubuntu 13.10. I have tried everything I can think of but can't get it to run. The script:...
votes
I'm running Ubuntu 12.10 and I'm trying to install Netbeans 7.1(or later) I have the .sh file, but it won't install, the error appears here:...
votes
I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed `default` from sites-enabled and added my own file into `sites-available` and symlink at...
votes
I just installed MySQL on Ubuntu and the root user can't log in :) How can I recover or find out my password? Using blank for password does not work.
votes
firstly, I google'd a lot but nothing I found related to my case, I have an ELF executable file I'm trying to run it in my Ubuntu WSL, I've changed...
votes
I have downloaded the Ubuntu image inside Docker on Windows. I can run Ubuntu by: docker run -it ubuntu I only see `root`, but I don't see the...
votes
Trying to install inside a docker, either vim or nano but I only get this: 0% [Connecting to archive.ubuntu.com (91.189.88.152)] Exit docker and do `p...
votes
Just installed Ubuntu 13.10 (Saucy) and anything I try to install via `sudo apt-get install` is failing and throwing a series of `404` erros. Example - insta...
votes
I'm new to Ubuntu and Linux in general. I want to code in Java on my computer, but I'm having problems installing [IntelliJ IDEA][1] on Ubuntu. I have d...
votes
I'm asking in both contexts: technically and stylistically. Can my application/daemon keep a pidfile in `/opt/my_app/run/`? Is it very bad to do so?...
votes
I see the following message when running the `npm install` or `npm` command from the terminal. Executing `node` works as expected. > npm install...
votes
Currently `ulimit -n` shows `10000`. I want to increase it to `40000`. I've edited "/etc/sysctl.conf" and put `fs.file-max=40000`. I've also e...
votes
I installed pycharm normally via `bin/pycharm.sh`, but the mistake I made was doing `bash pycharm.sh` _while_ the pycharm directory has inside the Downloads fol...