The WordPress on CentOS LEMP Challenge
-
@travisdh1 said in The WordPress on CentOS LEMP Challenge:
@JaredBusch said in The WordPress on CentOS LEMP Challenge:
Going to try this with a net CentOS 7 minimal install. I turned on networking at install and it was a good thing. The ifconfig script is not there in a minimal install. need to use "ip a sh" to see the config now. I haven't looked at the man for ip yet. I assume a is all and sh is show.
Also, reading through the script, if I use httpd instead of nginx I assume I do not need this command.
sed -i -e s/apache/nginx/g /etc/php-fpm.d/www.confand this command would be switched to httpd
chkconfig nginx onThey've replaced ifconfig with ip. I'm forcing myself to use ip till I get used to it and I can always fall back on ifconfig, or in the case of CentOS, just entering settings in /etc/sysconfig/network-scripts/interface file.
I've got to the point where I just type ip addr without thinking about it. That's the only one I use though. I either edit the ifcfg file or use nmtui which is included in the minimal install.
-
I have finally gotten used to ip addr as well. Took a while.
-
@scottalanmiller said in The WordPress on CentOS LEMP Challenge:
I have finally gotten used to ip addr as well. Took a while.
Yeah. I actually still prefer ifconfig... To me it is easier to parse that information with human eyes, lol.
-
@dafyre said in The WordPress on CentOS LEMP Challenge:
@scottalanmiller said in The WordPress on CentOS LEMP Challenge:
I have finally gotten used to ip addr as well. Took a while.
Yeah. I actually still prefer ifconfig... To me it is easier to parse that information with human eyes, lol.
Yep, it's still the output I expect to see as well. It's a time sink learning the new thing
-
@travisdh1 said in The WordPress on CentOS LEMP Challenge:
@dafyre said in The WordPress on CentOS LEMP Challenge:
@scottalanmiller said in The WordPress on CentOS LEMP Challenge:
I have finally gotten used to ip addr as well. Took a while.
Yeah. I actually still prefer ifconfig... To me it is easier to parse that information with human eyes, lol.
Yep, it's still the output I expect to see as well. It's a time sink learning the new thing
About the time the masses get it learned, it seems like they want to change it again.
-
Anyone know what triggered the ifconfig to ip suite change? I've never dug into the reasoning.
-
@scottalanmiller said in The WordPress on CentOS LEMP Challenge:
Anyone know what triggered the ifconfig to ip suite change? I've never dug into the reasoning.
Does it have something to do with SystemD?
-
I really have no idea.
-
I'm in shock that this silly thread, with just 57 posts on it, has over 5K views!
-
I think this thread must have picked up a few buzzwords along the way. Buzz word. Buzzword. Buzzy fuzzy word...
It seems to me like the new iproute2 tools are more powerful, at least according to some articles I've seen... and they have been around since 1999 according to Wikipedia, lol.