About the author
To enable root account, use the command:sudo passwd rootThis will prompt for a new root password and once confirmed, the root account can be used to login.To disable root account in Ubuntu, lock the root account by using the command:sudo passwd -l rootTo work on a root console, use the following commandsudo -i
This article discusses the new Delphi 8 property access specifiers.
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.