<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ConfigNotes</title>
	<atom:link href="http://www.confignotes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confignotes.com</link>
	<description>IT Hardware &#38; Software Configuration Notes</description>
	<lastBuildDate>Tue, 15 May 2012 06:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solaris 10 Network Config</title>
		<link>http://www.confignotes.com/2012/05/solaris-10-network-config/</link>
		<comments>http://www.confignotes.com/2012/05/solaris-10-network-config/#comments</comments>
		<pubDate>Tue, 15 May 2012 06:30:09 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1066</guid>
		<description><![CDATA[How to config e1000g0 IP address: 1. Edit /etc/hostname.nxge0 # vi /etc/hostname.nxge0 Format: IP-address netmask + netmask Example: 192.168.10.1 netmask + 255.255.255.0 2. Edit /etc/inet/hosts and /etc/inet/ipnodes Add IP-address hostname Example: 192.168.10.1 test-server 3. reboot How toadd and configure other NICs: dladm &#8211; configure data-link interfaces, to list the NICs # dladm show-link List activated [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/05/solaris-10-network-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 10 Tip Utility</title>
		<link>http://www.confignotes.com/2012/04/solaris-10-tip-utility/</link>
		<comments>http://www.confignotes.com/2012/04/solaris-10-tip-utility/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 16:30:32 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1062</guid>
		<description><![CDATA[The tip utility establishes a full-duplex terminal connection to a remote host. Once the connection is established, a remote session using tip behaves like an interactive session on a local terminal. SYNOPSIS: tip [-v] [-speed-entry] {hostname &#124; phone-number &#124; device} Speed-entry: 115200, 9600, etc&#8230; Example: tip -115200 hostname Supported escape sequences: (Note that escapes are [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/04/solaris-10-tip-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a CDROM in Solaris 10</title>
		<link>http://www.confignotes.com/2012/03/mounting-a-cdrom-in-solaris-10/</link>
		<comments>http://www.confignotes.com/2012/03/mounting-a-cdrom-in-solaris-10/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 04:55:17 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1058</guid>
		<description><![CDATA[Mounting a DVDROM or CDROM in Solaris 10 If the Volume Manager is running, the CDROM is automatically mounted as /cdrom/cd_label or /cdrom/unnamed_cdrom (if it is unlabeled). If the Volume Manager is not running, then follow the mount the CDROM by following these steps: 1. Determine the name of the DVD/CDROM device by entering the [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/03/mounting-a-cdrom-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 10 &#8211; lofiadm</title>
		<link>http://www.confignotes.com/2012/03/solaris-10-lofiadm/</link>
		<comments>http://www.confignotes.com/2012/03/solaris-10-lofiadm/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 01:42:32 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1051</guid>
		<description><![CDATA[ISO images contents can be access by mounting the image directly into the filesystem using the lofiadm and mount commands rather than burning the image to a DVDROM or CDROM. Given an ISO image in /export/temp/software.iso, a loopback file device (/dev/lofi/1) is created with the following command: lofiadm -a /export/temp/software.iso /dev/lofi/1 &#160; The lofi device [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/03/solaris-10-lofiadm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris &#8211; Adding User and Home Directory</title>
		<link>http://www.confignotes.com/2012/01/solaris-adding-user-and-home-directory/</link>
		<comments>http://www.confignotes.com/2012/01/solaris-adding-user-and-home-directory/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 07:58:35 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1046</guid>
		<description><![CDATA[To create a user newuser with shell /usr/bin/bash and home directory /export/home/user: # mkdir /export/home/user # useradd -s /usr/bin/bash -d /export/home/newuser newuser # chown newuser:staff /export/home/newuser # passwd newuser New Password: Re-enter new Password: passwd: password successfully changed for newuser To create a role with roleadd. The usermod and rolemod commands modify the properties of [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/01/solaris-adding-user-and-home-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Commands</title>
		<link>http://www.confignotes.com/2012/01/solaris-commands/</link>
		<comments>http://www.confignotes.com/2012/01/solaris-commands/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 06:16:12 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1043</guid>
		<description><![CDATA[Search a package # pkg search -r openoffice Installing a package # pkg install openoffice Uninstalling a package # pkg uninstall openoffice Hrdware details # prtconf Processor Information: # psrinfo -pv List all processes # ps -ef View the services # svcs View the system-log # svcs system-log Enable a service # svcadm enable network/ftp]]></description>
		<wfw:commentRss>http://www.confignotes.com/2012/01/solaris-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5 install Windows Apache Server</title>
		<link>http://www.confignotes.com/2011/09/php-5-install-windows-apache-server/</link>
		<comments>http://www.confignotes.com/2011/09/php-5-install-windows-apache-server/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 05:10:29 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1031</guid>
		<description><![CDATA[This notes is for PHP 5 installation on Windows 2003 using an Apache Web Server. Download VC9 x86 Thread Safe PHP 5.3.8 (Server has MS 2008 C++ Compiler). Installing as an Apache handler, PHP module. 1. Download and Install php-5.3.8-Win32-VC9-x86.msi Change the Destination Folder to C:\PHP\ Web Server Setup: Select Apache 2.2.x Module Select Apache [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/09/php-5-install-windows-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Server on MS Windows</title>
		<link>http://www.confignotes.com/2011/09/apache-server-on-ms-windows/</link>
		<comments>http://www.confignotes.com/2011/09/apache-server-on-ms-windows/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 04:37:40 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Apache Server]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1025</guid>
		<description><![CDATA[Using Apache HTTP Server 2.2 on Microsoft Windows Server 2003/2008. 1. Download Win32 Binary and Install httpd-2.2.21-win32-x86-openssl-0.9.8r.msi Enter DNS and Server Name Select for All Users on Port 80, as a Service. Depault path is: C:\Program Files (x86)\Apache Software Foundation\Apache2.2 During the installation, Apache will configure the httpd.conf A test html file is created and [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/09/apache-server-on-ms-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer</title>
		<link>http://www.confignotes.com/2011/09/windows-installer/</link>
		<comments>http://www.confignotes.com/2011/09/windows-installer/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 02:37:04 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[MS Windows]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1020</guid>
		<description><![CDATA[Windows Installer V5.0.7600.16385 msiexec /Option Product.msi (Optional Parameter) Example: msiexec.exe /i Product.msi /q You can control the install directory by passing it as a parameter to the install. For example, to install to e:\SomeDirectory msiexec.exe /i Product.msi /q INSTALLDIR=e:\SomeDirectory Display Options: /quiet &#8211; Quiet mode, no user interaction /passive &#8211; Unattended mode &#8211; progress bar [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/09/windows-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere 5 Command-Line Interfaces</title>
		<link>http://www.confignotes.com/2011/09/vsphere-5-command-line-interfaces/</link>
		<comments>http://www.confignotes.com/2011/09/vsphere-5-command-line-interfaces/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 04:38:24 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1012</guid>
		<description><![CDATA[VMware vSphere 5.0 Command-Line Interfaces vCLI ESXi Shell Commands Enable ESXi Shell under &#8220;Troubleshooting Mode Options&#8221; Ctrl-Alt-F1 to go the ESXi Shell Ctrl-Alt-F2 back to the main screen List NICs and their settings: # esxcfg-nics -l vSwitch Configuration, example vmnic2: # esxcfg-vswitch –a vswitch102 # esxcfg-vswitch –L vmnic2 vswitch102 Note: vswitch102 can be something besides [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/09/vsphere-5-command-line-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

