2108 solutions found
Page 53 of 106votes
I have noticed that there are strange requests to my website trying to find phpmyadmin, like /phpmyadmin/ /pma/ etc. Now I have installed PMA on...
votes
Yesterday, I was set up my first always free compute VM. I installed ubuntu 18.04 minimal on my VM. For my web service need, I installed Nginx. I'm confused...
votes
I was looking for a way to store credentials securely while connecting to our Git server which uses SSL. I came across this suggestion by @james-ward (only edit...
votes
Is it possible to install openblas via apt-get like `sudo apt-get install openblas-dev`? Seems on ubuntu 14.04 it can't find it. sudo apt-get inst...
votes
When I'm trying too start the elasticsearch in my Ubuntu the startup script gives me the following error: Java HotSpot(TM) Client VM warning: INFO: o...
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
I am trying to get a cronjob to pipe output into a dated file in a specified (folder) location. My crontab entry looks something like this: * * * * *...
votes
I am using ubuntu 10.10, and when i compile chromium, it said `remoting/host/event_executor_linux.cc:9: fatal error: X11/extensions/XTest.h: No such file or d...
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
How do I enable the colors for output of CLI? The below one is, running on Ubuntu. [![enter image description here][1]][1] [1]: https://i.sstatic.net/Tnd00...
votes
I'm using FPM tool to create .deb package. This tool create before/after remove package from supported files. Unfortunatly the bash script generated by...
votes
I have a development server hosted on Digital Ocean, using Ubuntu 14.04. I switched my shell to ZSH and decided to go with the **Agnoster** theme. In order to...
votes
I am getting this strange thing on my Ubuntu 12.04 64-bit machine when I do a `wget` $ wget google.com --2014-07-18 14:44:32-- http://google....
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...
votes
I installed Neo4j on Ubuntu 12.04 using these instructions: http://www.neo4j.org/download/linux wget -O - http://debian.neo4j.org/neotechnology.gpg.key |...
votes
I've published an ASP.NET Core application as a self-contained application targeting Ubuntu. The publish seems to work fine. I've copied the files to a...