<?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>Sun, 15 Jan 2012 08:05:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>
		<item>
		<title>RHEL VNC Server Configuration</title>
		<link>http://www.confignotes.com/2011/08/rhel-vnc-server-configuration/</link>
		<comments>http://www.confignotes.com/2011/08/rhel-vnc-server-configuration/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 15:16:26 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1007</guid>
		<description><![CDATA[RHEL 6.1 TigerVNC Server Configuration Current version included in RHEL 6.1: tigervnc-1.0.90.0.15.20110314svn4359.e16.x86_64 Version 1.01 from tigerVNC.org, as I write this notes. To update or Install tiger vnc server: # yum install tigervnc* Edit vncservers file: # vi /etc/sysconfig/vncservers Uncomment the two lines below and edit it with your own username: VNCSERVERS=”2:myusername” VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/08/rhel-vnc-server-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Core Configurations</title>
		<link>http://www.confignotes.com/2011/07/windows-server-2008-core-configurations/</link>
		<comments>http://www.confignotes.com/2011/07/windows-server-2008-core-configurations/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 03:48:17 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=1001</guid>
		<description><![CDATA[Commands to configure Server Core in cmd.exe To configure: Domain or Workgroup, Computer Name, Remote Desktop, and Network Settings (screen shot below). Run Server Configuration: sconfig To Disable error reporting: serverWerOptin /disable To Disable Participate in the Customer Experience Improvement Program (CEIP): serverCEIPOptin /disable To install update: wusa update.msu /quiet To List installed updates: systeminfo [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/07/windows-server-2008-core-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware file Extentions</title>
		<link>http://www.confignotes.com/2011/07/vmware-file-extentions/</link>
		<comments>http://www.confignotes.com/2011/07/vmware-file-extentions/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 20:49:42 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=993</guid>
		<description><![CDATA[VMware ESXi 5.0 Virtual Machine file Extentions These are the five files extentions in a datastore folder of a newly created Virtual Machine: .vmdk, .nvram, .vmx, .vmxf, and .vmsd. .vmdk This is a virtual disk file, which stores the contents of the virtual machine&#8217;s hard disk drive. A virtual disk is made up of one [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/07/vmware-file-extentions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Prefetch</title>
		<link>http://www.confignotes.com/2011/06/windows-prefetch/</link>
		<comments>http://www.confignotes.com/2011/06/windows-prefetch/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 22:30:17 +0000</pubDate>
		<dc:creator>Ferdy</dc:creator>
				<category><![CDATA[MS Windows]]></category>

		<guid isPermaLink="false">http://www.confignotes.com/?p=988</guid>
		<description><![CDATA[The prefetch folder is located in: C:\Windows\prefetch Delete the files in the prefetch folder. To Configure Prefetch, edit the Windows registry: regedit Edit the following Regsitry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters In the right-pane, edit “EnablePrefetcher”. Options: 0 – Disable Prefetch in Windows 1 – Prefetch only Application Lauunch files 2 – Prefetch only Boot files [...]]]></description>
		<wfw:commentRss>http://www.confignotes.com/2011/06/windows-prefetch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

