Ubuntu QA:
BlogBrainstorm
Log in
Ubuntu QA
The Ubuntu community has contributed 12232 ideas, 57574 comments, 1174524 votes

Contributor linuxworks




up
599
down
Support ZFS file system  
Written by linuxworks the 29 Feb 08 at 01:16. Category: System. Related to: Nothing/Others. New
ZFS Features

* Pooled Storage Model
* Always consistent on disk
* Protection from data corruption
* Live data scrubbing
* Instantaneous snapshots and clones
* Fast native backup and restore
* Highly scalable
* Built in compression
* Simplified administration model

Source code:
http://opensolaris.org/os/community/zfs/source

What Is ZFS?
http://opensolaris.org/os/community/zfs/whatis/

ZFS:
http://en.wikipedia.org/wiki/ZFS


FreeBSD has ported ZFS:

http://lists.freebsd.org/pipermail/freebsd-current/2006-August/065306.html
http://www.freebsd.org/releases/7.0R/announce.html

[....]

See the 38 comments (latest comment the 10 Aug 08 at 16:42) >>

up
-30
down
MS Exchange Calandering support  
Written by linuxworks the 29 Feb 08 at 08:15. Category: Installation. Related to: Nothing/Others. New
This is more of a Mozilla Thunderbird issue but I think Ubuntu should push more for better calendering integration using the SDK provide by MS .

http://msdn2.microsoft.com/en-us/library/ms988691%28EXCHG.65%29.aspx


Calendaring

Microsoft® Exchange Server 2003 includes rich calendaring features that you can use to build calendaring applications. Collaboration Data Objects (CDO) provides the logic necessary to create applications that incorporate appointments, meetings, messages, and other calendaring items. The topics in this section describe how to use CDO to develop custom calendaring solutions.

//Creating an Appointment with CDOEx

#import rename_namespace("CDO") raw_interfaces_only

#include
#include

enum ConnectModeEnum

adModeUnknown = 0,
adModeRead = 1,
adModeWrite = 2,
adModeReadWrite = 3,
adModeShareDenyRead = 4,
adModeShareDenyWrite = 8,
adModeShareExclusive = 12,

[....]

See the 4 comments >>