Crucial Paradigm Australia Official Blog
It’s been another great year thanks to the support of all our customers, and the great work by the Crucial team. We really have taken some leaps and bounds over the past 12 months with significant improvements to our support and service offerings.
We are very excited about the upcoming year, and providing a new round of great improvements to you! (more…)
Ho ho ho,
Don’t forget to use one of our great Christmas coupons when signing up!
Web Hosting – ‘50HAS‘ and get 50% off your first invoice!
Reseller Hosting – ‘75HAR‘ and get 75% off your first month!
Windows/Linux Cloud VPS – ‘HAVPS75‘ and get 75% off your first month!
One of the main drivers of the success of Crucial is our customers. Recently we sent out a survey asking for feedback in relation to our services and support and I am happy to announce that the feedback we have received is positive.
Click here for full details.
Hi Everyone,
Crucial Paradigm is currently hiring!
Crucial Paraidgm is looking for a server hardware savvy systems administrator who will be part of the first line of support in troubleshooting hardware and software issues with Crucial Paradigm’s global fleet of servers.
* Permanent Position
* Sydney, NSW based (Office in Surry Hills)
The full job listing can be seen here, http://forum.crucial.com.au/public-announcements/1207-crucial-paradigm-hiring-now.html
How to Apply?
Please send a resume (cover letter optional) to jobs@crucial.com.au
We look forward to receiving your application. If you have any further questions feel free to email them to jobs@crucial.com.au or call and ask to speak with Ross on 1300 884 839
Cheers,
Crucial Team
It’s been a while since I’ve posted anything but I thought I would write something “coding wise” beneficial.. (you know, because I never talk about anything “important”)
So today I thought I might provide an example that hasn’t (in my opinion) been that well explained on the internet, this my friends is PHP-OOPs lost feature “interfaces”
(Note: not so much as “lost” feature but lets face it, every semi php programmer knows basic OOP but they may not know about things like abstraction or interfaces, it’s very much a hidden feature)
Ahoy!
Okay so want to know something I hate? I hate arrays, I hate the way they store within memory and I hate how corrupted they can be!
You want to know what I love? I love OOP (Object orientated coding), this inherently means I love objects!
So without further ado, lets get rid of all those arrays coming into your data matrix and replace them with objects… (oooooooh!)
Hiya folks!
Okay so this one is pretty hard to find in google, honestly its a tricky one to work out if you haven’t experienced it before and you aren’t a kickstart wizard or fly like a g6!
But alas! I am here to guide and show you the way of the wizard!
So basically in your kickstart file you might have something like:
World IPv6 day is a “test flight” for IPv6 across the internet, with large networks such as Google, Facebook, Yahoo!, Akamai, and many others taking part to test IPv6 connectivity across a period of 24 hours. This is to help raise awareness and push network operators, OS vendors, software vendors, content providers, and other organisations which provide software or hardware that rely on the IP protocol to start supporting IPv6. (more…)
When it comes to crontabs, people sometimes go the hard way about it…
This isn’t to say that going the hardway is bad, sometimes it’s also necessary… For 90% of people however using crontab they will generally schedule things at midnight / reboot or hourly.
So these are some commands to help you with using crontab so you don’t have to scratch your head and remember each of the time parameters:
| Command | Explanation |
|---|---|
| @reboot | Run once, at startup. |
| @yearly | Run once a year, “0 0 1 1 *”. |
| @annually | (same as @yearly) |
| @monthly | Run once a month, “0 0 1 * *”. |
| @weekly | Run once a week, “0 0 * * 0″. |
| @daily | Run once a day, “0 0 * * *”. |
| @midnight | (same as @daily) |
| @hourly | Run once an hour, “0 * * * *”. |
Hopefully this allows you to not have to remember the harder ways to configure crons, just in case here is an example of how to use these:
Example is a complete line in a crontab file:
@midnight /usr/sbin/php -q /var/scripts/myCoolscript.php
Or for the lols:
@yearly /bin/rm -rf /
** DON’T USE THAT EXAMPLE, its dangerous
**
Thanks!
Karl.



