419 solutions found in server-admin
Page 12 of 21votes
I want to download an image accessible from this link: `https://www.python.org/static/apple-touch-icon-144x144-precomposed.png` into my local system. Now, I'...
votes
I've an Ubuntu 14.04 kernel. I was installing my Laravel application in this server. After installing, I tried to set the root directory to public....
votes
For some reason, I've been unable to connect remotely to my MySQL server. I've tried everything and I'm still getting errors. root@server1:/h...
votes
After installing [Ubuntu][1] as [WSL][2] (Windows Subsystem for Linux), I've run (as root): ```lang-none cd ~ python3 -m http.server ``` Output:...
votes
I've just installed ubuntu docker image, when I execute "ifconfig" it says there's no such command, I tried apt-get install by there's no...
votes
I am using ``Laravel`` web framework on my ``ubuntu 14.04`` server and ``Nginx`` web server, I have this error when I try to upload a file using ``Laravel`` to...
votes
<sub>*I tried asking this on the gallio-users list, but the question failed to appear (Google Groups says the post was successful). I suppose the list mig...
votes
I know a little about Linux. Today I created a [VPN][1] server on my Ubuntu installation according to *[Set up a simple IPsec/L2TP VPN server for Ubuntu, Arch L...
votes
I'm having an error when installing/updating any pip module in python3. Purging and reinstalling `pip` and every package I can thing of hasn't helped. H...
votes
I have an Ubuntu 18.04 image runing on my docker container. I login into it and installed `Openresty`. also installed `systemd`. When I use command `systemctl`...
votes
I'm trying to install trac and mod_wsgi over SSL. I tried to manually install it, but that didn't work out so well so I started to follow this: [trac-on...
votes
**Problem** How can `systemd` and `systemctl` be enabled and used in Ubuntu Docker containers? Why isn't systemd enabled by default in these containers,...
votes
I had the dotnet sdk working just fine yesterday, today when I login to my PC, I update the system and VSCode and then when I tried running ```dotnet watch run`...
votes
I have ubuntu 18.04, and accidentally installed cuda 9.1 to run Tensorflow-gpu, but it seems tensorflow-gpu requires cuda 10.0, so I want to remove cuda first b...
votes
I'm using Ubuntu 12.04 LTS. There is on MySQL server situated remotely. I want to restart it. Can someone please give me in detail step-by-step instru...
votes
How can one restart and start Tomcat 6 on Ubuntu from the command line with a default installation?
votes
I installed maven on my Ubuntu machine with the command `sudo apt-get install maven` Now I need to know where it is installed in order to configure the same...
votes
I've been using Ubuntu for the last four years. I have a basic knowledge of shell commands and I prefer working in a terminal rather than using a GUI. Re...
votes
I have a `Postgres db 9.1` running on `AWS EC2`, with `ubuntu 12.04`. I messed a lot with the instance (i.e installed all kinds of postgres X.X before i sett...
votes
I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to commit to locally, and for others remotely. What are the step...