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)

5
How to display PHP errors without using PHP.ini fileview story

http://lpilinux.com – If you are using a shared server, or just have a limited account on your company servers, you might not have access to your php configuration file php.ini (this is usually found under /etc/php.ini in rhel/centos and /etc/php5/apache2/php.ini in debian/ubuntu). (HowTos)

6
How to Monitor a Java Application by using Nagiosview story

http://lpilinux.com – This is a slight departure from our regular programming. Instead of just concentrating on the sys admin side of things I want to show how to add a Nagios check to an existing application. (HowTos)