<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quickzi: How To Add a Welcome Message for SSH Users</title>
	<atom:link href="http://www.foogazi.com/2008/04/10/quickzi-how-to-add-a-welcome-message-for-ssh-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foogazi.com/2008/04/10/quickzi-how-to-add-a-welcome-message-for-ssh-users/</link>
	<description>Linux Tips, Tricks, and Opinions</description>
	<lastBuildDate>Sat, 10 Sep 2011 09:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ibrahim</title>
		<link>http://www.foogazi.com/2008/04/10/quickzi-how-to-add-a-welcome-message-for-ssh-users/comment-page-1/#comment-47659</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=197#comment-47659</guid>
		<description>login to your terminal

Edit file .bash_profile using:

vi /home/ibrahim/.bash_profile 

Save changes and exit


# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

export PS1=&quot;&gt;&gt; Ibrahim &lt;&lt; &quot;
echo

echo -e &quot;Welcome! This is test message&quot;

echo</description>
		<content:encoded><![CDATA[<p>login to your terminal</p>
<p>Edit file .bash_profile using:</p>
<p>vi /home/ibrahim/.bash_profile </p>
<p>Save changes and exit</p>
<p># .bash_profile</p>
<p># Get the aliases and functions<br />
if [ -f ~/.bashrc ]; then<br />
        . ~/.bashrc<br />
fi</p>
<p># User specific environment and startup programs</p>
<p>PATH=$PATH:$HOME/bin</p>
<p>export PATH</p>
<p>export PS1=&#8221;&gt;&gt; Ibrahim &lt;&lt; &quot;<br />
echo</p>
<p>echo -e &quot;Welcome! This is test message&quot;</p>
<p>echo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

