<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3584&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Learning Linux]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3584</link>
		<description><![CDATA[The most recent posts in Learning Linux.]]></description>
		<lastBuildDate>Sun, 02 Aug 2020 10:48:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23790#p23790</link>
			<description><![CDATA[<p>Don&#039;t overwhelm yourself with learning command lines. Just keep being patient and try different things. See what the terminal is spitting out and try to to apply changes. At the same time, launch GUIs via terminals to keep track of errors and other suggestions. Optionally, look into security hardening tools (e.g. Lynis) for tips on proper Chmod usage in directories and files, essential privacy steps, and so on.</p><p>It also helps to learn the ways of other package managers, as well as compiling from source. APT is great and I like it more than Pacman and Portage, but learning those and other distros&#039; methods of managing packages can help brush up on your knowledge of GNU/Linux.</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Sun, 02 Aug 2020 10:48:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23790#p23790</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23756#p23756</link>
			<description><![CDATA[<p>The best way is to start pulling features from your system. Challenge yourself just to use the command line to solve simple problems.</p><p>My two cents <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Fri, 31 Jul 2020 14:11:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23756#p23756</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22530#p22530</link>
			<description><![CDATA[<p>This might be worthwhile.</p><p><a href="http://www.penguintutor.com/linux/" rel="nofollow">http://www.penguintutor.com/linux/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 09 Jun 2020 13:38:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22530#p22530</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22509#p22509</link>
			<description><![CDATA[<p>I&#039;d forget about the RedHat book - but the others should still be mainly relavent, although some things have, of course, changed over time, the basics are still the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Mon, 08 Jun 2020 21:42:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22509#p22509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22506#p22506</link>
			<description><![CDATA[<div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>learn to recognize bashisms</p></div></blockquote></div><p>The <a href="https://pkginfo.devuan.org/stage/beowulf/beowulf/devscripts_2.19.5+deb10u1.html" rel="nofollow">devscripts</a> package supplies /usr/bin/checkbashisms to perform that function.</p><div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>Here is a tool to help you improve your existing shell scripts</p></div></blockquote></div><p>That is available as a package: <a href="https://pkginfo.devuan.org/stage/beowulf/beowulf/shellcheck_0.5.0-3.html" rel="nofollow">https://pkginfo.devuan.org/stage/beowul … 5.0-3.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 08 Jun 2020 20:50:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22506#p22506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22504#p22504</link>
			<description><![CDATA[<p>If proficient UNIX/Linux usage is a craft, then the shell is the craftsman&#039;s workbench. I think having a solid grasp of bash--and knowing how it&#039;s different from other shells--is key. You can&#039;t go wrong by starting with the shell because it&#039;s essential no matter what your specific needs are. Where you go from there depends on your specific needs and interests.</p><p>- best bash tutorial anywhere: <a href="http://tldp.org/LDP/abs/html/" rel="nofollow">http://tldp.org/LDP/abs/html/</a><br />- compilation of bash pitfalls: <a href="https://mywiki.wooledge.org/BashPitfalls" rel="nofollow">https://mywiki.wooledge.org/BashPitfalls</a><br />- learn to recognize bashisms: <a href="https://mywiki.wooledge.org/Bashism" rel="nofollow">https://mywiki.wooledge.org/Bashism</a></p><p>Write as many shell scripts as you can. After a script is working, make it correct. After it&#039;s correct, make it beautiful. Here is a tool to help you improve your existing shell scripts: <a href="https://github.com/koalaman/shellcheck" rel="nofollow">https://github.com/koalaman/shellcheck</a></p><p>I hope that helps <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Mon, 08 Jun 2020 19:49:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22504#p22504</guid>
		</item>
		<item>
			<title><![CDATA[Re: Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22497#p22497</link>
			<description><![CDATA[<p>IBM&#039;s LPIC-1 exam-preparation tutorials are really good: <a href="https://developer.ibm.com/technologies/linux/series/learn-linux-101/" rel="nofollow">https://developer.ibm.com/technologies/ … linux-101/</a></p><p>This one is for the command line: <a href="https://developer.ibm.com/tutorials/l-lpic1-103-1/" rel="nofollow">https://developer.ibm.com/tutorials/l-lpic1-103-1/</a></p><p>EDIT: nearly five years old but still mostly relevant.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 08 Jun 2020 18:04:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22497#p22497</guid>
		</item>
		<item>
			<title><![CDATA[Learning Linux]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22496#p22496</link>
			<description><![CDATA[<p>I have poked around with Linux from time to time but do not have an in-depth of understanding of it. Somewhere I have an old copy of a thick Red Hat book (talks about setting up modems it is so old), Running Linux, and an early copy of A Practical Guide To Linux. Someone once recommended something called From Power Up To Bash Prompt. </p><p>Are these books still relevant to understanding Linux, or are there better books to recommend for modern systems?</p>]]></description>
			<author><![CDATA[dummy@example.com (seeker)]]></author>
			<pubDate>Mon, 08 Jun 2020 18:01:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22496#p22496</guid>
		</item>
	</channel>
</rss>
