<?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: Creating Shortcuts With User Aliases</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Neil</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-14645</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-14645</guid>
		<description>did not work in ubuntu 10.10
I had to put all in .bashrc</description>
		<content:encoded><![CDATA[<p>did not work in ubuntu 10.10<br />
I had to put all in .bashrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJWiMac</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-8129</link>
		<dc:creator>MJWiMac</dc:creator>
		<pubDate>Wed, 11 Mar 2009 19:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-8129</guid>
		<description>CORRECTION MY PERVIOUS POST!!
I FIGURED IT OUT!!! if you have a space in your user name and you are creating an alias to connect to it using ssh, in nano .bashrc. Type alias iMac(or watever)=ssh\ -p\ XXXXX\ &quot;First\ Last&quot;@XX.XXX.XXX.X   NOTICE THE &quot; &quot; around my first and last name, THIS IS REQUIRED... NOT JUS THE \ before the space!!! I DONT KNOW WHY, but there ya go!</description>
		<content:encoded><![CDATA[<p>CORRECTION MY PERVIOUS POST!!<br />
I FIGURED IT OUT!!! if you have a space in your user name and you are creating an alias to connect to it using ssh, in nano .bashrc. Type alias iMac(or watever)=ssh\ -p\ XXXXX\ &#8220;First\ Last&#8221;@XX.XXX.XXX.X   NOTICE THE &#8221; &#8221; around my first and last name, THIS IS REQUIRED&#8230; NOT JUS THE \ before the space!!! I DONT KNOW WHY, but there ya go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJWiMac</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-8128</link>
		<dc:creator>MJWiMac</dc:creator>
		<pubDate>Wed, 11 Mar 2009 19:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-8128</guid>
		<description>PLEASE HELP!! I created an alias in .bashrc by nano .bashrc then i entered alias iMac=ssh\ -p\ XXXXX\ First\ Last@XX.XXX.XXX.X then i saved it and ran source /.bashrc  But when I type in a clean shell &quot;iMac&quot;... I get this error &quot;ssh: Could not resolve hostname First: nodename nor servname provided, or not known.&quot;.... NOW, I have tried the alias without the &quot;\&quot; every where els but the name, But the closest I get is above, if I just put a space inbetween my first and last name (my username) it just tells me it stops at &quot;Michael&quot;... i tried using _ and / and putting them before and after the space... ITS DRIVING MY NUTZ!!! my email is michael_withe21@hotmail.com please help!!!</description>
		<content:encoded><![CDATA[<p>PLEASE HELP!! I created an alias in .bashrc by nano .bashrc then i entered alias iMac=ssh\ -p\ XXXXX\ First\ <a href="mailto:Last@XX.XXX.XXX">Last@XX.XXX.XXX</a>.X then i saved it and ran source /.bashrc  But when I type in a clean shell &#8220;iMac&#8221;&#8230; I get this error &#8220;ssh: Could not resolve hostname First: nodename nor servname provided, or not known.&#8221;&#8230;. NOW, I have tried the alias without the &#8220;\&#8221; every where els but the name, But the closest I get is above, if I just put a space inbetween my first and last name (my username) it just tells me it stops at &#8220;Michael&#8221;&#8230; i tried using _ and / and putting them before and after the space&#8230; ITS DRIVING MY NUTZ!!! my email is <a href="mailto:michael_withe21@hotmail.com">michael_withe21@hotmail.com</a> please help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sobaken</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-7635</link>
		<dc:creator>sobaken</dc:creator>
		<pubDate>Sun, 04 Jan 2009 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-7635</guid>
		<description>Thank you Sak!

tip about .bash_aliases it what i&#039;ve looked for! :)</description>
		<content:encoded><![CDATA[<p>Thank you Sak!</p>
<p>tip about .bash_aliases it what i&#8217;ve looked for! <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Review Man</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-7517</link>
		<dc:creator>Review Man</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-7517</guid>
		<description>And how do I enable ~/.profile and aliases herein to get read by gnome-terminal?</description>
		<content:encoded><![CDATA[<p>And how do I enable ~/.profile and aliases herein to get read by gnome-terminal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mycroft</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-3848</link>
		<dc:creator>mycroft</dc:creator>
		<pubDate>Thu, 21 Feb 2008 03:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-3848</guid>
		<description>Well, my apologies to anyone listening...

Being the newbie I am, I didn&#039;t realize that my Gnome-terminal application would allow me to set it so that is process the command shell correctly.  

I use the Korn shell because I need to mimic usage on an HPUX system, and that is the default shell used on that server.  I want to use my laptop as a developer workstation, and figured Ubuntu, running ksh would work for me.  So, far so good.  The fix is easy, as you just need to go to the gnome-terminal profile being used, click on the Edit Profile option, click the &#039;Title and Command&#039; tab, and enable the checkbox for &#039;Run a command as a login shell&#039;.  Close the session, and re-open, and your ~/.profile will be processed.  So, you can do as you like setting aliases or variable in that file for personal use, or create or call another file to set them up.

Sometimes the easiest thing to do is the hardest to see, but this is working for me, and I can use ksh, too, without a lot of fuss and bother.

Cheers</description>
		<content:encoded><![CDATA[<p>Well, my apologies to anyone listening&#8230;</p>
<p>Being the newbie I am, I didn&#8217;t realize that my Gnome-terminal application would allow me to set it so that is process the command shell correctly.  </p>
<p>I use the Korn shell because I need to mimic usage on an HPUX system, and that is the default shell used on that server.  I want to use my laptop as a developer workstation, and figured Ubuntu, running ksh would work for me.  So, far so good.  The fix is easy, as you just need to go to the gnome-terminal profile being used, click on the Edit Profile option, click the &#8216;Title and Command&#8217; tab, and enable the checkbox for &#8216;Run a command as a login shell&#8217;.  Close the session, and re-open, and your ~/.profile will be processed.  So, you can do as you like setting aliases or variable in that file for personal use, or create or call another file to set them up.</p>
<p>Sometimes the easiest thing to do is the hardest to see, but this is working for me, and I can use ksh, too, without a lot of fuss and bother.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mycroft</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-3839</link>
		<dc:creator>mycroft</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-3839</guid>
		<description>None of this is working on my install.  I changed the /etc/profile call, but still it does not call my .~/.bash_aliases script.

Any other ideas?

I see aliases are being created somewhere, but I can&#039;t find &#039;em. Help!!!

Thanks</description>
		<content:encoded><![CDATA[<p>None of this is working on my install.  I changed the /etc/profile call, but still it does not call my .~/.bash_aliases script.</p>
<p>Any other ideas?</p>
<p>I see aliases are being created somewhere, but I can&#8217;t find &#8216;em. Help!!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paijo Marpaung</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-1360</link>
		<dc:creator>Paijo Marpaung</dc:creator>
		<pubDate>Thu, 12 Apr 2007 05:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-1360</guid>
		<description>i still need much learn about this.</description>
		<content:encoded><![CDATA[<p>i still need much learn about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sak</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-1359</link>
		<dc:creator>Sak</dc:creator>
		<pubDate>Sat, 31 Mar 2007 14:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-1359</guid>
		<description>Awesome tip, aliases save a lot of time. But a more proper place to put (and manage them) would be in something like a ~/.bash_aliases file. In ~/.bashrc, find the section that looks like this

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

#if [ -f ~/.bash_aliases ]; then
#    . ~/.bash_aliases
#fi

And uncomment those last 3 lines. That way you have 1 file just for your own custom aliases and they can be more easily managed and separate from the bash config file.</description>
		<content:encoded><![CDATA[<p>Awesome tip, aliases save a lot of time. But a more proper place to put (and manage them) would be in something like a ~/.bash_aliases file. In ~/.bashrc, find the section that looks like this</p>
<p># Alias definitions.<br />
# You may want to put all your additions into a separate file like<br />
# ~/.bash_aliases, instead of adding them here directly.<br />
# See /usr/share/doc/bash-doc/examples in the bash-doc package.</p>
<p>#if [ -f ~/.bash_aliases ]; then<br />
#    . ~/.bash_aliases<br />
#fi</p>
<p>And uncomment those last 3 lines. That way you have 1 file just for your own custom aliases and they can be more easily managed and separate from the bash config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://ubuntu-tutorials.com/2007/03/30/creating-shortcuts-with-user-aliases/#comment-1358</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Sat, 31 Mar 2007 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=316#comment-1358</guid>
		<description>Another thing: instead of writing (or aliasing) ssh -p 22222 user@server you can create a ~/.ssh/config file with

  Host work
  User user
  HostName server
  Port 2222

and then you can use ssh work or scp somefile work:somedirectory without repeating usernames, hostnames or port numbers.</description>
		<content:encoded><![CDATA[<p>Another thing: instead of writing (or aliasing) ssh -p 22222 user@server you can create a ~/.ssh/config file with</p>
<p>  Host work<br />
  User user<br />
  HostName server<br />
  Port 2222</p>
<p>and then you can use ssh work or scp somefile work:somedirectory without repeating usernames, hostnames or port numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching using disk: basic
Object Caching 318/319 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-24 02:42:00 -->
