Modifiers, who, what, why, when?

Modifiers are flags that are set on different attributes, objects etc. within a program to control certain things like access and other functionality. There are two types of modifiers; Access - modifiers are used to set the access level for classes, attributes, methods and constructors. What that means is it will set who/what and how … Continue reading Modifiers, who, what, why, when?

Cron!

Cron is a time-based scheduler to execute scripts/commands on a time frame that you set. This is a neat little utility that is often over-looked for forgotten. I'll be honest I didn't have much experience for cron for a few years so basically forgot all there is to know! Well here is the basics anyone … Continue reading Cron!