<?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/"
	>

<channel>
	<title>TechBytes &#187; SSH</title>
	<atom:link href="http://www.asim.pk/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to change &#8220;-bash-*&#8221;?</title>
		<link>http://www.asim.pk/2010/06/23/how-to-change-bash/</link>
		<comments>http://www.asim.pk/2010/06/23/how-to-change-bash/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:07:47 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=690</guid>
		<description><![CDATA[If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn&#8217;t give you much information. To fix that, you can simply type this in your SSH when logged in:]]></description>
			<content:encoded><![CDATA[<p>If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn&#8217;t give you much information. </p>
<pre class="brush: plain; title: ; notranslate">-bash-3.2#</pre>
<p>To fix that, you can simply type this in your SSH when logged in:</p>
<pre class="brush: plain; title: ; notranslate">PS1=&quot;[\u@\h \W]\$ &quot;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/23/how-to-change-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change password in linux console?</title>
		<link>http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/</link>
		<comments>http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/#comments</comments>
		<pubDate>Fri, 07 May 2010 21:26:27 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=650</guid>
		<description><![CDATA[Connect to server via SSH and then issue the following command output will be something similar to this]]></description>
			<content:encoded><![CDATA[<p>Connect to server via SSH and then issue the following command</p>
<pre class="brush: plain; title: ; notranslate">sudo passwd</pre>
<p>output will be something similar to this</p>
<pre class="brush: plain; title: ; notranslate">root@vps:~# sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring SSH on Ubuntu 8.10</title>
		<link>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 21:22:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=164</guid>
		<description><![CDATA[The first issue that I had after installing Ubuntu 8.10 was that I could not connect to SSH on it because SSH server is not installed on Ubuntu 8.10 and it never asked me if I wanted to make a &#8230; <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The first issue that I had after installing Ubuntu 8.10 was that I could not connect to SSH on it because SSH server is not installed on Ubuntu 8.10 and it never asked me if I wanted to make a selection of what software packages I need to have installed. I guess thats why they are making a <strong>less then 25 min install</strong> promise.</p>
<p>Here&#8217;s how you can enable / configure / install SSH on your Ubuntu 8.10<br />
Open a terminal window by selecting the <strong>Applications</strong> menu and selecting <strong>Terminal</strong> from the Accessories menu. In the terminal window enter the following command and press enter to execute it</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install openssh-server</pre>
<p>It will automatically download and install the SSH serve and configure it to run on port 22 (default port).</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/1-7-2009-11-56-21-pm.png" rel="lightbox[164]"><img src="http://www.asim.pk/wp-content/uploads/2009/01/1-7-2009-11-56-21-pm-300x188.png" alt="Ubuntu 8.10 SSH Access" title="Ubuntu 8.10 SSH Access" width="300" height="188" class="aligncenter size-medium wp-image-173" /></a><br />
<em>Ubuntu 8.10 SSH Access</em></p>
<p>I will write another article to explain how you can change the port or enable / disable the SSH server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CakePHP&#8217;s Bake on Linux</title>
		<link>http://www.asim.pk/2009/01/06/using-cakephp-bake-tool-on-linux/</link>
		<comments>http://www.asim.pk/2009/01/06/using-cakephp-bake-tool-on-linux/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 05:45:31 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bake]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=138</guid>
		<description><![CDATA[If you want to use CakePHP&#8217;s bake tool on Linux command line (like I have development environment on Linux) then you can ssh to your linux box as shown in the screen shot below Second, you can execute the cake &#8230; <a href="http://www.asim.pk/2009/01/06/using-cakephp-bake-tool-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want to use CakePHP&#8217;s bake tool on Linux command line (like I have development environment on Linux) then you can ssh to your linux box as shown in the screen shot below</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/console1.png" target="_blank" rel="lightbox[138]"><img src="http://www.asim.pk/wp-content/uploads/2009/01/console1-300x187.png" alt="Linux Console" title="Linux Console" width="300" height="187" class="size-medium wp-image-139" /></a></p>
<p>Second, you can execute the cake bake command in the following manner</p>
<pre class="brush: plain; title: ; notranslate">./cake/console/cake bake</pre>
<p>as shown in the picture below<br />
<a href="http://www.asim.pk/wp-content/uploads/2009/01/console2.png" target="_blank" rel="lightbox[138]"><img src="http://www.asim.pk/wp-content/uploads/2009/01/console2-300x187.png" alt="Linux Console" title="Linux Console" width="300" height="187" class="size-medium wp-image-140" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/06/using-cakephp-bake-tool-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>19 ffmpeg commands for all needs</title>
		<link>http://www.asim.pk/2008/09/29/ffmpeg-commands-for-all-needs/</link>
		<comments>http://www.asim.pk/2008/09/29/ffmpeg-commands-for-all-needs/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 08:16:02 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[FFMPEG library]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/2008/09/29/37/</guid>
		<description><![CDATA[Do you need to convert video/audio files or generate thumbnails from Video files? Then you need FFMPEG library. I found a very nice post titled 19 ffmpeg commands for all needs. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Do you need to convert video/audio files or generate thumbnails from Video files? Then you need <a href="http://ffmpeg.mplayerhq.hu/" target="_blank">FFMPEG library</a>. I found a very nice post titled <a href="http://www.catswhocode.com/blog/os/19-ffmpeg-commands-for-all-needs-824" target="_blank"><strong>19 ffmpeg commands for all needs</strong></a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/09/29/ffmpeg-commands-for-all-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a tar file using SSH on Linux</title>
		<link>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/</link>
		<comments>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:29:07 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Line]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/?p=33</guid>
		<description><![CDATA[To create a tar from a directory using SSH on Linux punch in the following command Where &#8220;mystuff&#8221; is a directory and backup.tar is the target compressed file. You can also create a file called archive.tar of all the files &#8230; <a href="http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To create a tar from a directory using SSH on Linux punch in the following command</p>
<pre class="brush: plain; title: ; notranslate">tar -vcf backup.tar mystuff/</pre>
<p>Where &#8220;mystuff&#8221; is a directory and backup.tar is the target compressed file.<br />
You can also create a file called archive.tar of all the files and subdirectories in the current directory with the following command</p>
<pre class="brush: plain; title: ; notranslate">tar -vcf backup.tar *</pre>
<p>Note: &#8220;v&#8221; flag is for verbose mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

