Once you have confronted your demons and come to terms with the reasons why you procrastinate, you are ready to begin to avoid it altogether. This involves establishing habits that allow you to work hard and smart. Basically it draws upon your organizational skills and your ability to create and maintain a positive attitude.
You will go a long way to avoiding procrastination and begin enjoying your work if you stop dreading it. Look at the positive aspects, or at least try to. If you are faced with a task you truly hate, find some way to treat yourself once… Read the rest of this entry »
From our own experience, not many folks keep up their named.ca or root.hints file for the DNS service. Fetching this file every month is recommended if you run a busy recursive DNS service, for example, an ISP provider DNS or medium to large corporation DNS servers.
You can easily fetch this file with a dig utility:
dig @a.root-servers.net . ns > root.hints
or
dig @a.root-servers.net . ns > named.ca
You can easily set-up a crontab entry to perform file update.
Enjoy!
Some fellas are experiencing errors with long form post data – when users press send button not all form fields are submitted. This is because Cpanel with suhosin patch does accept only max post vars of 200. Avactis shopping cart users may experience problems with country post data. The fix is very easy, you need to add the following string to your php.ini
On most Linux platforms your php.ini can be found /usr/local/lib directory. Full path: /usr/local/lib/php.ini
Add to the bottom of this file:
suhosin.post.max_vars = 2048
Remember to restart your Apache daemon and you should be set. You can… Read the rest of this entry »