Archive for September, 2007

I’m looking for 2 PHP programmers!

on Sunday, September 16th, 2007

I’m looking for 2 PHP Programmer for the company I’m working for.
I’ll be hiring a Senior and Intermediate PHP programmer.

If you’re in Montreal, QC and intrested in drop a comment I’ll contact you.
This is not a webmaster/designer etc job, if you’re a pure PHP programmer I want you!

Position: Full Time, Permanent
Industry: IT Multimedia/Entertainment
Qualifications: PHP, MySQL, Apache, Javascript (Ajax)
Assets: CSS, Java,Oracle, PL/SQL
Important: Version Controlling (CVS,SVN or BitKeeper), Debugging (XDebug, Zend or DBG)
Start Date: Immediate

PS: If you are a PHP Guru, you should definately apply, it’s a well paid job.
PSS: This ad is valid until the end of 2007.

Important update: If you are not already living in Montreal, you don’t need to apply. Thank you.

How to check your new dedicated server?

on Sunday, September 16th, 2007

You’ve just bought a new dedicated server, what should you do before moving?
Check what is promissed and what is given!

  1. Check the CPU
    # dmesg | grep "CPU:"
    CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2813.54-MHz 686-class CPU)
  2. Memory
    #dmesg | grep memory
    real memory = 1072627712 (1022 MB)
    avail memory = 1040084992 (991 MB)
  3. Hard Disk
    #di -th | grep Total
    Total 104.4G 1.2G 94.8G 9%
  4. Number of IPs (I’ve masked my ips with ?)

    #ifconfig -a | grep inet
    inet ??.???.??.?? netmask 0xffffffe0 broadcast ??.???.?.?
    inet ??.???.??.?? netmask 0xffffffe0 broadcast ??.???.?.?
    inet ??.???.??.?? netmask 0xffffffe0 broadcast ??.???.?.?
    inet 127.0.0.1 netmask 0xff000000