2108 solutions found
Page 66 of 106votes
I have heard crontab is a good choice, but how do I write the line and where do I put it on the server?
votes
I'm trying to install mean.io boilerplate. It fails when running `sudo npm install -g meanio@latest`. Prior to failing it notes that it 'wants' npm...
votes
I have a software in ubuntu that requires me to run qmake to generate the Makefile. However, running qmake gives back this error, qmake: could not fi...
votes
I set up PhantomJS and recorded it to video: https://www.dailymotion.com/video/xnizmh_1_webcam Build instructions: http://phantomjs.org/build.html Is ther...
votes
I am working with WSL a lot lately because I need some native UNIX tools (and emulators aren't good enough). I noticed that the speed difference when workin...
votes
I'm trying to install [ROS][1] on Ubuntu. I'm getting this error: sudo apt-get update Hit:1 http://pk.archive.ubuntu.com/ubuntu cosmic In...
votes
I did a new install of PostgreSQL 8.4 on [Linux Mint][1]/[Ubuntu][2]. How do I create a user for PostgreSQL and log in using *psql*? When I type `psql`, it j...
votes
I've written a tiny program in Ansi C on Windows first, and I compiled it on Ubuntu with the built-in GCC now. The program is simple: * read the line...
votes
I have installed MySQL and even logged in there as a user. But when I try to connect like this: http://localhost:3306 mysql://localhost:3306...
votes
I've created a really simple bash script that runs a few commands. one of these commands needs user input during runtime. i.e it asks the user "do you...
votes
I'm using Ubuntu Gnome 14.04, and I have Java 8 installed (both the JDK and the JRE). When I was installing Android Studio everything worked, but a messa...
votes
By mistake I have removed /etc/nginx directory in my ubuntu 11.10 PC. How can I restore the ngnix directory in /etc/nginx ? I did these commands: 1. `sud...
votes
I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pk...
votes
I was using this script to install basic software, but had to interrupt because of slow internet speed. Now when I hit `$ sudo apt-get install npm` , I get fol...
votes
I running the **node -v** command, getting the error: > node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node) [!...
votes
When performing `pip install -r requirements.txt`, I get the following error during the stage where it is installing `matplotlib`: REQUIRED DEPENDENCIE...
votes
I tried to install [Yarn](https://yarnpkg.com/lang/en/) and when I used the `yarn` command I got: 00h00m00s 0/0: : ERROR: There are no scenarios; must ha...
votes
I use Ubuntu 16.04. When I want to git push origin master I get: error: RPC failed; curl 56 GnuTLS recv error (-12): A TLS fatal alert has been received....
votes
In an online training course, the instructor mentioned that he has "an Ubuntu virtual machine installed with Docker Desktop"; therefore, I am trying t...
votes
I'm using an amazon Ubuntu EC2 instance which is only has a command line interface. I want to setup UI for that server to access using remote desktop tools....