<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6121733145998352243</id><updated>2024-09-05T15:09:26.743+05:30</updated><category term="Linux"/><category term="Commands"/><category term="Lession"/><category term="Tutorial"/><category term="Script"/><category term="Money"/><category term="News"/><category term="Software"/><category term="AlertPay"/><category term="Books"/><category term="Fedora"/><category term="Shell"/><category term="how to make money online"/><category term="BUX"/><category term="Earn"/><category term="NeoBux"/><category term="Apple"/><category term="Clicksia"/><category term="Images"/><category term="Networking"/><category term="PTC"/><category term="PayPal"/><category term="Payments"/><category term="Phone"/><category term="RHEL Software"/><category term="Survey"/><category term="Ubuntu"/><category term="Unix"/><category term="VMware"/><category term="Welcome"/><category term="iPhone"/><category term="money from clicking"/><title type='text'>SL Linux : Best Linux resources for all</title><subtitle type='html'>Find out free Linux ebooks, magazines, tutorials and much more</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>29</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-5043539513970223065</id><published>2011-05-03T21:29:00.000+05:30</published><updated>2011-05-03T21:29:17.468+05:30</updated><title type='text'>Eclipse for PHP Developers</title><content type='html'>Eclipse for PHP Developers is a best tool that i have ever seen for develop professional PHP applications. It provides all development functions for developers. This IDE has hot many rich features.&lt;br /&gt;
&lt;br /&gt;
You can find out more details from &lt;a href=&quot;http://adf.ly/1PQsU&quot;&gt;http://adf.ly/1PQsU&lt;/a&gt; and you can download your copy from &lt;a href=&quot;http://adf.ly/1PQuI&quot;&gt;http://adf.ly/1PQuI&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/5043539513970223065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2011/05/eclipse-for-php-developers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5043539513970223065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5043539513970223065'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2011/05/eclipse-for-php-developers.html' title='Eclipse for PHP Developers'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-6601805246436319365</id><published>2010-10-27T22:09:00.001+05:30</published><updated>2010-10-28T17:46:39.481+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>How to set, run update automatically in linux with yum</title><content type='html'>If you need keep you Linux PC up to date, you have to update your system every time.&lt;br /&gt;
But if you can set this thing happens automatically you do not want to worry by manually updating your system. Here i show how do we can enable or set the yum update manager to run start up as a service.&lt;br /&gt;
&lt;br /&gt;
To run the yum update service at the system start up, you have to enable it. Issue the following command to enable it.&lt;br /&gt;
&lt;div style=&quot;color: #999999;&quot;&gt;&lt;i&gt;# chkconfig --level 345 yum-updatesd on&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
If you want to verify your configuration issue,&lt;br /&gt;
&lt;div style=&quot;color: #999999;&quot;&gt;&lt;i&gt;# chkconfig&amp;nbsp; --list yum-updatesd&lt;/i&gt;&lt;/div&gt;or&lt;br /&gt;
&lt;i&gt;&lt;span style=&quot;color: #999999;&quot;&gt;# service yum-updatesd status&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // this gives whether the service running or not</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/6601805246436319365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/10/how-to-set-run-update-automatically-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/6601805246436319365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/6601805246436319365'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/10/how-to-set-run-update-automatically-in.html' title='How to set, run update automatically in linux with yum'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-2309310265527451054</id><published>2010-09-06T13:58:00.000+05:30</published><updated>2010-09-06T13:58:14.089+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Money"/><category scheme="http://www.blogger.com/atom/ns#" term="Payments"/><title type='text'>OKPAY | New way of made payments easy</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://www.okpay.com/?rbp=421770672&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Sign up for OKPAY and start accepting payments instantly.&quot; border=&quot;0&quot; src=&quot;https://www.okpay.com/img/partners/rbp_banner.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;OKPAY | New way of made payments easy&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;OKPAY is a new online payment solution. It is easy and more secure.&amp;nbsp;&lt;/b&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/2309310265527451054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/09/okpay-new-way-of-made-payments-easy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/2309310265527451054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/2309310265527451054'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/09/okpay-new-way-of-made-payments-easy.html' title='OKPAY | New way of made payments easy'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-7633443535417880151</id><published>2010-08-06T22:25:00.000+05:30</published><updated>2010-08-06T22:25:27.903+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Unix"/><title type='text'>Puppy 5.0</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;Puppy Linux is one of light weight distribution of Linux. Live-CD of this&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;Puppy Linux distribution is only&amp;nbsp;&lt;/span&gt;85MB.&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;But it includes all GUI applications.Being so small,&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;Puppy Linux usually loads&amp;nbsp;completely&amp;nbsp;into the RAM. This&amp;nbsp;increase&amp;nbsp;the speed. You can find more details about Puppy Linux by it&#39;s website :&amp;nbsp;&lt;a href=&quot;http://www.puppylinux.com/&quot;&gt;www.puppylinux.com&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.neobux.com/?rh=6D696E69706F7038353835&quot;&gt;&lt;img height=&quot;60&quot; src=&quot;http://images.neobux.com/imagens/banner8.gif&quot; width=&quot;468&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;You can download you free copy from&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.puppylinux.com/download/index.html&quot;&gt;http://www.puppylinux.com/download/index.html&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/7633443535417880151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/08/puppy-50.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7633443535417880151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7633443535417880151'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/08/puppy-50.html' title='Puppy 5.0'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-7823026746909514264</id><published>2010-08-03T20:33:00.002+05:30</published><updated>2010-08-05T08:17:53.455+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Earn"/><category scheme="http://www.blogger.com/atom/ns#" term="how to make money online"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Money"/><category scheme="http://www.blogger.com/atom/ns#" term="money from clicking"/><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><category scheme="http://www.blogger.com/atom/ns#" term="Shell"/><title type='text'>Create a GRUB Boot Splash Background</title><content type='html'>Here i show you how to change the&amp;nbsp;background&amp;nbsp;of GRUB Boot splash. To do this you have follow some&amp;nbsp;requirement. They are&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;It must be sized at 640x480.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;It must be a .xpm format image file.&lt;/li&gt;
&lt;li&gt;It must contain no more than 14 colors.&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.onbux.com/?rh=3f24385141ff520ff678d48f40092d12&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://images.onbux.com/banner1.gif&quot; width=&quot;468&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Now we start, Suppose that you got a image in .png format. How do you convert it into .xpm format. You should have to installed&amp;nbsp;ImageMagick and issue&amp;nbsp;following&amp;nbsp;command syntax to convert .png image to .xpm image.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;# convert sampleimage.png &amp;nbsp;-colors 14 -resize 640x480 &amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-style: normal;&quot;&gt;&lt;i&gt;sampleimage&lt;/i&gt;&lt;/span&gt;e.xpm&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
First convert .xpm image to gz. Then copy that .xpm image in to&amp;nbsp;/boot/grub directory&lt;br /&gt;
&lt;br /&gt;
Convert&amp;nbsp;&lt;i&gt;sampleimage&lt;/i&gt;.xpm to gz&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # gzip&amp;nbsp;&lt;i&gt;sampleimage&lt;/i&gt;.xpm&lt;br /&gt;
&lt;br /&gt;
Copy&amp;nbsp;&lt;i&gt;sampleimage&lt;/i&gt;.xpm.gz to /boot/grub&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # cp&amp;nbsp;&lt;i&gt;sampleimage&lt;/i&gt;.xpm.gz /boot/grub&lt;br /&gt;
&lt;br /&gt;
Now configure the&amp;nbsp;grub.conf to set your image.&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; splashimage=(hd0,0)/boot/grub/&lt;i&gt;sampleimage&lt;/i&gt;.xpm.gz&lt;br /&gt;
&lt;br /&gt;
Now reboot the system and see whether you Grub Boot&amp;nbsp;Splash Background has change !&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.geostring.com/?1200486&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://static.geostring.com/banners/468x60f.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/7823026746909514264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/08/create-grub-boot-splash-background.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7823026746909514264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7823026746909514264'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/08/create-grub-boot-splash-background.html' title='Create a GRUB Boot Splash Background'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-8304307113134057280</id><published>2010-07-31T08:02:00.001+05:30</published><updated>2010-07-31T08:02:18.939+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><category scheme="http://www.blogger.com/atom/ns#" term="Shell"/><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>Install Audio/Video codec in Linux</title><content type='html'>&lt;p&gt;People who use Linux distribution have to face one common problem. That is playing multimedia files in Linux. Most time MP3 and most video codec are not include in Linux distributions. &lt;/p&gt; &lt;p&gt;So you have to download the all necessary codec and install them. The best codec pack for Linux i’ve got is the Gstreamer Codec Pack. This package includes most popular codec. You can download them all from &lt;a href=&quot;http://gstreamer.freedesktop.org/download/&quot;&gt;http://gstreamer.freedesktop.org/download/&lt;/a&gt;. All of them are source packages. After you download, unzip, configure, compile and install them. Here are the command that you need&lt;/p&gt; &lt;p&gt;Unzip : tar –zxvf &lt;a href=&quot;http://gstreamer.freedesktop.org/gstreamer-0.10.30.tar.gz&quot;&gt;gstreamer-0.10.30.tar.gz&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Configure : ./configure &lt;/p&gt; &lt;p&gt;Compile the package : make&lt;/p&gt; &lt;p&gt;To Install : make install &lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://gstreamer.freedesktop.org/src/&quot;&gt;&lt;/a&gt;&lt;/p&gt;  </content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/8304307113134057280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/install-audiovideo-codec-in-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8304307113134057280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8304307113134057280'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/install-audiovideo-codec-in-linux.html' title='Install Audio/Video codec in Linux'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-3168354914477794891</id><published>2010-07-30T11:36:00.000+05:30</published><updated>2010-07-30T12:19:53.600+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Installing Windows Application in Linux</title><content type='html'>&lt;div style=&quot;text-align: justify&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;Most of Linux user suffering from installing Windows application in Linux. By default Linux do not support .exe files. Some users are use the Wine emulator to install windows applications. But i found better GUI Linux application to install windows application in Linux OS.&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;text-align: center&quot;&gt;&lt;br&gt;&lt;/div&gt; &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center&quot;&gt;&lt;a style=&quot;margin-left: 1em; margin-right: 1em&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-JP_OSE5LOHcS8gR-HPWHrxuIH1NPGCni1wMWVo9zyOLa2bhaP5NtXqWm_nHqs5FXfxU2UgUF15DAhpA3_bNFvVLGECJ7v6f9TTVOQhxYWpXwWMEwNRD9TzhETqqIx9D_hNL90edoZj3X/s1600/cw_top_logo.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img style=&quot;display: inline; margin-left: 0px; margin-right: 0px&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-JP_OSE5LOHcS8gR-HPWHrxuIH1NPGCni1wMWVo9zyOLa2bhaP5NtXqWm_nHqs5FXfxU2UgUF15DAhpA3_bNFvVLGECJ7v6f9TTVOQhxYWpXwWMEwNRD9TzhETqqIx9D_hNL90edoZj3X/s320/cw_top_logo.png&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt; &lt;div style=&quot;text-align: justify&quot;&gt;&lt;br&gt;&lt;/div&gt; &lt;div style=&quot;text-align: justify&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;It is &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;CrossOver Linux. This applications allow user to install most &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;popular Windows applications in Linux. The latest &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;CrossOver version 9 allow user to install Microsoft office 2007 also. This application support many most popular windows applications. You can find more details about &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;CrossOver by visiting &lt;/span&gt;&lt;a href=&quot;http://codeweavers.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;codeweavers.com&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;. Also you can see more &lt;/span&gt;&lt;a href=&quot;http://www.codeweavers.com/products/videos/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;videos&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt; by visiting Codeweaver web site. You can find licensed application through Torrent site. Just Type CrossOver 9 and search it. This application available in .rpm, .deb, and .sh packages. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt; &lt;p align=&quot;center&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #990000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif&quot;&gt;IF THIS POST IT GOOD AND INTERESTED FOR YOU, PLEASE DON&#39;T FORGET TO LEAVE A COMMENT.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: verdana, helvetica, arial, sans-serif&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;br&gt;&lt;/p&gt; &lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://www.888bux.com/?r=minipop8585&quot;&gt;&lt;img height=&quot;125&quot; src=&quot;http://www.888bux.com/Images/125x125banner.png&quot; width=&quot;125&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a href=&quot;http://www.neobux.com/?r=minipop8585&quot;&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;100&quot; src=&quot;http://images.neobux.com/imagens/banner2.gif&quot; width=&quot;180&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/3168354914477794891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-windows-application-in-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3168354914477794891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3168354914477794891'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-windows-application-in-linux.html' title='Installing Windows Application in Linux'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-JP_OSE5LOHcS8gR-HPWHrxuIH1NPGCni1wMWVo9zyOLa2bhaP5NtXqWm_nHqs5FXfxU2UgUF15DAhpA3_bNFvVLGECJ7v6f9TTVOQhxYWpXwWMEwNRD9TzhETqqIx9D_hNL90edoZj3X/s72-c/cw_top_logo.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-8502565365562168277</id><published>2010-07-27T18:22:00.000+05:30</published><updated>2010-07-27T18:22:50.681+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="how to make money online"/><category scheme="http://www.blogger.com/atom/ns#" term="Images"/><category scheme="http://www.blogger.com/atom/ns#" term="NeoBux"/><category scheme="http://www.blogger.com/atom/ns#" term="VMware"/><title type='text'>Finding VMware Images for VMware Player.</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;If you are using Virtual Machine softwares like &lt;a href=&quot;http://www.vmware.com/&quot;&gt;VMware&lt;/a&gt; Server,&amp;nbsp;&lt;a href=&quot;http://www.vmware.com/&quot;&gt;VMware&lt;/a&gt; Workstation, or &lt;a href=&quot;http://www.vmware.com/&quot;&gt;VMware&lt;/a&gt; Player you have heard about VMware images. These&amp;nbsp;VMware images are used to work with&amp;nbsp;VMware Players and they are created with&amp;nbsp;VMware Workstation. If you are unable to create a&amp;nbsp;VMware image for you, you can find it from the internet. There are lot of VMware images uploaded to the internet.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Also people who do not want to wast time by creating new virtual machine in the VMware workstation also can use these images for their work. We can found many Linux based VMware images and also windows.&lt;/div&gt;&lt;br /&gt;
Here are some sites which you can used to download VMware images.&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #0e774a; font-family: arial, sans-serif; font-size: small; line-height: 15px;&quot;&gt;&lt;a href=&quot;http://www.blogger.com/goog_1840245630&quot;&gt;www.&lt;/a&gt;&lt;a href=&quot;http://www.blogger.com/goog_1840245630&quot;&gt;vmware&lt;/a&gt;&lt;a href=&quot;http://.com/appliances/&quot;&gt;.com/appliances/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #0e774a; font-family: arial, sans-serif; font-size: small; line-height: 15px;&quot;&gt;&lt;a href=&quot;http://www.thoughtpolice.co.uk/vmware/&quot;&gt;http://www.thoughtpolice.co.uk/vmware/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://chrysaor.info/?page=home&quot;&gt;http://chrysaor.info/?page=home&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.neobux.com/?r=minipop8585&quot;&gt;&lt;img height=&quot;60&quot; src=&quot;http://images.neobux.com/imagens/banner9.gif&quot; width=&quot;468&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: #e69138;&quot;&gt;&lt;b&gt;People who need some extra income, click the banner and sign up to start&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/8502565365562168277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/finding-vmware-images-for-vmware-player.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8502565365562168277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8502565365562168277'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/finding-vmware-images-for-vmware-player.html' title='Finding VMware Images for VMware Player.'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-369618158044995356</id><published>2010-07-27T07:47:00.001+05:30</published><updated>2010-07-27T07:49:31.845+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="AlertPay"/><category scheme="http://www.blogger.com/atom/ns#" term="BUX"/><category scheme="http://www.blogger.com/atom/ns#" term="Earn"/><category scheme="http://www.blogger.com/atom/ns#" term="how to make money online"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Use Virtual Machine for Linux</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Do you use Linux before ?.Would you want to install and test Linux ?. But do you have fear to install Linux to your PC and that will&amp;nbsp;corrupt&amp;nbsp;your PC&#39;s existing&amp;nbsp;partitions. Don&#39;t worry !. There is a best solution for it. That is using a Virtual Machine (VM). Virtual Machine software can install any supported operating system inside&amp;nbsp;Windows&amp;nbsp;or Linux or MacOS. Virtual Machine gets all physical resources of your existing PC, as an ex : Network card, CD-DVD ROM, Modem, HDD, eand etc. This VM do not&amp;nbsp;corrupt&amp;nbsp;your HDD drive&amp;nbsp;partitions. VM create all things in virtually. So no need to fear.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.vmware.com/&quot;&gt;VMware&lt;/a&gt; and &lt;a href=&quot;http://www.virtualbox.org/&quot;&gt;Virtual Box&lt;/a&gt; are best Virtual Machine Software we can found today. Just try it if you interested.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #cc0000;&quot;&gt;Here is another best PTC ( or BUX ) site which i found from the Internet, that&#39;ll made our payments Instantly using AlertPay. Just sign up and see you&#39;ll also get paid Instantly !!!!.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.thebuxgroup.com/?ref=minipop4747&quot;&gt;&lt;img src=&quot;http://www.thebuxgroup.com/images/banner1.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/369618158044995356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/use-virtual-machine-for-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/369618158044995356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/369618158044995356'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/use-virtual-machine-for-linux.html' title='Use Virtual Machine for Linux'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-5862310570642083421</id><published>2010-07-19T11:41:00.000+05:30</published><updated>2010-07-19T11:41:46.231+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="AlertPay"/><category scheme="http://www.blogger.com/atom/ns#" term="Money"/><category scheme="http://www.blogger.com/atom/ns#" term="PayPal"/><category scheme="http://www.blogger.com/atom/ns#" term="Survey"/><title type='text'>Here New Survey Experience for FREE</title><content type='html'>Here i give you another&amp;nbsp;opportunity&amp;nbsp;to earn some extra cash by participating to small survey. This program pay $ 6.00 for your sign up and pay $ 1.00 for review and participate their very little survey.You can payout you earning to your Alert Pay or PayPal accounts.&amp;nbsp;If you interested &lt;a href=&quot;http://www.awsurveys.com/HomeMain.cfm?RefID=raavi1985&quot;&gt;sign up&lt;/a&gt; by following the link.&lt;br /&gt;
&lt;br /&gt;
Just see how it operate by sign up. You can earn $ 6.00 by sign up.If you do not like it leave this program. But take a&amp;nbsp;little&amp;nbsp;time to review it&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.awsurveys.com/HomeMain.cfm?RefID=raavi1985&quot;&gt;&lt;img height=&quot;100&quot; src=&quot;http://www.AWSurveys.com/Pictures/AWS2_ad2_600by100.jpg&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.awsurveys.com/HomeMain.cfm?RefID=raavi1985&quot;&gt;&lt;img height=&quot;300&quot; src=&quot;http://www.AWSurveys.com/Pictures/AWS_ad1_300300.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/5862310570642083421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/here-new-survey-experience-for-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5862310570642083421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5862310570642083421'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/here-new-survey-experience-for-free.html' title='Here New Survey Experience for FREE'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-1229246614113073090</id><published>2010-07-13T14:10:00.004+05:30</published><updated>2010-07-15T21:54:04.726+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Installing Binary and Scripts (.bin/.sh) Files</title><content type='html'>Here are the commands that you need to install binary(.bin) or Scripts(.sh) files&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;style8&quot; style=&quot;color: #006699;&quot;&gt;For .bin files&lt;/span&gt;&lt;br /&gt;
01. Make sure that the file is set to &quot;executable&quot; .&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;chmod +x &lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;file_name&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
02. Then run the file&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;./&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;&lt;i&gt;file_name&lt;/i&gt;&lt;/span&gt;&lt;file_name&gt;&lt;name_of_the_file.bin&gt;&lt;/name_of_the_file.bin&gt;&lt;/file_name&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;style8&quot; style=&quot;color: #006699;&quot;&gt;For .sh files&lt;/span&gt;&lt;br /&gt;
01. Make sure that the file is set to &quot;executable&quot; do the step 01 above.&lt;br /&gt;
02.Then run the file either with the same command use as previous installing on .bin file or like this:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; sh&amp;nbsp;&lt;name_of_the_file.sh&gt;&lt;/name_of_the_file.sh&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;&lt;i&gt;file_name&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
//Place name: Full Banner
place=&quot;geegain-place-80424901297210312&quot;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://adserver.geegain.com/showads.js&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/1229246614113073090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-binary-and-scripts-binsh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/1229246614113073090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/1229246614113073090'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-binary-and-scripts-binsh.html' title='Installing Binary and Scripts (.bin/.sh) Files'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-6856516049007576890</id><published>2010-07-13T13:39:00.000+05:30</published><updated>2010-07-13T13:39:32.552+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Using VI editor on Linux</title><content type='html'>Here are the commands that you need to Use VI editor on Linux&lt;br /&gt;
&lt;br /&gt;
Open the terminal and issue,&lt;br /&gt;
&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;&lt;i&gt;# vi &lt;file_name&gt;&lt;file_name&gt;&lt;/file_name&gt;&lt;/file_name&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
Eg : &lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;# vi myfirstfile&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Insert Text in to the file Using i, a, o, and O&lt;br /&gt;
&lt;br /&gt;
The first way to switch to insert mode is to type the letter i, which, mnemonically enough,inserts text into the file. The other commands that accomplish more or less the same thingare a, to append text to the file; o, to open up a line below the current line; and O, to open up a line above the current line.&lt;br /&gt;
&lt;br /&gt;
Deleting Text&lt;br /&gt;
&lt;br /&gt;
The simplest form of the delete command is the x command, which functions as though you are writing an X over a letter you don’t want on a printed page: It deletes the character under the cursor. Type x five times, and you delete five characters.</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/6856516049007576890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/using-vi-editor-on-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/6856516049007576890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/6856516049007576890'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/using-vi-editor-on-linux.html' title='Using VI editor on Linux'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-71014780924679311</id><published>2010-07-13T13:34:00.000+05:30</published><updated>2010-07-13T13:34:52.061+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><category scheme="http://www.blogger.com/atom/ns#" term="Shell"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Writing A little shell scripting</title><content type='html'>Here we are going to write a little shell&amp;nbsp;Program.&lt;br /&gt;
First open the terminal and then issue following commands&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;vi firstscript.sh&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Now you are created a file called &quot;firstscript&quot; and going to enter shell programming syntax. Enter&amp;nbsp;following&amp;nbsp;simple script.&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;style9&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #0b5394;&quot;&gt;#!/bin/bash //make this document a script file&lt;br /&gt;
# Display text using a function&lt;br /&gt;
function textdis&lt;br /&gt;
{&lt;br /&gt;
echo &quot;Welcome to my Shell Scripting world&quot;;&lt;br /&gt;
}&lt;br /&gt;
textdis; //execute the function&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;style9&quot; style=&quot;color: #ffcc66;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Press Ctrl^d // on your keyboard to save the document&lt;br /&gt;
&lt;br /&gt;
Now give permission for execution -&amp;gt; chmod +x firstscript.sh&lt;br /&gt;
Now execute the script file -&amp;gt; ./firstscript.sh&lt;br /&gt;
&lt;br /&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://talk.lk/ads/showad6Tynb.php?s=66&quot;&gt;/*2010-07-03|200x200*/&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script language=&quot;javascript&quot; src=&quot;http://adclickmedia.com/cgi-bin/textadrotate.cgi?minipop4747::14375&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/71014780924679311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/writing-little-shell-scripting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/71014780924679311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/71014780924679311'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/writing-little-shell-scripting.html' title='Writing A little shell scripting'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-9157177663412860973</id><published>2010-07-13T13:26:00.000+05:30</published><updated>2010-07-13T13:26:47.665+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Lession"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Installing Source files</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Sources files comes as &quot;.tar.gz&quot;, &quot;tar.bz2&quot; and &quot;.zip&quot; files. So what we want to do is unzip these zip files. It is better to use &quot;usr/local/src&quot; directory to unzip them.&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;For .tar.gz -&amp;gt; use : tar -zxvf &amp;lt; file_name_of_zip&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;For tar.bz2 -&amp;gt; use : tar -jxvf &amp;lt; file_name_of_zip&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;For .zip -&amp;gt; use : unzip &amp;lt; file_name_of_zip&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Now go in to the unzip file directory and issue follwing commands.(It is better read README.txt or INSTALL.txt files before you installing the source packages).&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;First configure the source -&amp;gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;./configure&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Then compile the source -&amp;gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;make&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Last install the source -&amp;gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;make install&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;To clean up temp files -&amp;gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #999999;&quot;&gt;make clean&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/9157177663412860973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-source-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/9157177663412860973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/9157177663412860973'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/installing-source-files.html' title='Installing Source files'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-5410547410316229621</id><published>2010-07-10T07:34:00.010+05:30</published><updated>2010-07-10T18:09:21.951+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="AlertPay"/><category scheme="http://www.blogger.com/atom/ns#" term="BUX"/><category scheme="http://www.blogger.com/atom/ns#" term="Clicksia"/><category scheme="http://www.blogger.com/atom/ns#" term="Money"/><category scheme="http://www.blogger.com/atom/ns#" term="NeoBux"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="PTC"/><title type='text'>Earn Some Extra Cash</title><content type='html'>Do you want to earn some extra cash from the Internet. Here i show you what i did. There are lots of bux site we can found from the internet. But the question is will they really pay for us. Unfortunately most of the sites are SCAM sites. You can find more details from &lt;a href=&quot;http://ptc-investigation.com/default.aspx&quot;&gt;PTC INVESTIGATION&lt;/a&gt; website, which are the best and which are the SCAMS.But also we can find some sites that they really pays for us. Here i show you sites that i found which really paid you. One site is &lt;a href=&quot;http://www.clicksia.com/index.php?ref=minipop4747&quot;&gt;Clicksia&lt;/a&gt; they really pay, and i got 2 times payout from them since June 2010. Click on the banner and do sign up&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.clicksia.com/index.php?ref=minipop4747&quot;&gt;&lt;br /&gt;&lt;img src=&quot;http://www.clicksia.com/banners/banner2.gif&quot; alt=&quot;Clicksia&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; The other one is &lt;a href=&quot;http://www.neobux.com/?r=minipop8585&quot;&gt;NeoBux&lt;/a&gt;. Click on the banner and do sign up This sites also paid well. I don&#39;t other sites in the internet. But these 2 sites really pay for us for PTC.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.neobux.com/?r=minipop8585&quot;&gt;&lt;img src=&quot;http://images.neobux.com/imagens/banner8.gif&quot; width=&quot;468&quot; height=&quot;60&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also to get the payout you should have a AlertPay or PayPal account. Also i can mention here some Asian countries can&#39;t receive money from PayPal. So better thing is to create a AlertPay account. It takes very short time to sign up and to verify.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.alertpay.com/?mhZa%2f5yaMH45CxvZMcTJgw%3d%3d&quot;&gt;&lt;img src=&quot;http://www.alertpay.com/banners/ban_04.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/5410547410316229621/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/earn-some-extra-cash.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5410547410316229621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5410547410316229621'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/earn-some-extra-cash.html' title='Earn Some Extra Cash'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-4803048033039418560</id><published>2010-07-09T14:16:00.005+05:30</published><updated>2023-04-20T13:25:56.177+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="iPhone"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Phone"/><title type='text'>Apple iPhone 4</title><content type='html'>&lt;a href=&quot;http://www.apple.com/&quot;&gt;Apple&lt;/a&gt; iPhone 4 is the latest phone launch by Apple. This iPhone got lot of new features. It has 5 MP, gives high image quality. It supports Wi-Fi 802.11 b/g/n WLAN,HSDPA, 7.2 Mbps; HSUPA, 5.76 Mbps 3G network and Class 10, 236.8 kbps EDGE. The iPhone 4 use 1 GHz Apple A4 processor and got 512 MB RAM. This iPhone is available in 16GB and 32GB storage.&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
//Place name: 200x200 ads
place=&quot;geegain-place-0415456787219952&quot;
&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;http://adserver.geegain.com/showads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.clicksia.com/index.php?ref=minipop4747&quot;&gt;&lt;br /&gt;
&lt;img alt=&quot;Clicksia&quot; src=&quot;http://www.clicksia.com/banners/banner2.gif&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Here is the official iPhone video, watch this out for more.&lt;br /&gt;
&lt;br /&gt;
&lt;object height=&quot;385&quot; width=&quot;640&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/RVIxXBKesvg&amp;amp;hl=en_US&amp;amp;fs=1&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/RVIxXBKesvg&amp;amp;hl=en_US&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.alertpay.com/?mhZa%2f5yaMH45CxvZMcTJgw%3d%3d&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.alertpay.com/banners/ban_04.gif&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-07-13 8:01:45  --&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var AdBrite_Title_Color = &#39;e69138&#39;;
var AdBrite_Text_Color = &#39;000000&#39;;
var AdBrite_Background_Color = &#39;FFFFFF&#39;;
var AdBrite_Border_Color = &#39;FFFFFF&#39;;
var AdBrite_URL_Color = &#39;e69138&#39;;
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==&#39;&#39;?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe=&#39;&#39;;var AdBrite_Referrer=&#39;&#39;;}
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(&#39; src=&quot;http://ads.adbrite.com/mb/text_group.php?sid=1694216&amp;zs=3330305f323530&amp;ifr=&#39;+AdBrite_Iframe+&#39;&amp;ref=&#39;+AdBrite_Referrer+&#39;&quot; type=&quot;text/javascript&quot;&gt;&#39;);document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target=&quot;_top&quot; href=&quot;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1694216&amp;afsid=1&quot; style=&quot;font-weight:bold;font-family:Arial;font-size:13px;&quot;&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/4803048033039418560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/apple-iphone-4.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/4803048033039418560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/4803048033039418560'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/apple-iphone-4.html' title='Apple iPhone 4'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-9199777543774089443</id><published>2010-07-07T17:17:00.004+05:30</published><updated>2010-07-08T21:33:26.234+05:30</updated><title type='text'>Change IP address in your Linux PC</title><content type='html'>The earlier post we talk about how to determine our IP address which assign to our PC. Now we talk how do we change that IP address statically. We use same command as we used in earlier post. That is ifconfig. We want to change our IP address as 10.0.0.5 and we assign the 24 prefix sub net to our Ethernet interface (eth0).&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;[root@fedora]# ifconfig eth0 10.0.0.5 netmask 255.255.255.0 up&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Here to enable the interface we use &lt;span style=&quot;font-style: italic;&quot;&gt;up&lt;/span&gt;, and to disable the interface use &lt;span style=&quot;font-style: italic;&quot;&gt;down&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;[root@fedora]# ifdown eth0&lt;/pre&gt; &lt;pre&gt;[root@fedora]# ifup eth0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://talk.lk/ads/showad6Tynb.php?s=66&quot;&gt;/*2010-07-03|200x200*/&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&#39;https://www.alertpay.com/?mhZa%2f5yaMH45CxvZMcTJgw%3d%3d&#39;&gt;&lt;img src=&#39;http://www.alertpay.com/banners/ban_04.gif&#39; border=&#39;0&#39;&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/9199777543774089443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/change-ip-address-in-your-linux-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/9199777543774089443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/9199777543774089443'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/change-ip-address-in-your-linux-pc.html' title='Change IP address in your Linux PC'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-8212176114229936392</id><published>2010-07-07T17:03:00.005+05:30</published><updated>2010-07-11T19:39:43.498+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><title type='text'>Determine your IP address</title><content type='html'>As a Linux user how do you determine IP address of your Linux PC in command line ?. Simply issue the command &lt;span style=&quot;font-style: italic;&quot;&gt;ifconfig -a&lt;/span&gt; as below. Here &lt;span style=&quot;font-style: italic;&quot;&gt;-a&lt;/span&gt; is option and &lt;span style=&quot;font-style: italic;&quot;&gt;ifconfig&lt;/span&gt; is the command&lt;br /&gt;&lt;pre style=&quot;font-style: italic;&quot;&gt;[root@fedora]# ifconfig -a&lt;br /&gt;&lt;br /&gt;eth0 Link encap:Ethernet HWaddr 00:0E:C7:15:04:A8&lt;br /&gt;BROADCAST MULTICAST MTU:1500 Metric:1&lt;br /&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;br /&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;br /&gt;collisions:0 txqueuelen:100&lt;br /&gt;RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)&lt;br /&gt;Interrupt:11 Base address:0x1820&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;Issue ifconfig --help or man ifconfig for find out more option&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;!-- AdClickMedia Text Ads Code START --&gt;&lt;br /&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://adclickmedia.com/cgi-bin/textadrotate.cgi?minipop4747::14375&quot;&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- AdClickMedia Text Ads Code END --&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/8212176114229936392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/determine-your-ip-address.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8212176114229936392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8212176114229936392'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/determine-your-ip-address.html' title='Determine your IP address'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-7912109008417969523</id><published>2010-07-05T10:01:00.004+05:30</published><updated>2010-07-08T21:34:30.420+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="RHEL Software"/><title type='text'>Red Hat Enterprise Linux 6.0 Beta 2</title><content type='html'>Red Hat Enterprise Linux (RHEL) 6 beta has arrived and it&#39;s newest beta version RHEL 6 beta 2 is now available for download for testing purposes. The official announcement mention that the beta 2 has a new installer.&lt;br /&gt;&lt;br /&gt;This new beta release available on both 32-bit and 64-bit platform for download. To find out more details visit &lt;a href=&quot;http://www.redhat.com/&quot;&gt;RED HAT web site&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the ftp download directory URL for RHEL 6 beta&lt;br /&gt;&lt;a href=&quot;ftp://ftp.redhat.com/pub/redhat/rhel/beta/6/&quot;&gt;ftp://ftp.redhat.com/pub/redhat/rhel/beta/6/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://talk.lk/ads/showad6Tynb.php?s=66&quot;&gt;/*2010-07-03|200x200*/&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&#39;https://www.alertpay.com/?mhZa%2f5yaMH45CxvZMcTJgw%3d%3d&#39;&gt;&lt;img src=&#39;http://www.alertpay.com/banners/ban_04.gif&#39; border=&#39;0&#39;&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/7912109008417969523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/07/red-hat-enterprise-linux-60-beta-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7912109008417969523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7912109008417969523'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/07/red-hat-enterprise-linux-60-beta-2.html' title='Red Hat Enterprise Linux 6.0 Beta 2'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-5268580947688409838</id><published>2010-06-24T07:26:00.007+05:30</published><updated>2010-06-24T10:32:57.487+05:30</updated><title type='text'>Control Linux Services in command line</title><content type='html'>Linux OS also runs several services like windows. Some times most of them are not useful or sometimes some of them are reduce PC performance. So how to manage those service in Linux. Here i show the basic way to control those service through the command line in fedora.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The syntax is - service &lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[service name]&lt;/span&gt; &lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[option]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The available options are &lt;/div&gt;&lt;div&gt;--start&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;  &lt;/span&gt;- Start the stopped services&lt;/div&gt;&lt;div&gt;--stop&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;  &lt;/span&gt;- Stop currently running services&lt;/div&gt;&lt;div&gt;--restart&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;  &lt;/span&gt;- Restart a service&lt;/div&gt;&lt;div&gt;--status&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;  &lt;/span&gt;- Check status of a service&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here are some example to show how it works&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I want to check and stop the service of Network Manager. So first i want to check the status of the Network Manager. Issue following command as a root.&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[root@fedora fedora 11]# service NetworkManager status&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;NetworkManager(pid 5054) is running ...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[root@fedora fedora 11]#&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ok now the service is running. So now i am going to stop the service.&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[root@fedora fedora 11]# service NetworkManager start&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;Starting NetworkManager daemon:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[OK]&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;[root@fedora fedora 11]#&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#6600CC;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#6600CC;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#000000;&quot;&gt;To check all services issue&lt;/span&gt; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;services --status-all&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;To get help      &lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#6600CC;&quot;&gt;               &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;services --help&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#6600CC;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#6600CC;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#999999;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--&lt;br /&gt;google_ad_client = &quot;pub-8056942387906936&quot;;&lt;br /&gt;/* 468x60, created 6/23/10 */&lt;br /&gt;google_ad_slot = &quot;4474004143&quot;;&lt;br /&gt;google_ad_width = 468;&lt;br /&gt;google_ad_height = 60;&lt;br /&gt;//--&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type=&quot;text/javascript&quot;&lt;br /&gt;src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;br /&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/5268580947688409838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/control-linux-services-in-command-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5268580947688409838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5268580947688409838'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/control-linux-services-in-command-line.html' title='Control Linux Services in command line'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-7244878240760052456</id><published>2010-06-23T14:55:00.005+05:30</published><updated>2010-06-23T15:06:22.709+05:30</updated><title type='text'>OpenSUSE 11.2 Released</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;OpenSUSE is an open source OS and free to use with your PC, laptops and as a servers. The OpenSUSE newest version 11.2 has been released and you can download it from &lt;a href=&quot;http://software.opensuse.org/&quot;&gt;http://software.opensuse.org&lt;/a&gt;. It includes GNOME, KDE and many user friendly applications. Here are some screen shots provide by the &lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#33CC00;&quot;&gt;&lt;b&gt;OpenSUSE&lt;/b&gt;&lt;/span&gt; web site for its new release.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUpMq0-iUxHJNHxI0XkRbDxwTjWnXse0LPdkAlMZuzuI45Pf_zvIuzc9-QkPjR3pi-81sKpkONyGD3Yn713IZxTaAPjUPTH8jo7ya3P6QtvXU8-8tCwoIRz1MTankVQp9FC65mb_MudIER/s1600/2.jpg&quot;&gt;&lt;img style=&quot;cursor:pointer; cursor:hand;width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUpMq0-iUxHJNHxI0XkRbDxwTjWnXse0LPdkAlMZuzuI45Pf_zvIuzc9-QkPjR3pi-81sKpkONyGD3Yn713IZxTaAPjUPTH8jo7ya3P6QtvXU8-8tCwoIRz1MTankVQp9FC65mb_MudIER/s320/2.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5485899308875255186&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUpMq0-iUxHJNHxI0XkRbDxwTjWnXse0LPdkAlMZuzuI45Pf_zvIuzc9-QkPjR3pi-81sKpkONyGD3Yn713IZxTaAPjUPTH8jo7ya3P6QtvXU8-8tCwoIRz1MTankVQp9FC65mb_MudIER/s1600/2.jpg&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT0WZfJXyWeFBc2Sa0wW7cMO7tOlbynw2G7KrRb2WyJUf4ZVc3fS1gx1kWDHTaXVOec1LXMu3VgzHZxB_6rKjq5vX4Dkgljv33Gjzjh-P_ArZAasSx6hg0onM_P_ciHrPzD6fXqWm3V55B/s1600/1.jpg&quot;&gt;&lt;img style=&quot;cursor:pointer; cursor:hand;width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT0WZfJXyWeFBc2Sa0wW7cMO7tOlbynw2G7KrRb2WyJUf4ZVc3fS1gx1kWDHTaXVOec1LXMu3VgzHZxB_6rKjq5vX4Dkgljv33Gjzjh-P_ArZAasSx6hg0onM_P_ciHrPzD6fXqWm3V55B/s320/1.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5485899300900149234&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:large;&quot;&gt;Find more details on &lt;/span&gt;&lt;/b&gt;&lt;a href=&quot;http://www.opensuse.org/en&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:large;&quot;&gt;www.opensuse.org&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/7244878240760052456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/opensuse-112-released.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7244878240760052456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/7244878240760052456'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/opensuse-112-released.html' title='OpenSUSE 11.2 Released'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUpMq0-iUxHJNHxI0XkRbDxwTjWnXse0LPdkAlMZuzuI45Pf_zvIuzc9-QkPjR3pi-81sKpkONyGD3Yn713IZxTaAPjUPTH8jo7ya3P6QtvXU8-8tCwoIRz1MTankVQp9FC65mb_MudIER/s72-c/2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-8159442941992893206</id><published>2010-06-22T15:23:00.005+05:30</published><updated>2010-06-22T15:28:53.923+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>Get Fedora 13 Now</title><content type='html'>&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTYkbyCOKNWJQeA-v7MSk2P4NT19l5puoS9LXElg1PYpkarrfpWIQ3V6lQb9R-qvnLyF0m3lNrGyoKGwJ7G0-5h544v3XhBTDumQHGfkvrF2vfQrQTSGPDyN4WmzYFmZ-maTX5UNd4mK5/s320/f13release.png&quot; style=&quot;cursor:pointer; cursor:hand;width: 200px; height: 100px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5485534076147410690&quot; /&gt;                             &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3kPN9PhgM47zUZ9Ysg386PbpbQXSpTOr4v5WYUfBuN-mEH33oIPp_KvjQyWfU54XPRnNG3606Ma0fWyfbXi2DFi118Gu4GvJbituTB0P6vo_FkZAdJOATEbNaoLhkGZYxrYlqa9bD7FuJ/s1600/672px-F13-full-screenshot.jpg&quot;&gt;&lt;img style=&quot;cursor:pointer; cursor:hand;width: 320px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3kPN9PhgM47zUZ9Ysg386PbpbQXSpTOr4v5WYUfBuN-mEH33oIPp_KvjQyWfU54XPRnNG3606Ma0fWyfbXi2DFi118Gu4GvJbituTB0P6vo_FkZAdJOATEbNaoLhkGZYxrYlqa9bD7FuJ/s320/672px-F13-full-screenshot.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5485534562552894594&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: pre;&quot;&gt;                          &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:arial;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Download your free copy on&lt;/span&gt; &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://fedoraproject.org/get-fedora&quot;&gt;http://fedoraproject.org/get-fedora&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:arial;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/8159442941992893206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/get-fedora-13-now.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8159442941992893206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/8159442941992893206'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/get-fedora-13-now.html' title='Get Fedora 13 Now'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTYkbyCOKNWJQeA-v7MSk2P4NT19l5puoS9LXElg1PYpkarrfpWIQ3V6lQb9R-qvnLyF0m3lNrGyoKGwJ7G0-5h544v3XhBTDumQHGfkvrF2vfQrQTSGPDyN4WmzYFmZ-maTX5UNd4mK5/s72-c/f13release.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-5357635628104746747</id><published>2010-06-21T15:34:00.002+05:30</published><updated>2010-06-21T15:41:35.113+05:30</updated><title type='text'>Real simulation with GNS3</title><content type='html'>&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt0HCEvgjaoP-eG6oyh7vHgXQt6BuZ17R6twl6dMj22ZGY933zB3essaoCSe6-gBtrtkXARNAZuF4Mtm4YYLesR1GfPTLgRjDa2VH763s8WSjkLn9UdOblN1QRogKX9MIsCeCMq8jsVq1X/s320/logo.png&quot; style=&quot;float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 94px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5485166289687649186&quot; /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Use any GNS3 support Cisco IOS images and do your simulation. No need of physical routers and switches. You need GNS3 and some Cisco IOS.&lt;br /&gt;&lt;br /&gt;Go to &lt;a href=&quot;http://www.gns3.net/&quot;&gt;www.gns3.net&lt;/a&gt; to download your copy !!!!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Find your Cisco IOS on the internet. &lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/5357635628104746747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/real-simulation-with-gns3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5357635628104746747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/5357635628104746747'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/real-simulation-with-gns3.html' title='Real simulation with GNS3'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt0HCEvgjaoP-eG6oyh7vHgXQt6BuZ17R6twl6dMj22ZGY933zB3essaoCSe6-gBtrtkXARNAZuF4Mtm4YYLesR1GfPTLgRjDa2VH763s8WSjkLn9UdOblN1QRogKX9MIsCeCMq8jsVq1X/s72-c/logo.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-3599017242609680748</id><published>2010-06-21T11:02:00.003+05:30</published><updated>2010-06-21T11:06:18.375+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>Putty Console 0.6</title><content type='html'>Putty console 0.6 for Linux. This application is necessary when you are using GNS3 in Linux. This gives better view and performance in Linux.</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/3599017242609680748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/putty-console-06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3599017242609680748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3599017242609680748'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/putty-console-06.html' title='Putty Console 0.6'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6121733145998352243.post-3159405096699500390</id><published>2010-06-21T10:46:00.003+05:30</published><updated>2010-06-21T10:56:19.152+05:30</updated><title type='text'>Flash Player 10 for Linux</title><content type='html'>Download Adobe Flash Player 10 for Linux&lt;br /&gt;&lt;br /&gt;Format :.tar&lt;br /&gt;Size   : 4.7MB&lt;br /&gt;&lt;br /&gt;Download : &lt;a href=&quot;http://hotfile.com/dl/49702664/1bbc5d4/install_flash_player_10_linux.tar.gz.html&quot;&gt;http://hotfile.com/dl/49702664/1bbc5d4/install_flash_player_10_linux.tar.gz.html&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://sl-linux.blogspot.com/feeds/3159405096699500390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sl-linux.blogspot.com/2010/06/flash-player-10-for-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3159405096699500390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6121733145998352243/posts/default/3159405096699500390'/><link rel='alternate' type='text/html' href='http://sl-linux.blogspot.com/2010/06/flash-player-10-for-linux.html' title='Flash Player 10 for Linux'/><author><name>Admin</name><uri>http://www.blogger.com/profile/02642592275402417138</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>