<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>system-admin &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/system-admin/</link>
	<description>Feed of posts on WordPress.com tagged "system-admin"</description>
	<pubDate>Sun, 29 Nov 2009 11:22:05 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[auto-refresh and capture by wabooseath]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/10/30/auto-refresh-and-capture-by-wabooseath/</link>
<pubDate>Fri, 30 Oct 2009 05:26:03 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/10/30/auto-refresh-and-capture-by-wabooseath/</guid>
<description><![CDATA[We need a software auto-refreshes Windows browser and capture necessary data. Currently we must manu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We need a software auto-refreshes Windows browser and capture necessary data.     Currently we must manually refresh the site and wait for appraisal orders to show in the queue. Once in queue the screen changes to an order screen with a command to accept or deny the order&#8230; (Budget: $30-250, Jobs: .NET, Javascript, PHP, Script Installation, System Admin.)<br /> <a href="http://www.getafreelancer.com/projects/mea_539391.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[auto-refresh and capture by wabooseath]]></title>
<link>http://phpcareers.wordpress.com/2009/10/30/auto-refresh-and-capture-by-wabooseath/</link>
<pubDate>Fri, 30 Oct 2009 05:26:00 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://phpcareers.wordpress.com/2009/10/30/auto-refresh-and-capture-by-wabooseath/</guid>
<description><![CDATA[We need a software auto-refreshes Windows browser and capture necessary data. Currently we must manu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We need a software auto-refreshes Windows browser and capture necessary data.     Currently we must manually refresh the site and wait for appraisal orders to show in the queue. Once in queue the screen changes to an order screen with a command to accept or deny the order&#8230; (Budget: $30-250, Jobs: .NET, Javascript, PHP, Script Installation, System Admin.)<br /> <a href="http://www.getafreelancer.com/projects/mea_539391.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[windows server/exchange sytem admin for an office by georgeavsker]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/10/26/windows-serverexchange-sytem-admin-for-an-office-by-georgeavsker/</link>
<pubDate>Mon, 26 Oct 2009 05:42:25 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/10/26/windows-serverexchange-sytem-admin-for-an-office-by-georgeavsker/</guid>
<description><![CDATA[Our system admin left and we need a new one considering so something went wrong in the office. We ar]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Our system admin left and we need a new one considering so something went wrong in the office. We are happy to take on an offshore team or individual as long as you show competency and availability to maintain servers in an office&#8230; (Budget: $30-250, Jobs: System Admin., Windows)<br /> <a href="http://www.getafreelancer.com/projects/mea_536213.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recover data from a RAID partition]]></title>
<link>http://hardc0l2e.wordpress.com/2009/10/26/recover-data-from-a-raid-partition/</link>
<pubDate>Mon, 26 Oct 2009 05:35:09 +0000</pubDate>
<dc:creator>hardc0l2e</dc:creator>
<guid>http://hardc0l2e.wordpress.com/2009/10/26/recover-data-from-a-raid-partition/</guid>
<description><![CDATA[Raids and LVM  are very vital to a Linux server, but then again it&#8217;s one hell of a complex ste]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Raids and LVM  are very vital to a Linux server, but then again it&#8217;s one hell of a complex step recovering data from a crashed linux system. In this tutorial, I&#8217;ll try to help you recover your data on a RAID partition.</p>
<p>But first, let me discuss the tool I&#8217;ll be using, for this tutorial, I will use SystemRescueCD, a gentoo-based system recovery distro which for me is the far easiest tool in recovering crashed system. So back to our topic, here&#8217;s how:</p>
<p>1. After a clean boot on your SystemRescueCD liveCD, create your /etc/mdadm.conf</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<pre style="padding-left:30px;"><span style="color:#800000;"><strong>mdadm --examine --scan /dev/sda1 &#62;&#62; /etc/mdadm/mdadm.conf</strong></span></pre>
<p>2. Check your /etc/mdadm/mdadm.conf , it must contains something like this:</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="padding-left:30px;text-align:left;"><span style="color:#808080;">ARRAY /dev/md0 level=raid1 num-devices=2 UUID=a28090aa:6893be8b:c4024dfc:29cdb07a</span></p>
<p>3. On the last part of that line, add the following:</p>
<p style="padding-left:30px;text-align:left;"><span style="color:#808080;"><span style="color:#0000ff;">ARRAY /dev/md0 level=raid1 num-devices=2 UUID=a28090aa:6893be8b:c4024dfc:29cdb07a <strong>devices=/dev/sda1,missing</strong></span><br />
</span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="padding-left:30px;">The string /dev/sda1 is the hardware device and missing means that the second disk in this RAID array is not present at the moment.</p>
<p>4. Now, start your raid setup</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<pre style="padding-left:30px;"><strong><span style="color:#800000;">/etc/init.d/mdadm start
/etc/init.d/mdadm-raid start
</span></strong><strong><span style="color:#800000;"> </span></strong></pre>
<p><span style="color:#000000;">5. Check if the device is properly configured.</span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<pre style="padding-left:30px;"><strong><span style="color:#800000;">cat /proc/mdstat</span></strong></pre>
<p style="padding-left:30px;">It should contain something like this:</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="padding-left:30px;"><span style="color:#0000ff;">md0 : active raid1 sda1[1]</span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">6. If from the raid setup, then the inner filesystem is ext3, then you just need to mount it to a temporary directory</span></span></p>
<pre style="padding-left:30px;"><strong><span style="color:#800000;">mount /dev/md0 /mnt/recover</span></strong></pre>
<p>7. Done.</p>
<p><span style="color:#0000ff;"><span style="color:#000000;"><br />
</span></span></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:12px;width:1px;height:1px;">smb://rnartos@server/scan/uicscn4182.pdf   	 	 	 	<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->mdadm &#8211;examine &#8211;scan /dev/hda1 &#62;&#62; /etc/mdadm/mdadm.conf</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IP Routing in Windows ]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/25/ip-routing-in-windows/</link>
<pubDate>Sun, 25 Oct 2009 04:34:21 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/25/ip-routing-in-windows/</guid>
<description><![CDATA[Linux is often used for network routing because it is cheap to set up, it is efficient, and it runs ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Linux is often used for network routing because it is cheap to set up, it is  efficient, and it runs on old computer hardware. However, if you are not already  familiar with Linux, the set-up can be daunting. If you only have simple routing  requirements then a Windows box can be used as the IP router.</p>
<p>By default, for security reasons, Microsoft turns off routing between the  Ethernet cards. However, if you need to route, the option can be turned back on.</p>
<p>To set up a Windows box as an IP router do the following:</p>
<ol>
<li>Take a spare PC with Windows XP or Vista on it to use as the PC router.</li>
<li>Ensure that there are two or more Ethernet cards installed in the PC.</li>
<li>For each of the installed Ethernet cards, assign an IP address from a    different subnet.</li>
<li>Enable routing between the Ethernet cards:
<ul>
<li>regedit</li>
<li><code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters</code>
<ul>
<li>Change <code>IPEnableRouter</code> from 0 to 1</li>
</ul>
</li>
<li>Reboot</li>
</ul>
</li>
<li>Connect a second PC to a network that is attached to one of the Ethernet    cards in the PC router. Using the second PC, attempt to ping each of the    Ethernet cards in the PC router. You should be able to ping devices on other    subnets through the PC router.</li>
<li>Note: If your second PC&#8217;s default gateway is not the PC router then you    may need to add additional static routes using the <code>route add</code> command.</li>
</ol>
<p>Reference:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/bb727001.aspx" target="_top">http://technet.microsoft.com/en-us/library/bb727001.aspx</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Printer driver problem caused Word to crash]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/25/printer-driver-problem-caused-word-to-crash/</link>
<pubDate>Sun, 25 Oct 2009 04:29:13 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/25/printer-driver-problem-caused-word-to-crash/</guid>
<description><![CDATA[There are innumerable reasons why Word may crash.  In my case Word crashed because of a printer driv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There are innumerable reasons why Word may crash.  In my case Word crashed because of a printer driver problem.</p>
<p>Apparently when Word first opens a document, it queries the printer driver settings for your default printer.  In my case something conflicted between the settings within some documents and my default printer driver settings.  Tested in both Word 2003 and Word 2007, Word would simply crash a few seconds after opening the document.</p>
<p>Deleting the default printer from the Printer applet in the Windows Control Panel and re-adding the printer solved the problem.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Network Adapter Order ]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/25/windows-network-adapter-order/</link>
<pubDate>Sun, 25 Oct 2009 04:13:36 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/25/windows-network-adapter-order/</guid>
<description><![CDATA[Need to change the order that network adapters show up in Windows? Vista: Start -&gt; Control Panel ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Need to change the order that network adapters show up in Windows?</p>
<p>Vista:</p>
<ul>
<li>Start -&#62; Control Panel -&#62; Network and Sharing Center</li>
<li>Manage Network Connections</li>
<li>Alt-N</li>
<li>Advanced Settings</li>
<li>Adapters and Bindings Tab</li>
<li>In the Connections box, click on a connection and press up or down to modify its binding order.</li>
</ul>
<p>XP:</p>
<ul>
<li>Start -&#62; Control Panel -&#62; Network Connections</li>
<li>Alt-N  or  Menu -&#62; Advanced</li>
<li>Advanced Settings</li>
<li>Adapters and Bindings Tab</li>
<li>In the Connections box, click on a connection and press up or down to modify its binding order.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Removing Drivers for Non-Present Hardware ]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/25/removing-drivers-for-non-present-hardware/</link>
<pubDate>Sun, 25 Oct 2009 04:08:25 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/25/removing-drivers-for-non-present-hardware/</guid>
<description><![CDATA[Windows often remembers hardware bindings for devices that are no longer connected to your computer.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Windows often remembers hardware bindings for devices that are no longer  connected to your computer. Sometimes these old bindings cause problems.</p>
<p>To view the bindings for non-present hardware you need to do the following:</p>
<ul>
<li><code><strong>Start</strong> -&#62; <strong>Run</strong> -&#62; <strong>cmd</strong></code></li>
<li>At the cmd prompt type:
<ul>
<li><strong><code>set DEVMGR_SHOW_NONPRESENT_DEVICES=1</code></strong></li>
<li><strong><code>devmgmt.msc</code></strong></li>
</ul>
</li>
<li>When the Device Manager console starts select the menu item <code><strong>View</strong> -&#62; <strong>Show hidden devices</strong></code></li>
</ul>
<p>Non-present devices will now show up greyed out in the device manager tree.  Remove the troublesome device by selecting it and pressing the &#8220;Delete&#8221; key or  Right-clicking and selecting Uninstall.</p>
<p>Warning! Don&#8217;t delete any devices that are required to boot your computer.  Plug-and-Play devices are generally safe to remove (ie. USB, PCI, etc&#8230;)</p>
<p>References:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/315539" target="_top">http://support.microsoft.com/kb/315539</a></li>
<li><a href="http://www.geekzone.co.nz/forums.asp?ForumId=8&#38;TopicId=422" target="_top">http://www.geekzone.co.nz/forums.asp?ForumId=8&#38;TopicId=422</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 7 - XP Mode Network Settings]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/23/windows-7-xp-mode-network-settings/</link>
<pubDate>Fri, 23 Oct 2009 20:14:30 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/23/windows-7-xp-mode-network-settings/</guid>
<description><![CDATA[By default, XP mode virtual machines in Windows 7 are configured to use an internal Virtual PC NAT d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By default, XP mode virtual machines in Windows 7 are configured to use an internal Virtual PC NAT device.  In order to connect your XP mode virtual machine (VM) directly to your local network you&#8217;ll need to change the VM&#8217;s network settings to bridge to your local Ethernet card.</p>
<p>In Windows 7:</p>
<ul>
<li><strong>Start</strong> -&#62; <strong>All Programs</strong> -&#62; <strong>Windows Virtual PC</strong> -&#62; <strong>Virtual Machines</strong></li>
<li>Right click on your virtual machine configuration file.  e.g. Virtual Windows XP.vmcx</li>
<li>Select <strong>Settings</strong> from the right-click menu</li>
<li>In the Virtual PC Settings dialog, select <strong>Networking</strong> on the left.</li>
<li>Change the <strong>Adapter</strong> drop down box on the right from Shared Network (NAT) to the name of your Ethernet card.</li>
<li>Press OK</li>
<li>Start/Restart the XP VM image.</li>
</ul>
<p>Reference</p>
<ul>
<li><a href="http://www.windowsecurity.com/articles/Windows-7-XP-Mode-What-Security-Implications.html">http://www.windowsecurity.com/articles/Windows-7-XP-Mode-What-Security-Implications.html</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Need squid/nginx forward and reverse proxy configurations. by gman989]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/10/22/need-squidnginx-forward-and-reverse-proxy-configurations-by-gman989/</link>
<pubDate>Thu, 22 Oct 2009 05:29:42 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/10/22/need-squidnginx-forward-and-reverse-proxy-configurations-by-gman989/</guid>
<description><![CDATA[Candidate requirements: &#8211; Must have excellent working knowledge of Linux (RHEL 5.x), nginx and]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Candidate requirements:  &#8211; Must have excellent working knowledge of Linux (RHEL 5.x), nginx and squid proxy software.    &#8211; Should have mastery of TCP/IP, web servers and HTTP protocol.  &#8211; Should have mastery of HTTP load balancing techniques and configurations&#8230; (Budget: $30-250, Jobs: Linux, System Admin., Website Security)<br /> <a href="http://www.getafreelancer.com/projects/mea_533649.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Determining the processes that have locked a file]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/20/determining-the-processes-that-have-locked-a-file/</link>
<pubDate>Tue, 20 Oct 2009 16:17:28 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/20/determining-the-processes-that-have-locked-a-file/</guid>
<description><![CDATA[The Process Explorer utility in the Windows Sysinternal Suite allows you to search for the  processe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The Process Explorer utility in the <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Windows Sysinternal</a> Suite allows you to search for the  processes that currently have open handles to a particular file or DLL:</p>
<ol>
<li>Launch <strong>Process Explorer</strong></li>
<li>Menu: <strong>Find</strong> –&#62; <strong>Find Handle or DLL…</strong></li>
<li>Enter the filename that is locked.</li>
<li>Press <strong>Search</strong></li>
</ol>
<ol>Reference:</ol>
<ul>
<li><a title="http://windowsxp.mvps.org/processlock.htm" href="http://windowsxp.mvps.org/processlock.htm">http://windowsxp.mvps.org/processlock.htm</a></li>
</ul>
<p>Note:</p>
<ul>
<li>In Windows XP development environments, where Visual Studio is running,  I have run into an error condition where no process is listed as holding a file lock; however, the file can’t be deleted because the OS still thinks that the file is locked.  This issue occurs most often when Windows XP is running in a VMware session; however, I have also seen the problem occur on a plain XP host.  The only solution to releasing the lock is to reboot and attempt to delete the file again.  Interestingly enough, I have not seen this issue occur in Vista.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux UUID and Volume Info]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/16/linux-uuid-and-volume-info/</link>
<pubDate>Fri, 16 Oct 2009 16:57:22 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/16/linux-uuid-and-volume-info/</guid>
<description><![CDATA[In Linux, to acquire the UUID and volume info for a particular drive. List the drive devices and the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In Linux, to acquire the UUID and volume info for a particular drive.</p>
<p>List the drive devices and their mount points:</p>
<pre>&#62; mount</pre>
<p>To get the UUID and volume info for a particular drive device:</p>
<pre>&#62; sudo blkid /dev/sda1
  or
&#62; sudo vol_id /dev/sda1</pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Suse Linux System Admin]]></title>
<link>http://spillerlaszlo.wordpress.com/?p=2204</link>
<pubDate>Thu, 15 Oct 2009 07:32:27 +0000</pubDate>
<dc:creator>Spiller László</dc:creator>
<guid>http://spillerlaszlo.wordpress.com/?p=2204</guid>
<description><![CDATA[- Vállalati Linux (SUSE, RedHat) disztribúcióval rendszergazdai tapasztalat (min. 1-2 év) - XEN virt]]></description>
<content:encoded><![CDATA[- Vállalati Linux (SUSE, RedHat) disztribúcióval rendszergazdai tapasztalat (min. 1-2 év) - XEN virt]]></content:encoded>
</item>
<item>
<title><![CDATA[NET back up resource in Bangalore for 1.5months. by sunilbehara]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/10/15/net-back-up-resource-in-bangalore-for-1-5months-by-sunilbehara/</link>
<pubDate>Thu, 15 Oct 2009 05:25:04 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/10/15/net-back-up-resource-in-bangalore-for-1-5months-by-sunilbehara/</guid>
<description><![CDATA[project starts from 3 rd week of october. need the resource immediately. contact immediately. (Budge]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>project starts from 3 rd week of october.  need the resource immediately.  contact immediately. (Budget: $250-750, Jobs: System Admin.)<br /> <a href="http://www.getafreelancer.com/projects/mea_528618.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Pledge of the Network Admin]]></title>
<link>http://chrisjakeway.wordpress.com/2009/10/10/the-pledge-of-the-network-admin/</link>
<pubDate>Sat, 10 Oct 2009 23:19:30 +0000</pubDate>
<dc:creator>Chris Jakeway</dc:creator>
<guid>http://chrisjakeway.wordpress.com/2009/10/10/the-pledge-of-the-network-admin/</guid>
<description><![CDATA[Ran across this little gem in a discussion on firewall configuration and packet filtering: The Pledg]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ran across this little gem in a discussion on firewall configuration and packet filtering:</p>
<pre>    The Pledge of the Network Admin

    This is my network.

    It is mine 
    or technically my employer's, 
    it is my responsibility 
    and I care for it with all my heart

    there are many other networks a lot like mine,
    but none are just like it.

    I solemnly swear
    that I will not mindlessly paste from HOWTOs.</pre>
<p>Reference:<br />
   &#8211; <a href="http://home.nuug.no/~peter/pf/en/long-firewall.html">http://home.nuug.no/~peter/pf/en/long-firewall.html</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[openvpn with ubuntu as server and linux clients by dandoyle]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/09/29/openvpn-with-ubuntu-as-server-and-linux-clients-by-dandoyle/</link>
<pubDate>Tue, 29 Sep 2009 05:29:13 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/09/29/openvpn-with-ubuntu-as-server-and-linux-clients-by-dandoyle/</guid>
<description><![CDATA[Synopsis: verify correct and secure setup of openVPN on ubuntu 9.04 desktop and create keys for clie]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Synopsis: verify correct and secure setup of openVPN on ubuntu 9.04 desktop and create keys for clients. Also, need a cookbook for client key creation that I can test and verify.    Currently: openVPN setup on ubuntu 9.04 and one client works&#8230; (Budget: $30-250, Jobs: Linux, System Admin.)<br /> <a href="http://www.getafreelancer.com/projects/mea_517440.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Admin Job with an Established Company]]></title>
<link>http://jobszyoin.wordpress.com/2009/09/19/linux-admin-job-with-an-established-company/</link>
<pubDate>Sat, 19 Sep 2009 09:40:19 +0000</pubDate>
<dc:creator>jobszyoin</dc:creator>
<guid>http://jobszyoin.wordpress.com/2009/09/19/linux-admin-job-with-an-established-company/</guid>
<description><![CDATA[ 4 years or more of Linux systems administration experience managing a high-volume, highly-available]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p> 4 years or more of Linux systems administration experience managing a high-volume, highly-available production Linux environment. (preferably Fedora Core distribution)</p>
<p>2 years of Linux Fedora Core administration experience.</p>
<p>Hands-on knowledge on configuring/troubleshooting Open-Source software like Apache, BIND, qmail, Post Fix, etc.</p>
<p>In-depth knowledge of network security concepts such as NAT, VPN and Firewalls.</p>
<p>Proficiency in high-level scripting language. (Bash, Perl or Python)</p>
<p>Experience with NMS tools. (like Nagios, Xenoss, Cacti, etc)</p>
<p>Experience with SNMP monitoring and notification traps.</p>
<p>Familiarity in IPMI or other OOB management protocols.</p>
<p>Working knowledge of CDU/PDU &#38; Serial Console Managers.</p>
<p> Experience in deploying OS and applications on Super Micro hardware.</p>
<p>Experience with large-scale software and security deployments.</p>
<p>Advanced understanding of network troubleshooting tools such as portscan, tcpdump, ethereal, nessus, nmap, etc.</p>
<p>Solid understanding of advanced troubleshooting skills. (analytical thinking, problem definition, ability to eliminate variables and identify effective solutions)</p>
<p>Interested candidates please send across your updated profile to <a href="mailto:haritha@zyoin.com">haritha@zyoin.com</a> or reach me at 080- 65395927</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[System Admin-Need Auto Backup by superior5]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/09/15/system-admin-need-auto-backup-by-superior5/</link>
<pubDate>Tue, 15 Sep 2009 06:00:32 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/09/15/system-admin-need-auto-backup-by-superior5/</guid>
<description><![CDATA[Need System Admin to set up daily autobackup for 5 servers. Two are FMIS media servers. Experience w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Need System Admin to set up daily autobackup for 5 servers. Two are FMIS media servers. Experience with FMIS servers a must. Must be great at new server setup and configuration, troubleshooting both types of servers, load balancing etc&#8230; (Budget: $30-250, Jobs: System Admin.)<br /> <a href="http://www.getafreelancer.com/projects/mea_508320.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Server Problems by Mcloki]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/09/14/server-problems-by-mcloki/</link>
<pubDate>Mon, 14 Sep 2009 06:04:09 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/09/14/server-problems-by-mcloki/</guid>
<description><![CDATA[I need someone to fix my PHP mod_rewrite on my linux &quot;hardy heron&quot; server. I have had serv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I need someone to fix my PHP mod_rewrite on my linux &#34;hardy heron&#34; server.    I have had serveral problems with it working properly.    The winning bidder will recieve Shell access details for&#8230; (Budget: $30-250, Jobs: Data Processing, Linux, PHP, System Admin., Website Security)<br /> <a href="http://www.getafreelancer.com/projects/mea_507592.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Server Problems by Mcloki]]></title>
<link>http://phpcareers.wordpress.com/2009/09/14/server-problems-by-mcloki/</link>
<pubDate>Mon, 14 Sep 2009 06:04:04 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://phpcareers.wordpress.com/2009/09/14/server-problems-by-mcloki/</guid>
<description><![CDATA[I need someone to fix my PHP mod_rewrite on my linux &quot;hardy heron&quot; server. I have had serv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I need someone to fix my PHP mod_rewrite on my linux &#34;hardy heron&#34; server.    I have had serveral problems with it working properly.    The winning bidder will recieve Shell access details for&#8230; (Budget: $30-250, Jobs: Data Processing, Linux, PHP, System Admin., Website Security)<br /> <a href="http://www.getafreelancer.com/projects/mea_507592.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fax Server Setup by csoutsource]]></title>
<link>http://outsourcedjobs.wordpress.com/2009/09/14/fax-server-setup-by-csoutsource/</link>
<pubDate>Mon, 14 Sep 2009 05:59:37 +0000</pubDate>
<dc:creator>ejazazeem</dc:creator>
<guid>http://outsourcedjobs.wordpress.com/2009/09/14/fax-server-setup-by-csoutsource/</guid>
<description><![CDATA[Hi, I need somebody to setup me a fax server. It could run on Windows or Linux, I will provide a box]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi, I need somebody to setup me a fax server. It could run on Windows or Linux, I will provide a box with whatever distribution is better for that.    What it should do is that : the faxserver should check&#8230; (Budget: $30-250, Jobs: Linux, Script Installation, System Admin., Windows)<br /> <a href="http://www.getafreelancer.com/projects/mea_507626.html"><b>Bid on this project</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New item at Nostalgic Links!]]></title>
<link>http://nostalgiclinks.wordpress.com/2009/08/14/new-item-at-nostalgic-links/</link>
<pubDate>Fri, 14 Aug 2009 07:18:58 +0000</pubDate>
<dc:creator>nostalgiclinks</dc:creator>
<guid>http://nostalgiclinks.wordpress.com/2009/08/14/new-item-at-nostalgic-links/</guid>
<description><![CDATA[Custom made wooden Tux cufflinks. Perfect cufflinks for the IT man! Who is Tux? Tux is a penguin cha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Custom made wooden Tux cufflinks. Perfect cufflinks for the IT man! </p>
<p>Who is Tux?</p>
<p>Tux is a penguin character, the official mascot of the Linux operating system. Originally created as an entry to a Linux logo competition, the image of the mascot is the most commonly used icon for Linux, used in many flavors showing Tux in one way or another. He is also used in many Linux games, which are usually look-alikes from other mainstream games.<br />
<img src="http://nostalgiclinks.wordpress.com/files/2009/08/picture-1338.jpg?w=150" alt="Picture 1338" title="Picture 1338" width="150" height="112" class="alignleft size-thumbnail wp-image-158" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I am Officially a System Administrator. ]]></title>
<link>http://norasikinwahab.wordpress.com/2009/07/28/i-am-officially-a-system-administrator/</link>
<pubDate>Mon, 27 Jul 2009 17:20:00 +0000</pubDate>
<dc:creator>Ekin</dc:creator>
<guid>http://norasikinwahab.wordpress.com/2009/07/28/i-am-officially-a-system-administrator/</guid>
<description><![CDATA[why the heck that i did&#8217;t feel anything.. hmm ke aku yang tak tahu erti syukur..? Well, whatev]]></description>
<content:encoded><![CDATA[why the heck that i did&#8217;t feel anything.. hmm ke aku yang tak tahu erti syukur..? Well, whatev]]></content:encoded>
</item>
<item>
<title><![CDATA[SANE sharing in Ubuntu]]></title>
<link>http://hardc0l2e.wordpress.com/2009/07/10/sane-sharing-in-ubuntu/</link>
<pubDate>Fri, 10 Jul 2009 05:36:59 +0000</pubDate>
<dc:creator>hardc0l2e</dc:creator>
<guid>http://hardc0l2e.wordpress.com/2009/07/10/sane-sharing-in-ubuntu/</guid>
<description><![CDATA[I&#8217;ve been an openSuSE user for almost 3 years, and just recently shifted to Ubuntu not for fea]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been an openSuSE user for almost 3 years, and just recently shifted to Ubuntu not for feature wise but for &#8220;just work&#8221; advantage, and upgrade management is a breeze. Now, back to the topic. Configuring SANE in openSuSE is somewhat much easier than in Ubuntu because of YAST (Yet Another Setup Tool). Installing and sharing a scanner to network is easy as 123. But in Ubuntu, you have to do it manually on SANE configurations. Few kicks more and you will learn it with this HOWTO:</p>
<p>1. Install necessary packages to share SANE over the network. You need to run it in xinetd, to install it run the usually apt-get<br />
command.</p>
<pre>     <span style="color:#800000;"> <strong>   sudo apt-get install xinetd</strong></span></pre>
<p>2.  Then create a sane xinetd service</p>
<pre style="padding-left:60px;"><strong><span style="color:#800000;">sudo vi /etc/xinetd.d/sane</span></strong></pre>
<p>3.  Enter the following code as ease. Note the you have to use root in the user and group option</p>
<pre style="padding-left:30px;"><span style="color:#000080;">service sane
{
   socket_type = stream
   server = /usr/sbin/saned
   protocol = tcp
   user = root
   group = root
   wait = no
   disable = no
}</span></pre>
<p>4. Then restart the xinetd service.</p>
<pre style="padding-left:60px;"><strong><span style="color:#800000;">sudo /etc/init.d/xinetd restart</span></strong></pre>
<p>5.  To access the shared scanner over the network, modify the client&#8217;s /etc/sane.d/net.conf and add the IP address of the SANE<br />
server/host.</p>
<p>6. Done.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:46px;width:1px;height:1px;">
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">sudo apt-get install xinetd</pre>
</div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
