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
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!