This is the dumbest article ever.
Would the internet as we know it exist without Linux? Absolutely not. Where Linux shines the most is in its server applications – no question, says Rich Menga.
{ 6 comments }
Posts tagged as:
Red Hat Directory Server (RHDS) wins “Best Identity Management Solution” at “SIIA’s 2008 Codie” awards. RHDS is based upon the Fedora Directory Server (FDS), which is an LDAP (Lightweight Directory Access Protocol) server developed by Red Hat, as part of Red Hat’s community-supported Fedora Project. Fedora Directory Server is identical to the Red Hat Directory Server (rebranded version).
{ 5 comments }
For security, reason it is necessary to disable all account(s) with no password and lock them down. Solaris, Linux and FreeBSD provide account locking (unlocking) facility.
Lock Linux user account with the following command:
passwd -l {user-name}
For unlocking the account use:
passwd -u {user-name}
-l : This option disables an account by changing the [...]
{ 2 comments }
Recently one of our HP-UX servers went down and it needed recovery. Since I’m new to HP UX one of our senior UNIX admin pointed me that they have a system recovery tape. After going through our internal docs and other resources, I was able to recover system :)
Here is what I did…
First I had [...]
{ 2 comments }