The REST Architecture
Representational State Transfer (REST) is the architectural style used in the development of Web services for the World Wide Web. RESTful systems typically use HTTP to... »
Representational State Transfer (REST) is the architectural style used in the development of Web services for the World Wide Web. RESTful systems typically use HTTP to... »
The iptables firewall allows all traffic by default. If we just set up our server, we are not going to have any rules as of yet.... »
Cron is a system daemon that executes tasks at designated times. Crontab files are user specific, and can executed with admin privledges. Look for our current... »
Duck typing is an object oriented design technique that lets us determine an object by using its properties and its methods. We are not concerned with... »
The grep command is without a doubt currently my favorite command. Lets say we are writing a large complex application, and we have some method that... »