419 solutions found in server-admin
Page 7 of 21votes
My Jenkins jobs are running out of memory, giving `java.lang.OutOfMemoryError` messages in the build log. But I used the Ubuntu Package Manager, `aptitude`, or...
votes
I want to try one program which have makefile on it but when I put `make` in the shell the error was: g++ -g -DaUNIX -I../../acroname/aInclude -I../../...
votes
I would like to hear your suggestions on how to handle a large (40MB) JSON file on Ubuntu. I would like to see it pretty printed in *vim* or *gedit* or any othe...
votes
I'm trying to add a line to the crontab on Ubuntu. Right now, I'm doing `crontab -e` and editing the crontab there. However, I can't seem to f...
votes
I have set up ssh key pairs between my desktop and two servers, and from the servers to my desktop, but after reinstalling the OS on my desktop, I can't re-...
votes
How can I confirm if openCV is properly installed in my computer ? Is there any quick command line for it ? I am on Ubuntu 9.10
votes
My server (ubuntu 8.04) LAMP running drupal 6, when there is high traffic, it stops serving pages. A restart of apache2 will not work, so I have to restart the...
votes
This is the exact error that I am getting. My OS is Ubuntu 16.10. **OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library wit...
votes
Having some issues, now I have read the following: [hello world python extension in c++ using boost?][1] [1]: https://stackoverflow.com/questions/6007...
votes
I've been trying to use **Docker (1.10) on Ubuntu 16.04** but installation fails because **Docker Service doesn't start**. I've already tried to in...
votes
I have a [docker container][1] running PHP and Apache. The host is in an AWS instance which has the docker instance running. I am unable to send an email from t...
votes
I am using django-celery for my django project. Last day I have changed my computer's hostname (I am using Ubuntu 12.04, edited file '/etc/hostname'...
votes
Am running MongoDB 2.2 on Ubuntu and if I run: sudo mongod I get an error that it can't find /data/db, which is not where the database is. In mong...
votes
I am using the following command : copy (select so.name, so.date_order, sol.name, sol.product_Id, sol.product...
votes
I am getting the "No space left on device" error for pretty much anything i try to do. Even using tab to autocomplete a command! but when i do df -...
votes
I compiled and installed openCV 2.4.2 in ubuntu 12.04. Under `/usr/local/include` I can see the directories `/usr/local/opencv` and `/usr/local/opencv2`. Her...
votes
None of the systemd commands are working inside WSL( Ubuntu Bash 18.04). When I ran `sudo systemctl is-active kubelet`, error is `output: System has not been bo...
votes
I am trying to create a Dockerfile that will start apache automatically. Nothing has worked. But If I log into the container and run `service apache2 start` it...
votes
I'm trying to get my server re-setup as a Lemp stack The issue I am now running into is installing PHP 7 **without** Apache, since nGinx will be my webse...
votes
In Ubuntu I want to change the file permissions of a whole folder and all its sub folders to read/write by anybody I have tried `sudo chmod 666 /var/www and...