2108 solutions found
Page 52 of 106votes
Well I am currently trying to get my django application served using nginx and uwsgi. I am currently using a virtual environment to which uwsgi is installed. Ho...
votes
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
When I type for **java -version** in command prompt in ubuntu I get following output The program 'java' can be found in the following packages:...
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
In the quest for ever smaller Docker images, it's common to remove the `apt` (for Debian/Ubuntu based images) cache after installing packages. Something lik...
votes
I'm trying to install this python module, which requires compilation (on Ubuntu 16.04). I'm struggling to understand exactly what's causing it stall...
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
Can I use the `diff` command to find out how many lines do two files differ in? I don't want the contextual difference, just the total number of lines th...
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
How check rails environment on Ubuntu Server? command: `Rails.env => command not found` command: `rails.env => command not found`
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
Is there command which can show me list of all available commands in GIT? There is `git help` but it shows: usage: git [--version] [--exec-path[=<path...