Some times, you might get errors in your sinology and be unable to delete files. This is likely due to a corrupted filesystem which requires fixing. Continue reading How to FSCK your synology
Category Archives: Linux
All Linux related posts
Development Links
Here is a list of of links that i have used as reference in some way when writing iPhone Software. Continue reading Development Links
Javascript Databases for offline storage
This new Javascript DB thing is fantastic. It allows one to open and store information offline, and local to the device that was accessing the website. The retrieval of the information is based on standard SQL. Continue reading Javascript Databases for offline storage
Parsing Excel in PERL
i didn’t know where to put this so i placed it here under the scope of development.
For how to parse EXCEL files in rows and columns, look at http://www.ibm.com/developerworks/linux/library/l-pexcel/