Top "Centos7" questions

Version 7 of CentOS Linux distribution.

resize2fs: Bad magic number in super-block while trying to open

I am trying to resize a logical volume on CentOS7 but am running into the following error: resize2fs 1.42.9 (28-Dec-2013) …

lvm centos7
How to get ip address of a server on Centos 7 in bash

Previously I used the following command in bash to find the main ip of my server ipaddr=$(/sbin/ifconfig|grep …

bash ip-address centos7
"psql: could not connect to server: Connection refused" Error when connecting to remote database

I am trying to connect to a postgres database installed in a remote server using the following command: psql -h …

postgresql ubuntu psql centos7
How to redirect output of systemd service to a file

I am trying to redirect output of a systemd service to a file but it doesn't seem to work: [Unit] …

linux centos7 systemd rhel rhel7
PHP Warning: Module already loaded in Unknown on line 0

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (…

php configuration centos7 ini intl
How to install pip in CentOS 7?

CentOS 7 EPEL now includes Python 3.4: yum install python34 However, when I try that, even though Python 3.4 installs successfully, it doesn't …

pip python-3.4 centos7
How to uninstall an older PHP version from centOS7

My project is on Laravel 5.2. and as per guide it required php >= 5.5.6 but there was php 5.4 intalled and I …

php linux centos laravel-5.2 centos7
How to Install gcc 5.3 with yum on CentOS 7.2?

I am using CentOS 7.2 When I use yum groupinstall "Development Tools", gcc version is 4.8.5, like this: I would like to …

gcc installation centos7 yum gcc5
How to enable SOAP on CentOS

We have VPS with CentOS. I have installed SOAp using the following command: $ yum install php-soap Then I went to …

php soap centos centos7 lamp