Questions tagged [centos6.5]

CentOS CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

Distributions

198 questions
-2
votes
1 answer

Can not ssh into a newly created user in Centos 6.5

I am doing this using fabric (python): Login as root to a brand new Centos 6.5 box from linode.com Run the following script The script: #!/bin/bash yum -y update adduser shortfellow echo "shortfellow ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers echo…
Ranjith Ramachandra
  • 10,399
  • 14
  • 59
  • 96
-2
votes
1 answer

Centos 6.5 CPU load high intermittently

I am running a network server application in CentOS 6.5, having 200 forks with 100,000 maximum client per fork. Normally the traffic is 200K requests per minute. I have seen that CPU load gets high up to 200% and then comes back to normal around 2%…
-5
votes
2 answers

how to print in python a simple string

I have centos 6.5 If I type python, I get: Python 3.3.2 (default, Oct 30 2013, 08:01:17) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux I created a file 1.py with: print "Goodbye, World!" I do python ./1.py I get File "./1.py", line 1 …
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
1 2 3
13
14