1,760
edits
Changes
→SELinux
=== SELinux ===
Disable and no tools
=== Python ===
<pre>
Python 2.x:
student@ict-2014-v1 ~ $ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Python 3.x:
student@ict-2014-v1 ~ $ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
</pre>