<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>linux | Psyops Prime</title>
	<atom:link href="https://psyopsprime.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://psyopsprime.com</link>
	<description>An Idea Log</description>
	<lastBuildDate>Tue, 01 Nov 2016 11:56:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<site xmlns="com-wordpress:feed-additions:1">99640787</site>	<item>
		<title>Bash Configuration Files and Makefiles</title>
		<link>https://psyopsprime.com/education/bash-configuration-files-and-makefiles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bash-configuration-files-and-makefiles</link>
					<comments>https://psyopsprime.com/education/bash-configuration-files-and-makefiles/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Oct 2015 06:37:00 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[environment variables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make files]]></category>
		<guid isPermaLink="false">http://psyopsprime.xyz/?p=1008</guid>

					<description><![CDATA[<p>Following are some nice lecture slides about various bash configuration files, such as .profile, .bash_profile, .bashrc etc. &#160; Bash Configurations Demystified A few tutorials on</p>
The post <a href="https://psyopsprime.com/education/bash-configuration-files-and-makefiles/">Bash Configuration Files and Makefiles</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></description>
										<content:encoded><![CDATA[<p>Following are some nice lecture slides about various bash configuration files, such as .profile, .bash_profile, .bashrc etc.</p>
<p><iframe title="Linux shell scripting with bash" src="https://www.slideshare.net/slideshow/embed_code/key/DHCJ0PdsxDYAEG" width="479" height="511" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe></p>
<p>&nbsp;</p>
<p><a class="embedly-card" href="http://dghubble.com/blog/posts/.bashprofile-.profile-and-.bashrc-conventions/">Bash Configurations Demystified</a><br />
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>A few tutorials on make files are in order.</p>
<p><a class="embedly-card" href="http://mrbook.org/blog/tutorials/make/">Makefiles</a><br />
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>&nbsp;</p>
<p><a href="http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/" target="_blank">This is a good make file tour</a>, I am somehow having trouble embedding it.</p>
<p>&nbsp;</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html">No Title</a></h4>
<p>The most simple Makefile for compiling a C (or C++) program from a single .c file, with make and make clean rules, looks something like this (remember to add a TAB character before the command part): # build an executable named myprog from myprog.c all: myprog.c gcc -g -Wall -o</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>&nbsp;</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="http://www.cs.swarthmore.edu/~newhall/unixhelp/javamakefiles.html">Java and Makefiles</a></h4>
<p>Yes you can write and use makefiles to build java applications. If you have never used Makefiles, first read the Makefile basics documentation. Below is a more complicated example Makefile for a java program (it is harder to read, but easier to use and modify in this form).</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p><a class="embedly-card" href="http://jwrr.com/content/Gnu-Makefile-Examples/">Java Makefile Examples</a><br />
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p><a class="embedly-card" href="http://jwrr.com/content/Gnu-Makefile-Examples/">Java Makefile Examples</a><br />
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p>&nbsp;</p>
<p><small><a style="text-decoration: none;" title="Image inserted by the ImageInject WordPress plugin" href="http://wpinject.com/" rel="nofollow">Photo</a> by <a href="http://www.flickr.com/photos/8070463@N03/8362781339" target="_blank">Tambako the Jaguar</a> <a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/psyopsprime.besaba.com/wp-content/plugins/wp-inject/images/cc.png?w=750" alt="" /></a></small></p>The post <a href="https://psyopsprime.com/education/bash-configuration-files-and-makefiles/">Bash Configuration Files and Makefiles</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></content:encoded>
					
					<wfw:commentRss>https://psyopsprime.com/education/bash-configuration-files-and-makefiles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
				<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<post-id xmlns="com-wordpress:feed-additions:1">1008</post-id>	</item>
	</channel>
</rss>
