3
status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refusedview story

https://www.centos.org – Hi,For some reason my mail server (Postfix) seems to have stopped delivering mail.The error in the mail logs is "status=deferred (delivery temporarily suspended: connec... [by blackcat9] (Distributions)

6
Use Centos 4.8 as a gateway direct to my modemview story

https://www.centos.org – I have a big question here, well small question but major change in my home network.Just fancied having a centos server as some kind of both caching server (using squid probably, unless... [by jsmith1981] (Distributions)

4
Allow Your Applications To Access The XAMPP MySQL Server Directlyview story

http://howtoforge.com – Allow Your Applications To Access The XAMPP MySQL Server Directly If you want to have a full featured "LAMP" server with one step you can use "XAMPP", it's easy and fast but you can't access its MySQL database server using the regular "mysql" client (/usr/bin/mysql), you have to use its own client (/opt/lampp/bin/mysql) to do that. (HowTos)

3
I got hacked (rooted)view story

https://www.centos.org – Hello, new on these forums. My virtual private server (VPS) used for hosting some of my own websites was compromised yesterday. I received LFD email warnings. The host company ... [by james_uk] (Distributions)

9
As if a TCP port moved from a dying server to a running oneview story

https://www.centos.org – Client 31864/jXYZ is connected to server 595/aXYZ using tcp on port 58104. Kill server 595/aXYZ, client 31864/jXYZ still thinks he is connected to server 595/aXYZ but he is actually connected to 6... [by Yassir] (Distributions)

6
Server list finding my server unresponsive?view story

https://www.centos.org – I'm damn sure that, I'm late for the OP. But here is the similar topic: (Distributions)

6
Eth0/1/2 device hangs on boot upview story

https://www.centos.org – I am new at cent os. i have 5.4 installed on a super-micro server motherboard (has two gigabit ether ports). when i boot while its initializing everything it gets to the "starting eth0&q... [by Juniortech] (Distributions)

5
Canon, Fujitsu seal multi-million dollar dealview story

http://www.itwire.com – Fujitsu Australia and New Zealand has secured a multi-million dollar, 40 month services agreement with Canon Australia to provide managed services to Canon’s server, desktop, help desk and other ICT operations. (IT news)

6
ssh - secure root access with no passwordview story

http://www.go2linux.org – Dictionary attacks as described in Wikipedia are: In cryptanalysis and computer security, a dictionary attack is a technique for defeating a cipher or authentication mechanism by trying to determine its decryption key or passphrase by searching likely possibilities. (HowTos)

3
Simple CRUD With CodeIgniterview story

http://fwebde.com – Last week we took a look at an introduction to the CodeIgniter PHP framework. In that example we saw the basics of how CodeIgniter works and the basics of the MVC pattern. But we didn't really do much with models. Today we will look at the power of models in CodeIgniter to make CRUD functions easy. (Distributions)