Manage archival data

As we grow in time, our past learning transform to a vast data heap to be managed effectively to make efficient use of it whenever needed.  In this article, I’ll share some critical factors to be considered Data safety (no question of loosing data) and security (no question of loosing unauthorized access to the data). Ease of accessibility (how fast backup/restore or upload/download  and at what level file level). Scalability to support your future data Email: The most common/primary form of today’s electronic data is email. Here are few options to manage email The simplest and very common option is […]

Read more

Unlock Firefox settings

Administrators define various lock settings for Firefox via a config file named mozilla.cfg (located in FireFox install directory).  One has to edit this config file to unlock any of the locked settings. Then reload Firefox if it’s already running. Example: Many organizations restrict add-on installs by users using this method. Thus, when user attempts to install a add-on Firefox reports that “Software installation has been disabled by your system administrator.” To unlock the add-on installation feature one has to modify lockPref(“xpinstall.enabled”, false);   to lockPref(“xpinstall.enabled”, true);   Refer to http://www.pcc-services.com/kixtart/firefox-lockdown.html for detailed list of settings. -Govardhan

Read more