Zend Certified Engineer

phpguru.org

Quality PHP, Javascript and C# code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Articles

HTML5

Javascript

PHP5

PHP4


Bookmark with delicious Stumble! this site tweet this site

Linux file attributes

A little known, or at least little mentioned, aspect of the Linux ext2fs is file attributes. Not permissions, attributes. They allow you to do some quite useful things that you might think you need other software for, but they're actually built into your file system. To view or change these you can use the lsattr and chattr commands. The available attributes are:

Some quite handy things I think you'll agree. The most useful ones I think are a, A and i. And c, but my man page says it's experimental (bear in mind my version of Linux is rather old). If you want more information, try man chattr.

See also

http://www.securityfocus.com/infocus/1407 More information

RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.