Difference between revisions of "User:FreeTim"

From WebOS Internals
Jump to navigation Jump to search
m (Added my sandbox)
Line 9: Line 9:
  
 
==About Me==
 
==About Me==
* FreeTim - Well my name is Tim, I'm a computer Systems Engineer for a large company.  
+
* FreeTim - Well my name is Tim, I'm 45 years old, I'm a computer Systems Engineer for a large company.  
 
* I'm a specialist in multiple disciplines such as SunOS, and MCSE+i, Linux, Apache, HPUX, cisco, etc.
 
* I'm a specialist in multiple disciplines such as SunOS, and MCSE+i, Linux, Apache, HPUX, cisco, etc.
 
* I work near MIT, with a view of the banks of the Charles River in Boston.   
 
* I work near MIT, with a view of the banks of the Charles River in Boston.   
Line 18: Line 18:
  
 
==Things I think are Useful for me to have here==
 
==Things I think are Useful for me to have here==
 +
===Sandbox===
 +
This is [http://www.webos-internals.org/wiki/freetim_sandbox my sandbox] that I use when initially preparing new wiki pages, before release.
 
===Blocking WebOS updates===
 
===Blocking WebOS updates===
 
I don't want the updates to happen at some unplanned (for me) time, so here is the way to block webOS updates:
 
I don't want the updates to happen at some unplanned (for me) time, so here is the way to block webOS updates:

Revision as of 16:45, 31 December 2009

Pages

Pages I contributed to the community are linked here. I'm not a developer I'm a systems engineer, so these won't be apps or patches, just things of interest regarding access to the underlying Linux operating system, install documents and other Systems things of interest.

About Me

  • FreeTim - Well my name is Tim, I'm 45 years old, I'm a computer Systems Engineer for a large company.
  • I'm a specialist in multiple disciplines such as SunOS, and MCSE+i, Linux, Apache, HPUX, cisco, etc.
  • I work near MIT, with a view of the banks of the Charles River in Boston.
  • I'm one of the founders of the WEBOSBOSTON community We have monthly meetings.
  • I ride MOTORCROSS on the weekends (one of the two days, during the season.)

You'll find me in the IRC chat rooms all day, every day.

Things I think are Useful for me to have here

Sandbox

This is my sandbox that I use when initially preparing new wiki pages, before release.

Blocking WebOS updates

I don't want the updates to happen at some unplanned (for me) time, so here is the way to block webOS updates:

cd /usr/bin
mount -o remount,rw /
chmod 664 UpdateDaemon
mount -o remount,ro /



Then, reboot (ORN+ shift +R)
To reverse the process use this;

chmod 775 UpdateDaemon



This makes it executable again as it was before, and then reboot (required.)