<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://aplawrence.com//rss/Linux.rss">
<title>Linux  News at  A.P.Lawrence</title>
<link>http://aplawrence.com/</link>
<description>
Linux  feed at aplawrence.com: Thousands of articles, reviews, consultants listings, skills tests, opinion, how-to's for Unix, Linux and Mac OS X, networking, web site maintenance and more.. 
</description>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>6</sy:updateFrequency>
<sy:updateBase>2008-01-01T00:00+00:00</sy:updateBase>
<dc:language>en</dc:language>
<dc:publisher>A.P. Lawrence</dc:publisher>
<dc:rights>Copyright  A.P. Lawrence</dc:rights>
<dc:creator>A.P. Lawrence (mailto:rssfeeds@aplawrence.com)</dc:creator>
<dc:date>2017-02-17T10:37:54+00:00</dc:date>
<image rdf:resource="http://aplawrence.com/image21.gif">
</image>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://aplawrence.com/Linux/amazon-best-seller.html" />
<rdf:li rdf:resource="http://aplawrence.com/Forum/rcp_root.html" />
<rdf:li rdf:resource="http://aplawrence.com/Forum/prevent-logins.html" />
<rdf:li rdf:resource="http://aplawrence.com/Forum/programmers-calculator.html" />
<rdf:li rdf:resource="http://aplawrence.com/SCO_OSR5/SCO_X.html" />
<rdf:li rdf:resource="http://aplawrence.com/Security/the-moose-is-bullwinkle.html" />
<rdf:li rdf:resource="http://aplawrence.com/Basics/unix-startup-scripts-4.html" />
</rdf:Seq>
</items>
</channel>
<image rdf:about="http://aplawrence.com/image21.gif">
<title>A.P.Lawrence Logo</title>
<url>http://aplawrence.com/image21.gif</url>
<link>http://aplawrence.com</link>
</image>


<item rdf:about="http://aplawrence.com/Linux/amazon-best-seller.html">
<title>I have a best selling book on Amazon!  by Anthony Lawrence</title>
<description>
<![CDATA[
Detective,E-Books,Linux,Troubleshooting ;
<!-- <html><head><title>I have a best seller on Amazon</title></head><body> -->

<!-- 2015/10/28 -->

<p>Pardon me while I brag a little bit.</p>
<p>Well, no, not really brag. Honestly, I'm just astonished to find my <a href="http://aplawrence.com/Linux/troubleshooting.html">Unix and Linux Troubleshooting E-Book</a> listed among the "best sellers" in not one, but two Amazon categories.  Ok, in fairness it barely makes the cutoff in <i>Books&gt;Computers &amp; Technology&gt;Operating Systems&gt;Unix</i>, but it's on page two of <i>Kindle Store&gt;Kindle eBooks&gt;Computers &amp; Technology&gt;Operating Systems&gt;Unix</i> and that surprises me.</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Linux/amazon-best-seller.html</link>
</item>
<item rdf:about="http://aplawrence.com/Forum/rcp_root.html">
<title>Why doesn't rcp work for root?  by Anthony Lawrence</title>
<description>
<![CDATA[
Forum,Linux,SCO_OSR5,Troubleshooting ;
<!-- <html><head><title>Why doesn't rcp work for root?</title></head><body> -->

<!-- 2015/10/14 -->


<p>Anonymous asks: <br />
<p><i>Why doesn't rcp work for root? I get Permission Denied even though it works with other users?</i></p>

<p>Before I answer that, I'd like to first suggest that you forget about rcp and use scp.  Unless the system you are using is too old to support ssh and scp, you really should not use rcp.</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Forum/rcp_root.html</link>
</item>
<item rdf:about="http://aplawrence.com/Forum/prevent-logins.html">
<title>How can I prevent logins?  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,SCO_OSR5 ;
<!-- <html><head><title>How can I prevent logins?</title></head><body> -->

<!-- 2015/10/08 -->


<p>Anonymous asks: <br />
<p><i>How can I prevent logins? I need a way to disable logins from the root user account without being at the server console itself.</i></p>

<p>Many modern Unix/Linux systems respect the /etc/nologin file.  Simply login as root and do "touch /etc/nologin".  This restricts logins to root only. When you want to allow users again, "rm /etc/nologin".</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Forum/prevent-logins.html</link>
</item>
<item rdf:about="http://aplawrence.com/Forum/programmers-calculator.html">
<title>Where can I get a hexadecimal or binary calculator?  by Anthony Lawrence</title>
<description>
<![CDATA[
Forum,Linux,Microsoft ;
<!-- <html><head><title>Where can I get a hexadecimal or binary calculator?</title></head><body> -->

<!-- 2015/07/07 -->

<p>Anonymous asks: <br />
<p><i>Where can I get a hexadecimal or binary calculator that will help me manage hex and binary numbers?</i></p>

<p>Do you mean like this?</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Forum/programmers-calculator.html</link>
</item>
<item rdf:about="http://aplawrence.com/SCO_OSR5/SCO_X.html">
<title>Xinuos introduces SCO_X - does anyone care?  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,SCO_OSR5,Unix ;
<!-- <html><head><title>Xinuos introduces SCO_X - does anyone care?</title></head><body> -->

<!-- 2015/06/25 -->

<p>Xinuos has introduced Open Server X, a BSD distro that they describe as a "migration path" for  SCO UnixWare 7, SCO OpenServer 5 and SCO OpenServer 6 customers. If this had been offered ten years ago, it might have been of interest, but I really have a hard time imagining this will matter at all now.  Still, I downloaded the image and fired it up in a VM.</p>

<div style="text-align:center">

<p><a href="http://aplawrence.com/cgi-bin/showpic.pl?image=SCO_X_lg.jpg&amp;mytitle=SCO_X%20-%20does%20anyone%20care?&amp;returnpage=SCO_OSR5/SCO_X.html&amp;returntitle=Xinous%20introduces%20SCO_X%20-%20does%20anyone%20care?"><img src="http://aplawrence.com/images/SCO_X.jpg" alt="SCO_X - does anyone care?" title="SCO_X - does anyone care? (click for larger view)" /></a></p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/SCO_OSR5/SCO_X.html</link>
</item>
<item rdf:about="http://aplawrence.com/Security/the-moose-is-bullwinkle.html">
<title>The Moose Linux Router Worm is more like Bullwinkle, honestly  by Anthony Lawrence</title>
<description>
<![CDATA[
LinuxConnect,Security ;
<!-- <html><head><title>The Moose is more like Bullwinkle, honestly</title></head><body> -->

<!-- 2015/06/02 -->


<p>I've been seeing frightening headlines about a new threat to Linux based routers.  "Moose - the router worm with an appetite for social networks", "Dissecting the Linux/Moose malware", "Moose worm targeting Linux-based routers and systems" and more.  Bar the door and get out the rifles, boys: we are under attack!</p>
<p>There's even an imposing list of "affected vendors": 3Com, Alcatel-Lucent, Allied Telesis, Avaya, Belkin, Brocade, Buffalo, Celerity, Cisco, D-link, Enterasys, Hewlett-Packard, Huawei, Linksys, Mikrotik, Netgear, Meridian, Nortel, SpeedStream, Thomson, TP-Link, Zhone, ZyXEL and more.  Forget the rifles, we need cannons!</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Security/the-moose-is-bullwinkle.html</link>
</item>
<item rdf:about="http://aplawrence.com/Basics/unix-startup-scripts-4.html">
<title>Unix and Linux startup scripts Part 4, Systemd  by Anthony Lawrence</title>
<description>
<![CDATA[
Basics,Linux ;
<!-- <html><head><title>Unix and Linux startup scripts Part 4, Systemd</title></head><body> -->

<!-- 2015/05/13 -->



<p>This is a continuation of <a href="http://aplawrence.com/Basics/unix-startup-scripts-3.html">Unix and Linux startup scripts, Part 3</a></p>
<p>Systemd is gaining favor in Linux distributions. This is a big change from inittab and everything else we've had in the past. To find out more about it, I downloaded the latest Ubuntu desktop and began exploring.  The first thing I noticed is that there is still an init.d directory and it does have shell scripts in it. However, /sbin/init is now a symlink to /etc/systemd and those scripts do not execute when systemd is in charge.</p>

<p style="word-break: break-word; max-width: 100%; color: rgb(70, 70, 70); font-family: -apple-system-font; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">-- This feed and its contents are the property of A.P. Lawrence, and use is subject to our terms. It may be used for personal consumption, but may not be distributed on a website.</p><br class="Apple-interchange-newline">
]]>
</description>
<link>http://aplawrence.com/Basics/unix-startup-scripts-4.html</link>
</item>
</rdf:RDF>
