Tag: linux
Install LAMP on Ubuntu 18.04 LTS
Install Python3 and pip3 on CentOS 7
CentOS 7 still have Python 2.7 as the default tool. EPEL repository comes up with Python 3. Thanks to EPEL repo. Here’s the way to setup Python 3 and pip3 on CentOS environment. Install python34 and python-pip package. [root@cms ~]# yum install python34 python-pip Loaded plugins: fastestmirror Loading mirror speeds…
Disable Selinux on CentOS 7
Selinux stands for Secutiry-Enahanced Linux (https://en.wikipedia.org/wiki/Security-Enhanced_Linux). Selinux is a Linux kernel security module that provides a mechanism for supporting access control security policies. A Linux kernel integrating SELinux enforces mandatory access control policies that confine user programs’ and system servers’ access to files and network resources. Some times for testing…
Install LAMP on Ubuntu 18.04 LTS
Install Python3 and pip3 on CentOS 7
CentOS 7 still have Python 2.7 as the default tool. EPEL repository comes up with Python 3. Thanks to EPEL repo. Here’s the way to setup Python 3 and pip3 on CentOS environment. Install python34 and python-pip package. [root@cms ~]# yum install python34 python-pip Loaded plugins: fastestmirror Loading mirror speeds…
Disable Selinux on CentOS 7
Selinux stands for Secutiry-Enahanced Linux (https://en.wikipedia.org/wiki/Security-Enhanced_Linux). Selinux is a Linux kernel security module that provides a mechanism for supporting access control security policies. A Linux kernel integrating SELinux enforces mandatory access control policies that confine user programs’ and system servers’ access to files and network resources. Some times for testing…