by Pranav Rastogi on June 6, 2012
Creating or adding a user in Linux can be done using the useradd command. The user created via useradd command stays locked until it is assigned a password.
To add a user in any Linux distro, run the following command (adding user called ‘account-name’):
[click to continue…]
by Pranav Rastogi on April 3, 2012
Some people might encounter an XSLT stylesheet rendering error if their servers are configured to render .xsl files. The error is:
Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype
There’s an easy fix for the above error. [click to continue…]