<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4409354450223593269</id><updated>2011-12-19T06:33:49.225-08:00</updated><category term='ping'/><category term='apt-get'/><category term='qemu'/><category term='nagios'/><category term='SSL'/><category term='MySQL'/><category term='PostgreSQL'/><category term='Subversion'/><category term='AIX'/><category term='Apache2'/><category term='kernel'/><title type='text'>Yes! That works fine!</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-7042521025461664093</id><published>2009-02-18T09:06:00.000-08:00</published><updated>2009-02-18T09:07:04.690-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apt-get'/><title type='text'>install ubuntu/debian development tools</title><content type='html'>apt-get install build-essential&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-7042521025461664093?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/7042521025461664093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=7042521025461664093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7042521025461664093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7042521025461664093'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2009/02/install-ubuntudebian-development-tools.html' title='install ubuntu/debian development tools'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-7925497726991081515</id><published>2009-01-22T07:25:00.000-08:00</published><updated>2010-01-24T17:19:38.161-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AIX'/><title type='text'>Cannot copy more than 1 Gb file in AIX</title><content type='html'>You have to change your limits&lt;br /&gt;&lt;br /&gt;1. Open /etc/security/limits and assign to your username thw following:&lt;br /&gt;oracle:&lt;br /&gt;       fsize = -1&lt;br /&gt;       core = -1&lt;br /&gt;       cpu = -1&lt;br /&gt;       data = -1&lt;br /&gt;       rss = -1&lt;br /&gt;       stack = -1&lt;br /&gt;       nofiles = -1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-7925497726991081515?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/7925497726991081515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=7925497726991081515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7925497726991081515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7925497726991081515'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2009/01/cannot-copy-more-than-1-gb-file-in-aix.html' title='Cannot copy more than 1 Gb file in AIX'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-4563804428425490086</id><published>2009-01-22T07:00:00.000-08:00</published><updated>2009-01-22T07:01:59.492-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AIX'/><title type='text'>How to make arrows work in AIX</title><content type='html'>Just add the following entries in your /home/username/.profile&lt;br /&gt;&lt;br /&gt;alias __A=`echo "\020"`&lt;br /&gt;alias __B=`echo "\016"`&lt;br /&gt;alias __C=`echo "\006"`&lt;br /&gt;alias __D=`echo "\002"`&lt;br /&gt;alias __H=`echo "\001"`&lt;br /&gt;set -o emacs&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-4563804428425490086?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/4563804428425490086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=4563804428425490086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4563804428425490086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4563804428425490086'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2009/01/how-to-make-arrows-work-in-aix.html' title='How to make arrows work in AIX'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-4745460293301261240</id><published>2009-01-21T07:36:00.000-08:00</published><updated>2009-01-21T07:40:15.276-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AIX'/><title type='text'>How to start daemons at the system startup in AIX servers</title><content type='html'>&lt;pre&gt;&lt;b&gt;AIX 5.3&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;1. Create a rc.local file in /etc/&lt;br /&gt;2. Apply proper permissions&lt;br /&gt;a.    chown root:sys /etc/rc.local&lt;br /&gt;b.    chmod 744 /etc/rc.local&lt;br /&gt;3. Add an entry in /etc/inittab so whenever the server is rebooted the script will be started.&lt;br /&gt;a. mkitab -i rcnfs "rclocal:2:wait:/etc/rc.local &gt; /dev/console 2&gt;&amp;amp;1"&lt;br /&gt;4. add your services to rc.local&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-4745460293301261240?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/4745460293301261240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=4745460293301261240' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4745460293301261240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4745460293301261240'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2009/01/how-to-start-daemons-at-startup-in-aix.html' title='How to start daemons at the system startup in AIX servers'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-7609023397733829898</id><published>2008-12-19T12:11:00.000-08:00</published><updated>2008-12-19T12:43:26.968-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ping'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel'/><title type='text'>Ping does not respond after 8 or 9 successful replies.</title><content type='html'>Today I had an interesting issue on Ubuntu 8.10.&lt;br /&gt;&lt;br /&gt;We have 2 NICS on the server one has the following ip 172.16.20.10/16 and another one has 172.16.60.10/16. I know they are on the same network though but we had to do it in order to accomplish some routing issues.&lt;br /&gt;&lt;br /&gt;So here is the problem:&lt;br /&gt;When I try to ping our ISPs Gateway it succesful pings till the eighth or ninth reply and stops replying.&lt;br /&gt;On ubuntu 6.10 it works fine.&lt;br /&gt;&lt;br /&gt;So here is the solution:&lt;br /&gt;&lt;br /&gt;Since we have 2 NICs with the same network address when the second one tries to reach a remote server the Kernel thinks it is a spoofing attack since by default it is enable  source address verification against spoofing attacks.&lt;br /&gt;So what you have to do is to change the rp_filter kernel parameter to 0 (zero).&lt;br /&gt;&lt;br /&gt;1. Edit 10-network-security.conf&lt;br /&gt;vi  /etc/sysctl.d/10-network-security.conf&lt;br /&gt;change to 0 (zero)&lt;br /&gt;2. invoke-rc.d procps start&lt;br /&gt;&lt;br /&gt;This is it!&lt;br /&gt;&lt;br /&gt;Leonardo&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-7609023397733829898?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/7609023397733829898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=7609023397733829898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7609023397733829898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7609023397733829898'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/12/ping-does-not-respond-after-8-or-9.html' title='Ping does not respond after 8 or 9 successful replies.'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-7583223142550457091</id><published>2008-11-26T08:25:00.000-08:00</published><updated>2008-11-26T08:26:28.259-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nagios'/><title type='text'>Error: Could not stat() command file '/var/lib/nagios2/rw/nagios.cmd'!</title><content type='html'>stop nagios2&lt;br /&gt;/etc/nagios2# dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw&lt;br /&gt;/etc/nagios2# dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios2&lt;br /&gt;start nagios2&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-7583223142550457091?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/7583223142550457091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=7583223142550457091' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7583223142550457091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/7583223142550457091'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/11/error-could-not-stat-command-file_26.html' title='Error: Could not stat() command file &apos;/var/lib/nagios2/rw/nagios.cmd&apos;!'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-4353957389888001579</id><published>2008-11-25T13:54:00.000-08:00</published><updated>2008-11-25T13:58:55.097-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='qemu'/><title type='text'>how to convert vdi to vmdk</title><content type='html'>&lt;pre&gt;1. You have to install qemu.&lt;br /&gt;http://free.oszoo.org/ftp/qemu/win32/release/QemuInstall-0.7.2.exe&lt;br /&gt;&lt;br /&gt;2. cd c:\Program files\qemu &lt;enter&gt;&lt;br /&gt;qemu-img.exe convert -O vmdk hdd.vdi hdd.vmdk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-4353957389888001579?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/4353957389888001579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=4353957389888001579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4353957389888001579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/4353957389888001579'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/11/how-to-convert-vdi-to-vmdk.html' title='how to convert vdi to vmdk'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-5985484768921701030</id><published>2008-11-21T09:50:00.000-08:00</published><updated>2008-11-21T09:52:32.563-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nagios'/><title type='text'></title><content type='html'>&lt;p&gt;&lt;b&gt;Table 2. Plugin Return Codes&lt;/b&gt;&lt;/p&gt;&lt;table class="CALSTABLE" border="1"&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;&lt;p&gt;Numeric Value&lt;/p&gt;&lt;/th&gt;&lt;th&gt;&lt;p&gt;Service Status&lt;/p&gt;&lt;/th&gt;&lt;th&gt;&lt;p&gt;Status Description&lt;/p&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;p&gt;0&lt;/p&gt;&lt;/td&gt;&lt;td valign="middle"&gt;&lt;p&gt;OK&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;The plugin was able to check the service and it        appeared to be functioning properly&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;p&gt;1&lt;/p&gt;&lt;/td&gt;&lt;td valign="middle"&gt;&lt;p&gt;Warning&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;The plugin was able to check the service, but it        appeared to be above some "warning" threshold or did not appear        to be working properly&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;p&gt;2&lt;/p&gt;&lt;/td&gt;&lt;td valign="middle"&gt;&lt;p&gt;Critical&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;The plugin detected that either the service was not        running or it was above some "critical" threshold&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;p&gt;3&lt;/p&gt;&lt;/td&gt;&lt;td valign="middle"&gt;&lt;p&gt;Unknown&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Invalid command line arguments were supplied to the        plugin or low-level failures internal to the plugin (such as unable to fork,       or open a tcp socket) that prevent it from performing the specified       operation. Higher-level errors (such as name resolution errors,       socket timeouts, etc) are outside of the control of plugins and should       generally NOT be reported as UNKNOWN states.       &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;link: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN35&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-5985484768921701030?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/5985484768921701030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=5985484768921701030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/5985484768921701030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/5985484768921701030'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/11/table-2.html' title=''/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-5712494991664162169</id><published>2008-11-14T09:32:00.000-08:00</published><updated>2008-11-14T09:33:26.205-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nagios'/><title type='text'>Error: Could not stat() command file '/var/lib/nagios2/rw/nagios.cmd'!</title><content type='html'>Oops.&lt;br /&gt;&lt;br /&gt;All it needed was&lt;br /&gt;/etc/nagios2#/etc/init.d/nagios2 stop&lt;br /&gt;Stopping nagios2 monitoring daemon: nagios2.&lt;br /&gt;/etc/nagios2# dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw&lt;br /&gt;/etc/nagios2# dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios2&lt;br /&gt;/etc/nagios2# /etc/init.d/nagios2 start&lt;br /&gt;Starting nagios2 monitoring daemon: nagios2.&lt;br /&gt;&lt;br /&gt;ref. http://ubuntuforums.org/showthread.php?t=458375&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-5712494991664162169?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/5712494991664162169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=5712494991664162169' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/5712494991664162169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/5712494991664162169'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/11/error-could-not-stat-command-file.html' title='Error: Could not stat() command file &apos;/var/lib/nagios2/rw/nagios.cmd&apos;!'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-3820365802741341210</id><published>2008-10-16T08:19:00.000-07:00</published><updated>2008-10-16T08:21:55.905-07:00</updated><title type='text'>List performance counters in Windows</title><content type='html'>If you want to know how performance counters are defined in the registry.&lt;br /&gt;Download NSClient++ and run that command:&lt;br /&gt;&lt;pre&gt;  C:\&gt; NSClient++ CheckSystem listpdh &gt; list.txt&lt;br /&gt;&lt;br /&gt;it will create a list of all performance counters you have on your system.&lt;br /&gt;&lt;br /&gt;Leo&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-3820365802741341210?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/3820365802741341210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=3820365802741341210' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/3820365802741341210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/3820365802741341210'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/10/list-performance-counters-in-windows.html' title='List performance counters in Windows'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-8014127436796403472</id><published>2008-06-23T08:41:00.000-07:00</published><updated>2008-06-23T08:43:17.926-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MySQL'/><title type='text'>How to change MySQL Password</title><content type='html'>root@srv:~# mysql -p&lt;br /&gt;Enter password:&lt;br /&gt;Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;br /&gt;Your MySQL connection id is 14 to server version: 5.0.24a-Debian_9ubuntu2.4-log&lt;br /&gt;&lt;br /&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer.&lt;br /&gt;&lt;br /&gt;mysql&gt; GRANT ALL ON *.* TO root@'%' IDENTIFIED BY 'password_you_want';&lt;br /&gt;Query OK, 0 rows affected (0.00 sec)&lt;br /&gt;&lt;br /&gt;mysql&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-8014127436796403472?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/8014127436796403472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=8014127436796403472' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/8014127436796403472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/8014127436796403472'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/06/how-to-change-mysql-password.html' title='How to change MySQL Password'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-8327219445273474900</id><published>2008-06-14T08:59:00.000-07:00</published><updated>2008-06-14T09:00:28.043-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Subversion'/><title type='text'>301 moved permanently subversion</title><content type='html'>&lt;div class="h3" id="http-301-error" title="http-301-error"&gt;Source: &lt;a href="http://subversion.tigris.org/faq.html#http-301-error"&gt;http://subversion.tigris.org/faq.html#http-301-error &lt;/a&gt;&lt;br /&gt;&lt;h3&gt;I can see my repository in a web browser, but     'svn checkout' gives me an error about "301 Moved Permanently".     What's wrong?&lt;/h3&gt;  &lt;p&gt;It means your httpd.conf is misconfigured.  Usually this error happens when you've defined the Subversion virtual "location" to exist within two different scopes at the same time.&lt;/p&gt;  &lt;p&gt;For example, if you've exported a repository as &lt;tt&gt;&lt;location&gt;&lt;/tt&gt;, but you've also set your &lt;tt&gt;DocumentRoot&lt;/tt&gt; to be &lt;tt&gt;/www&lt;/tt&gt;, then you're in trouble.  When the request comes in for &lt;tt&gt;/www/foo/bar&lt;/tt&gt;, apache doesn't know whether to find a &lt;i&gt;real&lt;/i&gt; file named &lt;tt&gt;/foo/bar&lt;/tt&gt; within your &lt;tt&gt;DocumentRoot&lt;/tt&gt;, or whether to ask mod_dav_svn to fetch a file &lt;tt&gt;/bar&lt;/tt&gt; from the &lt;tt&gt;/www/foo&lt;/tt&gt; repository.  Usually the former case wins, and hence the "Moved Permanently" error.&lt;/p&gt;  &lt;p&gt;The solution is to make sure your repository &lt;tt&gt;&lt;location&gt;&lt;/tt&gt; does &lt;b&gt;not&lt;/b&gt; overlap or live within any areas already exported as normal web shares.&lt;/p&gt;  &lt;p&gt;It's also possible that you have an object in the web root  which has the same name as your repository URL. For example, imagine your web server's document root is  &lt;tt&gt;/var/www&lt;/tt&gt; and your Subversion repository is located at &lt;tt&gt;/home/svn/repo&lt;/tt&gt;. You then configure Apache to serve the repository at &lt;tt&gt;http://localhost/myrepo&lt;/tt&gt;. If you then create the directory &lt;tt&gt;/var/www/myrepo/&lt;/tt&gt; this will cause a 301 error to occur.&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-8327219445273474900?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/8327219445273474900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=8327219445273474900' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/8327219445273474900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/8327219445273474900'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/06/301-moved-permanently-subversion.html' title='301 moved permanently subversion'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-2175379148820029545</id><published>2008-06-14T08:43:00.000-07:00</published><updated>2008-06-14T08:48:40.046-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PostgreSQL'/><title type='text'>Change PostgreSQL Password</title><content type='html'>&lt;tt&gt;From linux command prompt:&lt;br /&gt;&lt;br /&gt;su - postgres&lt;br /&gt;psql -d template1 -U postgres&lt;/tt&gt;&lt;br /&gt;           &lt;tt&gt;alter user postgres with password '&lt;/tt&gt;&lt;span class="note"&gt;postgres_password&lt;/span&gt;&lt;tt&gt;';&lt;/tt&gt;&lt;br /&gt;ctrl+d&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-2175379148820029545?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/2175379148820029545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=2175379148820029545' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/2175379148820029545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/2175379148820029545'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/06/change-postgresql-password.html' title='Change PostgreSQL Password'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-2484793999456867607</id><published>2008-06-14T08:41:00.000-07:00</published><updated>2008-06-14T08:43:51.209-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SSL'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache2'/><title type='text'>Configure Apache SSL Certificate in Ubuntu 8.04</title><content type='html'>Source: http://ubuntuforums.org/showthread.php?t=791804&lt;br /&gt;&lt;br /&gt;setup&lt;br /&gt;&lt;br /&gt;  1. sudo apt-get install apache2&lt;br /&gt;  2. sudo apt-get install openssl&lt;br /&gt;  3. sudo apt-get install ssl-cert&lt;br /&gt;&lt;br /&gt;create ssl certificate:&lt;br /&gt;sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/ssl/private/localhost.pem&lt;br /&gt;&lt;br /&gt;switch to apache sites configuration:&lt;br /&gt;cd /etc/apache2/sites-available/&lt;br /&gt;&lt;br /&gt;bakup the default configuration:&lt;br /&gt;sudo cp default default.backup.date&lt;br /&gt;&lt;br /&gt;be sure to listen the port 80 for the default:&lt;br /&gt;sudo sed -i '1,2s/\*/*:80/' default&lt;br /&gt;&lt;br /&gt;create the ssl configuration:&lt;br /&gt;sudo cp default ssl&lt;br /&gt;&lt;br /&gt;set the ssl port:&lt;br /&gt;sudo sed -i '1,2s/\*:80/*:443/' ssl&lt;br /&gt;sudo sed -i "3a\\\tSSLEngine On\n\tSSLCertificateFile /etc/ssl/private/localhost.pem" ssl&lt;br /&gt;&lt;br /&gt;enable ssl:&lt;br /&gt;sudo a2ensite ssl&lt;br /&gt;sudo a2enmod ssl&lt;br /&gt;&lt;br /&gt;restart apache2:&lt;br /&gt;sudo /etc/init.d/apache2 restart&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-2484793999456867607?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/2484793999456867607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=2484793999456867607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/2484793999456867607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/2484793999456867607'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/06/configure-apache-ssl-certificate-in.html' title='Configure Apache SSL Certificate in Ubuntu 8.04'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4409354450223593269.post-6037133771819854302</id><published>2008-06-08T16:02:00.000-07:00</published><updated>2008-06-08T16:40:26.036-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PostgreSQL'/><title type='text'>Enable PostgreSQL access through the Network</title><content type='html'>Most wanted question:&lt;br /&gt;1. How do I access PostgreSQL through the network?&lt;br /&gt;1.1. Open postgresql.conf (in Ubuntu 8.04 at /etc/postgresql/8.3/main/postgresql.conf) and change &lt;span style="font-weight: bold;"&gt; &lt;span style="font-style: italic;"&gt;listen_addresses = 'localhost'&lt;/span&gt;&lt;/span&gt; to &lt;span style="font-weight: bold; font-style: italic;"&gt;listen_addresses = '*'&lt;/span&gt;.&lt;br /&gt;1.2. Uncomment &lt;span style="font-style: italic;"&gt;password_encryption = on.&lt;/span&gt;&lt;br /&gt;1.3. Open /etc/postgresql/8.3/main/pg_hba.conf&lt;br /&gt;&lt;span style="font-style: italic;"&gt;host    all         all         &lt;network&gt;/&lt;netmask&gt;        trust&lt;/netmask&gt;&lt;/network&gt;&lt;/span&gt;&lt;br /&gt;eg. &lt;span style="font-style: italic;"&gt;host    all         all         192.168.2.0/24        trust&lt;/span&gt;&lt;br /&gt;1.4. Restart PostgreSQL&lt;br /&gt;&lt;span style="font-style: italic;"&gt; /etc/init.d/postgresql-8.3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Yes! That works fine!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4409354450223593269-6037133771819854302?l=yesthatworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yesthatworks.blogspot.com/feeds/6037133771819854302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4409354450223593269&amp;postID=6037133771819854302' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/6037133771819854302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4409354450223593269/posts/default/6037133771819854302'/><link rel='alternate' type='text/html' href='http://yesthatworks.blogspot.com/2008/06/enable-postgresql-access-through.html' title='Enable PostgreSQL access through the Network'/><author><name>Leo</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
