Top "Centos7" questions

Version 7 of CentOS Linux distribution.

How to get java path in CentOS?

I need to configure my Jenkins Server and I need to add Java path to Jenkins configuration. yum install java-1.8.0…

java path centos7
Upgrade docker on CentOS 7

I'm running centos 7 and have installed docker on host using epel packages: yum install epel-release yum install docker But the …

centos docker centos7
Uncaught ReflectionException: Class log does not exist Laravel 5.2

I am currently trying to clone an existing project of mine from github. After clone I run composer install during …

php laravel centos7 laravel-5.2
Duplicate Package - update / upgrade - Centos

When I try running yum update on a CentOS 6.3 box, I am getting errors, and says to run yum check. …

centos duplicates centos7 yum
CentOS 7 how to stop / start Gnome desktop from command line

I have remote server running under CentOS 7, usually it's enough to operate using SSH CLI - but sometimes I need …

linux command-line-interface centos7 gnome gnome-shell
django can't find new sqlite version? (SQLite 3.8.3 or later is required (found 3.7.17))

I've cloned a django project to a Centos 7 vps and I'm trying to run it now, but I get this …

python django sqlite centos7
Install and configure supervisord on centos 7 to run Laravel queues permanently

I want to use Laravel queue system in my project and I want to run php artisan queue:work permanently …

laravel centos7 supervisord laravel-queue
Failed to get D-Bus connection: Operation not permitted

I'm trying to install ambari 2.6 on a docker centos7 image but in the the ambari setup step and exactly while …

docker centos7 docker-machine ambari docker-image
How to reboot CentOS 7 with Ansible?

I'm trying to reboot server running CentOS 7 on VirtualBox. I use this task: - name: Restart server command: /sbin/reboot …

centos ansible centos7
Composer installed, but get /usr/bin/env: php: No such file or directory

On CentOS 7, I installed PHP 7.1. Then I installed composer with: cd /tmp curl -sS https://getcomposer.org/installer | php71 --&…

php centos composer-php centos7