2108 solutions found
Page 51 of 106votes
I work on Ubuntu 14. I install python3 and pip3. When I try to use pip3, I have this error Traceback (most recent call last): File "/usr/loc...
votes
Locally a Rail app works well, but on a VPS server when I try to send an email with all the correct settings by the means of the Rails app, I get this error in...
votes
I'm getting this error `ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2) ` even t...
votes
Does anyone know of a tool to visually show the memory usage of a selected process on Ubuntu? `ps aux` will show a numerical snapshot, but I'd really lik...
votes
I have created a cross compiled arm executable. I want to find the library dependency of the executable. I am using ubuntu natty and installed arm-linux-gnueabi...
votes
I am kind of new to both, Mercurial and Ubuntu. I seem to have awkwardly installed a few other software packages already, so I wanted to see how others would...
votes
I'm fairly new to Linux (Ubuntu 10.04) and a total novice to assembler. I was following some tutorials and I couldn't find anything specific to Linux....
votes
When I try to run Zeppelin by either bin/zeppelin.sh or bin/zeppelin-deamon.sh start I was getting the following error message. Unrec...
votes
I am trying to reset the root password following [MysqlPasswordReset][1] but when I try to start the server with --skip-grant-tables the server doesn't star...
votes
I run python --version and get Python 2.7.3 I run pip --version and get pip 1.5 from /usr/local/lib/python3.2/dist-packages...
votes
Here is how the error output is if I run `virtualbox` from the terminal. How to correct it? I am on a Ubuntu 12.10 64bit machine. virtualbox WARNING...
votes
Is it possible to run SSH using another `known_hosts` file than the standard `$HOME/.ssh/known_hosts` for the user? Note, that SSH uses `$HOME` original for...
votes
How can I uninstall Ruby 1.9.2dev (2010-07-02) [i486-linux] on ubuntu? Need to reinstall - please help
votes
I've tried to add the Canonical Partner repository, but I still can't find the `sun-java6-jdk` package. What is the right way to install the Oracle Sun...
votes
> **Possible Duplicate:** > [Starting iPhone app development in Linux?](https://stackoverflow.com/questions/276907/starting-iphone-app-development-in-li...
votes
$ sudo pip install --upgrade pyOpenSSL Traceback (most recent call last): File "/usr/local/bin/pip", line 9, in <module> loa...
votes
I used this [sh file][1] to install Nginx. When I modify the `nginx.conf` and try to reload or restart Nginx it didn't restart. I used below command....
votes
I have installed both php5.6 and php7.0 from PPA on Ubuntu according to this manual [http://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu][1] But I d...
votes
Logging into my Ubuntu machine, I get a warning that I am running out of disk space. Tracing back, I find that it is the syslogs, especially the kern.log(s) tha...
votes
I just started to build a ubuntu server on DigitalOcean. When I start the nginx service, it gives the following error: /etc/nginx/sites-enabled$ service...