This blog is about PHP in general. It tackles various topics related to the language itself especially at the OOP level, discusses various topics related to Zend Framework and shares my experience with Cake PHP. I believe that mastering technology is heavily based on one's ability to discuss its details and share knowledge with others. Technology is a wide wild world after all!
victor | 07 December, 2012 08:50
In this post, I will tackle a very important (and usually ignored topic) when programming in PHP.
Data validation and sanitization is not only important at the business level, but also very important at the security level since this is where most attacks usually take place especially when dealing with SQL injection and Cross-Site Scripting attacks.
victor | 03 December, 2012 12:27
First, we will install NTP Daemon which will keep the server time in sync continuously.
yum install ntp
chkconfig ntpd on
Then, we will set the time for the first time from the command prompt.
ntpdate pool.ntp.org
Then, we will start the NTP daemon to keep the time in sync continuously.
/etc/init.d/ntpd start
Then, we will sync the current date / time to the server's hardware clock.
This can be done as follows:
hwclock --systohc
Please note that to check your current date, you simply need to execute the 'date' command
date
« | December 2012 | » | ||||
---|---|---|---|---|---|---|
Su | Mo | Tu | We | Th | Fr | Sa |
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
I am an expert in Web technologies, Online Digital Services and Interactive solutions. I am very interested in challenges related to web services engineering especially complex and hybrid online solutions (Intranet, Extranet, Mobile, e-Commerce, etc.) and algorithms (search engines, security, etc.)
I am a security expert as well. My expertise is mainly in network, mobile and Internet security. I am also an expert in the fields cryptography, security assessment techniques, security design (policies, profiles, architectures, etc.) as well as security auditing and ethical hacking.
I am a Linux fan (by nature :). Period.