dufault.info

Ramblings of a phone weenie, Linux sysadmin, and other things geeky

My new HTC Touch Pro from Telus

A few weeks ago I purchased a replacement handset to my HTC Touch, the HTC Touch Pro from my local CDMA provider, Telus. I’m very pleased to say that the upgrade was a complete success, and that the majority of my complaints with the Touch have been resolved.
My new HTC Touch Pro has improved [...]

Check out my new article on itnewb: Easy Logins With SSH On Linux!

I wrote an article for a friends site, check it out: Guide To Easy Logins With SSH On Linux
I didn’t know that article writing took so long — the amount of writing, rewriting, critiquing, etc etc was a new experience. I’ll have to keep writing articles — teaching others is a good way to [...]

Logging all BASH commands to history, and keeping people from deleting/emptying it

Usually on Linux server, we have issues with logging the commands that our users are running, especially with BASH. BASH doesn’t log the commands as soon as they’re executed, and the user can do a number of simple things to prevent the log from ever being written to the disk, preventing you from knowing [...]