<?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>www. S D Linux.com &#187; Uncategorized</title>
	<atom:link href="http://www.sdlinux.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sdlinux.com</link>
	<description>San Diego Linux News and Consulting</description>
	<lastBuildDate>Mon, 22 Nov 2010 19:32:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>E-voting machines compromised</title>
		<link>http://www.sdlinux.com/2009/08/evoting-machines-compromised/</link>
		<comments>http://www.sdlinux.com/2009/08/evoting-machines-compromised/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 23:11:57 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[electronic voting]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[return-oriented programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Sequoia Voting Systems]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=180</guid>
		<description><![CDATA[<p>Researchers at University of California San Diego, Princeton University and University of Michigan have demonstrated a method to compromise and alter the tallies of Sequoia AVC Advantage voting machines. They presented their results at the Usenix 2009 Electronic Voting Workshop, held in Montreal this week. They used a method called return-oriented programming to modify voting [...]]]></description>
			<content:encoded><![CDATA[<p>Researchers at University of California San Diego, Princeton University and University of Michigan have demonstrated a method to compromise and alter the tallies of Sequoia AVC Advantage voting machines. They presented their results at the Usenix 2009 Electronic Voting Workshop, held in Montreal this week. They used a method called return-oriented programming to modify voting tallies on the machines. The did this without access to the source code or the hardware designs.</p>
<p>Quoting from an article in <a href="http://www.theregister.co.uk/2009/08/12/sequoia_evoting_machine_felled/" target="_blank">The Register</a>:</p>
<blockquote><p>Sequoia and manufacturers of other brands of e-voting machines frequently discount vulnerability research into their products by pointing out that the underlying source code is closely guarded. Researchers in many studies, they argue, have unrealistic access to the devices&#8217; inner workings.</p>
<p>&#8220;What we have shown or what I hope we have shown in this paper is that that criticism in untrue,&#8221; Hovav Shacham a professor at UC San Diego, told The Register. &#8220;It might take a little more work if we don&#8217;t have the source, but nevertheless we&#8217;re able to find vulnerabilities and exploit them in useful ways in machines where the only access we have is the physical artifacts themselves.&#8221;</p>
</blockquote>
<p>The same method has demonstrated to defeat security measures in Linux, OpenBSD and Solaris. In return-oriented programming snippets of benign code are combined to produce malicious behaviour. The researchers were even able to  demonstrate that they could alter the outcome of elections, using this method. </p>
<p>The development, certification and procurement cycle for voting machines is slow. The design of the Sequia AVC Advantage dates back  to the early 80&#8242;s and many are still used in New Jersey, Louisiana, and elsewhere. The machines used to develop and test the exploit were bought at a Buncombe County North Carolina government surplus auction web site. </p>
<p>Using bright lights, magnifying glasses, a low voltage continuity tester and data sheets for the components, team members were able to develop a circuit diagram of the hardware of the voting machine. From that they were able to deduce how the unit worked. Then they used a disassembler to  fill in the remaining details. </p>
<p>Joshua Herback used the hardware functional specifications to develop a simulator, which other team members then improved upon. The exploit was completely developed on the simulator, returning to the actual hardware only to verify the exploit. The exploit worked the first time they tried it. </p>
<p>The researchers have demonstrated that newly developed methods for exploiting systems put otherwise secure systems at risk. </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F08%2Fevoting-machines-compromised%2F&amp;title=E-voting%20machines%20compromised" id="wpa2a_2"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/08/evoting-machines-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Flaws disclosed</title>
		<link>http://www.sdlinux.com/2009/08/xml-flaws-disclosed/</link>
		<comments>http://www.sdlinux.com/2009/08/xml-flaws-disclosed/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 20:04:39 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Codenomicon]]></category>
		<category><![CDATA[CROSS]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming flaws]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=168</guid>
		<description><![CDATA[<p>One of the core components of interactive web services was found to have serious programming flaws. An exploit of these  flaws has the potential for anything from denial of service to sending of malicious documents to seize control of users computers.  XML is used in all types of web services, including banking, desktop [...]]]></description>
			<content:encoded><![CDATA[<p>One of the core components of interactive web services was found to have serious programming flaws. An exploit of these  flaws has the potential for anything from denial of service to sending of malicious documents to seize control of users computers.  XML is used in all types of web services, including banking, desktop programs and cloud computing applications. Extensible Markup Language is the markup system that allows applications to exchange data.</p>
<p>Researchers at <a href="http://www.codenomicon.com/labs/xml/">Codenomicon Ltd.</a>, a security testing company from Oulu, Finland, say they found multiple critical flaws in XML libraries, code that is used and re-used to process XML data. They used CROSS, or Codenomicon Robust Open Source Software,  to test libraries failure modes. By inputting manipulated data into XML libraries Codnomicon tested their ability to contend with corrupted data. The results were disconcerting. </p>
<p>The Codenomicon researches said:</p>
<blockquote><p>Early this year (2009) we released some of our first XML-based tools to the market and used XML fuzzing technology against a set of open source XML implementations. The result was that once again, everything broke.</p></blockquote>
<p>These XML libraries are used in cloud computing services, 3-dimensional programs, and a wide range of business software. RSS feeds, openoffice documents and all types of programs that exchange data, use these libraries. XML libraries are linked both statically and dynamically. XML is coded directly into applications and parsers are implemented directly in application software. Parsers and applications coded in the C language are especially vulnerable, since stack overflow errors in C are not uncommon.  There may be millions of applications using XML and XML parsers.</p>
<p>The XML flaws can be attacked both locally and remotely. Malformed network requests could cause application to go into loop and become unavailable.  When remote communication is involved remote exploits are possible. Social networking sites and nearly all interactive web sites use some type of XML. Malicious code can be embedded inside documents, web sites or even data streams. </p>
<p>Nearly every sector of the economy is effected by this flaw. Banking, Manufacturing, Retail, Health Care, Government, Electric/Gas/Water Network Companies all use XML for data interchange and communication. </p>
<p><strong>Sun Microsystems</strong>, <strong>Apache Software Foundation</strong> and <strong>Python Software Foundation</strong> have all announced patches and fixes for found vulnerabilities in their software. </p>
<p>Codenomicon said:</p>
<blockquote><p> We cannot discuss the security of commercial XML products or library versions within the CROSS project, as the project is intended to benefit the open source community only.
</p></blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F08%2Fxml-flaws-disclosed%2F&amp;title=XML%20Flaws%20disclosed" id="wpa2a_4"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/08/xml-flaws-disclosed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Corporations Co-opting Open Source?</title>
		<link>http://www.sdlinux.com/2009/07/are-corporations-co-opting-open-source/</link>
		<comments>http://www.sdlinux.com/2009/07/are-corporations-co-opting-open-source/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:59:40 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ogg theora]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSCON]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SuSE]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=117</guid>
		<description><![CDATA[<p>The recent announcements by Adobe and Microsoft of source code releases under FOSS licenses are attempts to co-opt free software.</p>
<p>Microsoft announced this week that they are releasing source code for Linux drivers that allow it to interact better with Windows, where Windows is the host OS and Linux is running as a guest OS. This [...]]]></description>
			<content:encoded><![CDATA[<p>The recent announcements by Adobe and Microsoft of source code releases under FOSS licenses are attempts to co-opt free software.</p>
<p>Microsoft announced this week that they are releasing source code for Linux drivers that allow it to interact better with Windows, where Windows is the host OS and Linux is running as a guest OS. This is great PR for Microsoft but really does nothing to improve Linux. Now if Microsoft added hooks to their OS that allowed it to better operate as a guest OS in a Linux host, that might be something to report. However, there are rumors that Microsoft has taken exactly the <em>opposite</em> tact. It has been reported that Windows Vista and Windows 7 refuse to run as virtual machines.</p>
<p>On the other hand, Microsoft has not backed down from patent threats against Linux, claiming it contains source code that violates intellectual property rights.  Steve Balmer claims that &#8220;People who use Red Hat, at least with respect to our intellectual property, in a sense have an obligation to compensate us,&#8221; However, Microsoft has never disclosed which source code or applications violate it&#8217;s &#8220;intellectual property&#8221; rights. Many in the Linux community, including me, consider this to be a simple case FUD and attempted extortion. Novell agreed to license Microsoft&#8217;s intellectual property in exchange for a patent pledge to users of Novell&#8217;s SuSE Linux. In other words, they succumbed to the extortion. Red Hat refused. Many long time Linux users are now boycotting SuSE as a result.</p>
<p>Adobe announced at <a href="http://en.oreilly.com/oscon2009" target="_blank">OSCON</a> two new &#8220;Open Source Initiatives&#8221;. The products are <strong>Text Layer Format</strong> and  <strong>Open Source Media Framework</strong>. To quote <a href="http://blogs.zdnet.com/open-source/?p=4527" target="_blank">Dana Blankenhorn</a> &#8220;Adobe is delivering an open source project so that open source, as a concept, can live in its world of corporate media.&#8221; Text Layer Format is an Action Script layer that adds typographical features to the Adobe Flash Player. Open Source Media Framework is an attempt to inhibit the use of the  tag in HMTL-5 and the inclusion of Ogg-Theora open source video player as a part of that specification. By announcing the release of these &#8220;Open Source&#8221; initiatives, Adobe is attempting to preempt any criticisms against it&#8217;s proprietary product Flash, by being able to claim that it too is &#8220;open source&#8221;.</p>
<p>Microsoft and Adobe are pursuing  the same divide and conquer Public Relations strategy. Big splashy announcements about &#8220;Open Source&#8221; while pursuing a strategy of market dominance with proprietary closed source products. HTML5 and the inclusion of the &lt;video &gt; tag threatens both Microsoft Silverlight and Adobe Flash. Expect to hear more FUD from both in order to  prevent the inclusion of truly open standards in HTML5.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fare-corporations-co-opting-open-source%2F&amp;title=Are%20Corporations%20Co-opting%20Open%20Source%3F" id="wpa2a_6"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/are-corporations-co-opting-open-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate backups on Linux</title>
		<link>http://www.sdlinux.com/2009/07/automate-backups-on-linux/</link>
		<comments>http://www.sdlinux.com/2009/07/automate-backups-on-linux/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 21:22:30 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-add]]></category>
		<category><![CDATA[ssh-agent]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=75</guid>
		<description><![CDATA[<p>
Here&#8217;s an excellent article on automating backups on Linux systems. I use many of these same scripts to archive data to my backup server, nightly. If you haven&#8217;t already started using automated backups, I strongly urge you to do so. Remember if it&#8217;s not backed up, it must not be important.   &#8212; Neil
</p>
<p>
No [...]]]></description>
			<content:encoded><![CDATA[<p>
<strong><i>Here&#8217;s an excellent article on automating backups on Linux systems. I use many of these same scripts to archive data to my backup server, nightly. If you haven&#8217;t already started using automated backups, I strongly urge you to do so. Remember if it&#8217;s not backed up, it must not be important. </i>  &#8212; Neil</strong>
</p>
<p>
<strong>No excuses: do-it-yourself, secure, distributed network backups made easy</strong>
</p>
<p>
Carlos Justiniano, Software Architect, Ecuity Inc.
</p>
<p>
<b>Summary:</b> The loss of critical data can prove devastating. Still, millions of professionals ignore backing up their data. While individual reasons vary, one of the most common explanations is that performing routine backups can be a real chore. Because machines excel at mundane and repetitive tasks, the key to reducing the inherent drudgery and the natural human tendency for procrastination, is to automate the backup process.
</p>
<p>
If you use Linux, you already have access to extremely powerful tools for creating custom backup solutions. The solutions in this article can help you perform simple to more advanced and secure network backups using open source tools that are part of nearly every Linux distribution.
</p>
<p><a href="http://www.ibm.com/developerworks/linux/library/l-backup/index.html" target="_blank">read more &#8230;&#8230;.</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fautomate-backups-on-linux%2F&amp;title=Automate%20backups%20on%20Linux" id="wpa2a_8"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/automate-backups-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wasn&#8217;t Twitter was Google Apps that was hacked</title>
		<link>http://www.sdlinux.com/2009/07/wasnt-twitter-was-google-apps-that-was-hacked/</link>
		<comments>http://www.sdlinux.com/2009/07/wasnt-twitter-was-google-apps-that-was-hacked/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 21:25:58 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[password security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=65</guid>
		<description><![CDATA[<p>I&#8217;ll not rewrite what Gary Barnett has to say, except to reprint his abstract. I think it&#8217;s a thoughtful criticism of what&#8217;s been written about the Twitter fiasco, as well as cloud computing and security.</p>
<p class="MsoNormal">If you’re busy, here’s the abstract:</p>

It wasn’t twitter that was hacked – it was Google Apps
Please don’t confuse “network” with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll not rewrite what Gary Barnett has to say, except to reprint his abstract. I think it&#8217;s a thoughtful criticism of what&#8217;s been written about the Twitter fiasco, as well as cloud computing and security.</p>
<p class="MsoNormal">If you’re busy, here’s the abstract:</p>
<ul>
<li>It wasn’t twitter that was hacked – it was Google Apps</li>
<li>Please don’t confuse “network” with “cloud” – it’s embarrassing to read and makes you look stupid</li>
<li>This is not a story about cloud computing, it’s a story about security</li>
<li>The moment you make a computer accessible via the internet you have a security challenge</li>
<li>Security is an important issue for cloud computing – So instead of hyping it, or denying it, we need to deal with it</li>
<li>The good the bad and the ugly – Some of the articles/blog posts I’ve seen on this topic</li>
</ul>
<p><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/garybsblog/entry/twitter_s_google_apps_hacked" target="_blank">Gary Barnett&#8217;s blog post &#8230;&#8230;</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fwasnt-twitter-was-google-apps-that-was-hacked%2F&amp;title=Wasn%26%238217%3Bt%20Twitter%20was%20Google%20Apps%20that%20was%20hacked" id="wpa2a_10"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/wasnt-twitter-was-google-apps-that-was-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>North Korean attack command server found in the UK</title>
		<link>http://www.sdlinux.com/2009/07/north-korean-attack-command-server-found-in-the-uk/</link>
		<comments>http://www.sdlinux.com/2009/07/north-korean-attack-command-server-found-in-the-uk/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 21:17:30 +0000</pubDate>
		<dc:creator>pacneil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bach Khoa Internetwork Security]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[command-and-control]]></category>
		<category><![CDATA[compromise]]></category>
		<category><![CDATA[Korea]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=57</guid>
		<description><![CDATA[<p>On Tuesday a Vietnamese security company Bach Khoa Internetwork Security reportedly identified the IP address of the master  server that directed the attacks from North Korea against targets in the U.S. and South Korea.</p>
<p>The IP (Internet Protocol) address is alleged to belong to Global Digital Broadcast, an IP TV technology company based in Brighton, [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday a Vietnamese security company <a href="http://blog.bkis.com/?p=718" target="_blank">Bach Khoa Internetwork Security</a> reportedly identified the IP address of the master  server that directed the attacks from North Korea against targets in the U.S. and South Korea.</p>
<p>The IP (Internet Protocol) address is alleged to belong to Global Digital Broadcast, an IP TV technology company based in Brighton, England. According to a spokesman for Global Digital Broadcast, the server is in Miami.</p>
<p>The machines used in the attack are reported to be 166,908 compromised machines located in 74 countries. These computers that get their instructions from eight command-and-control servers.</p>
<p>The Vietnamese security company was able to analyze data supplied by South Korean Computer Emergency Response Team to identify and seize two of the command-and-control servers. By analyzing log files from those servers they were able to identify the IP address of the master server.</p>
<p>Investigators believe discovery of the master server moves them closer to discovering the perpetrators and shutting down the botnet.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fnorth-korean-attack-command-server-found-in-the-uk%2F&amp;title=North%20Korean%20attack%20command%20server%20found%20in%20the%20UK" id="wpa2a_12"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/north-korean-attack-command-server-found-in-the-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy Linux: 10 essential tricks for admins</title>
		<link>http://www.sdlinux.com/2009/07/lazy-linux-10-essential-tricks-for-admins/</link>
		<comments>http://www.sdlinux.com/2009/07/lazy-linux-10-essential-tricks-for-admins/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:08:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[dmidecode]]></category>
		<category><![CDATA[fuser]]></category>
		<category><![CDATA[iperf]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux single]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[umount]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[virtual network computing]]></category>
		<category><![CDATA[VNC]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=53</guid>
		<description><![CDATA[<p>Summary: Learn these 10 tricks and you&#8217;ll be the most powerful Linux® systems administrator in the universe&#8230;well, maybe not the universe, but you will need these tips to play in the big leagues. Learn about SSH tunnels, VNC, password recovery, console spying, and more. Examples accompany each trick, so you can duplicate them on your [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary:</strong> Learn these 10 tricks and you&#8217;ll be the most powerful Linux® systems administrator in the universe&#8230;well, maybe not the universe, but you will need these tips to play in the big leagues. Learn about SSH tunnels, VNC, password recovery, console spying, and more. Examples accompany each trick, so you can duplicate them on your own systems.</p>
<p><a href="https://www.ibm.com/developerworks/linux/library/l-10sysadtips/" target="_blank">read more &#8230;&#8230;.</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Flazy-linux-10-essential-tricks-for-admins%2F&amp;title=Lazy%20Linux%3A%2010%20essential%20tricks%20for%20admins" id="wpa2a_14"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/lazy-linux-10-essential-tricks-for-admins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate Creative Commons Licensing into your content with ccREL</title>
		<link>http://www.sdlinux.com/2009/07/integrate-creative-commons-licensing-into-your-content-with-ccrel/</link>
		<comments>http://www.sdlinux.com/2009/07/integrate-creative-commons-licensing-into-your-content-with-ccrel/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ccREL]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[Creative Commons License]]></category>
		<category><![CDATA[Creative Commons Rights Expression Language]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Resource Description Framework]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=48</guid>
		<description><![CDATA[<p>Summary:  With Web 2.0, Cloud, and SOA, it&#8217;s more important than ever to have a clear understanding of who owns information and what you are permitted to do with it. The Creative Commons License contains a mechanism for providing more open usage rights without giving up ownership. The Creative Commons (CC) Rights Expression Language [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary:</strong>  With Web 2.0, Cloud, and SOA, it&#8217;s more important than ever to have a clear understanding of who owns information and what you are permitted to do with it. The Creative Commons License contains a mechanism for providing more open usage rights without giving up ownership. The Creative Commons (CC) Rights Expression Language (ccREL) allows you to embed this information into Web content so that information owners and information users can clearly see the rights granted and choose accordingly, even through automation. Learn more about these techniques, and see how to use them in your own applications.</p>
<p><a href="https://www.ibm.com/developerworks/web/library/wa-ccrel/" target="_blank">read more &#8230;&#8230; </a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fintegrate-creative-commons-licensing-into-your-content-with-ccrel%2F&amp;title=Integrate%20Creative%20Commons%20Licensing%20into%20your%20content%20with%20ccREL" id="wpa2a_16"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/integrate-creative-commons-licensing-into-your-content-with-ccrel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linux operating system as a managed object</title>
		<link>http://www.sdlinux.com/2009/07/the-linux-operating-system-as-a-managed-object/</link>
		<comments>http://www.sdlinux.com/2009/07/the-linux-operating-system-as-a-managed-object/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[guest operating system]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtual images]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.sdlinux.com/?p=44</guid>
		<description><![CDATA[<p>Summary:  Organizations today face two major challenges: deployment of an increasingly rich service mix and managing the associated massive base of computing platforms. In this article, discover a new(ish) means of viewing a key component of the organizational architecture—treating operating systems themselves as individual managed objects.</p>
<p>Few can argue with the success of modern computing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary: </strong> Organizations today face two major challenges: deployment of an increasingly rich service mix and managing the associated massive base of computing platforms. In this article, discover a new(ish) means of viewing a key component of the organizational architecture—treating operating systems themselves as individual managed objects.</p>
<p>Few can argue with the success of modern computing technology. For better or worse, the global proliferation of computing access is historically without precedent. So too are the consequences; witness the advent of spam and online fraud as more and more people go online. However, there are a great many positive aspects to global computerization, such as access to information and a well-informed, flexible global workforce.</p>
<p>Underpinning the success of modern computing is the not-so-well-known data center in which vast numbers of servers and other hardware reside. The demand for computing services has grown to such an extent that many data centers are rapidly approaching (or have already exceeded) physical limits in relation to size and power consumption.</p>
<p><a href="http://www.ibm.com/developerworks/linux/library/ar-linmanobj/index.html" target="_blank">read more &#8230;&#8230;</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.sdlinux.com%2F2009%2F07%2Fthe-linux-operating-system-as-a-managed-object%2F&amp;title=The%20Linux%20operating%20system%20as%20a%20managed%20object" id="wpa2a_18"><img src="http://www.sdlinux.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sdlinux.com/2009/07/the-linux-operating-system-as-a-managed-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

