419 solutions found in server-admin
Page 18 of 21votes
How do I write a script to install MySQL server on Ubuntu? `sudo apt-get install mysql` will install, but it will also ask for a password to be entered in th...
votes
Recently I installed **WSL Ubuntu 18.04** on my Windows machine, but nothing seems to work properly, because I have **no internet access**.<br> I tried a...
votes
The Question is similar to https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x but for Ubun...
votes
How can I write a Crontab that will run my `/home/username/test.sh` script every 2 hours?
votes
I was trying to set default python version to `python3` in `Ubuntu 16.04`. By default it is `python2` (2.7). I followed below steps : update-alternativ...
votes
How to set ANDROID_HOME path in ubuntu? Please provide the steps.
votes
I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop. I do not understand why I have this error is something that is not ri...
votes
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
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
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 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 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....
votes
After upgrading to Ubuntu 13.10, when I click on any menus in Eclipse (Help, Window, Run) they don’t show up. Only menu stubs and selection are visible. ![Sc...
votes
I have installed the Ubuntu LAMP stack. But cURL is not enabled, and neither can I can find the extension listed in the INI file. I added it manually, but it di...
votes
> **Note:** This question was asked before Oracle made the OpenJDK the free version of the Oracle JDK, and the historic answers reflect that. As of 2022 you...