Tag Archives: tip

Download Files Using cURL

If you don’t have wget/fetch available just use cURL. $ curl -L -O <URL>

Posted in Blog | Tagged , | Comments Off

Set the time zone on a per user basis

Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer. Procedure – … Continue reading

Posted in Blog | Tagged , , | Comments Off

Read the Man Page

For years I have been using the syntax: $ find . -type f -exec rm {} \; For some reason I took the time to read the man page for find today and guess what: $ find . -type f … Continue reading

Posted in Blog | Tagged , | Comments Off

HOWTO Remove Emergency Dialing from Blackberry when Locked

I have what seems to be a relatively straightforward problem. I lock my blackberry, put it in my pocket and discover that a perfect series of motions result in the phone dialing 911. I find out the phone has dialed … Continue reading

Posted in Blog | Tagged , , | Comments Off