Archive

Archive for February, 2010

Adding Users and Groups via Command Line (Solaris)

February 21st, 2010 No comments

(And userstanding UIDs)

1. Login as root (or any account with UID=0) then create the new group:

groupadd myusers   (a new entry is created in the /etc/group file) Read more…

Categories: Unix(*nix) Tags:

Install and Remove IPv6 on Windows

February 8th, 2010 No comments

To install IPv6:

Start, point to All Programs, point to Accessories, and then click Command Prompt.
At the command prompt, type: ipv6 install and press the Enter Key.

To uninstall IPv6:

Start, point to All Programs, point to Accessories, and then click Command Prompt.
At the command prompt, type:netsh int ipv6 uninstall and press the Enter Key.

Categories: Uncategorized Tags:

Nagios Primer

February 6th, 2010 No comments

New to Nagios? If you need an overall idea, look at these files that are stored in directories on a Linux machine. (Once Nagios installed of course).  Configure  your stuff and monitor an enterprise-class network or use “distributed nagios” (use the search box) to monitor a global network.

Categories: Nagios Tags: