Ringmark

Ringmark is a web-based test suite that measures how well a mobile browser supports the capabilities that modern mobile web apps require.

Setting read-only Anonymous on MediaWiki

Disabling all other default permissions of anonymous on mediawiki, except read permission.

In file LocalSettings.php:

$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['writeapi'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createtalk'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
 

How to hard reset a netscreen device

Procedure to hard reset a netscreen router:

  1. push reset button for 4-6 seconds.
  2. release for 2 seconds.
  3. push reset button for another 4-6 seconds.

Connect PC to netscreen and surf to http://192.168.1.1 at web browser. If you skipped the install wizard, you may login to ScreenOS Web UI with admin username & password are both 'netscreen' by default.

If you would like to import a screenos config file,

Upgrade this site to Drupal 7 from d6

I just upgraded this site to drupal 7 from 6 successfully after few upgrade failure.

Preparion before upgrade
- disable all non-core (required/optional) modules.
- switch back the default theme to garland.
- backup the database to sql file.

Report of Software Freedom Day Hong Kong 2011

In software freedom day Hong Kong 2011, a stroked senior demonstrated how he types chinese characters with Stroke 5 input method, it shows how does free and open source software (F/OSS) help people to communicate with each others.

Stroke 5 input method is simplified input method of chinese, available on Linux platform. seniors told us that they doesn't need to memories representation of 26 english keys in traditional chinese input methods. With only 5 keys (ie. NM,./) representing 5 type of stroke in chinese writing, seniors and children who know how to write a chinese character in correct stroke orders can input chinese words easily.

http://www.youtube.com/watch?v=lyhKsctCUeY&list=PL048D777727401782&index...

Stroke 5 project leader and social worker, Mr Kingman Leung said that the make of input reference table with 10,000+ chinese characters are completed by local seniors few years ago. With assistance of debian developers, stroke 5 is added to SCIM and some other input method engines. He would like to invite open source developers to port stroke 5 to other platforms, including android and meego.

Pages

Subscribe to Sammy Symphony RSS