<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="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" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7285521086390419193</atom:id><lastBuildDate>Wed, 07 Feb 2024 06:28:18 +0000</lastBuildDate><title>SHAN&#39;S SOLUTION</title><description>&quot;Always think of a solution, not the technology&quot;</description><link>http://shanssolution.blogspot.com/</link><managingEditor>noreply@blogger.com (SHAN&#39;S SOLUTION)</managingEditor><generator>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-8499066041431691103</guid><pubDate>Wed, 17 May 2023 17:18:00 +0000</pubDate><atom:updated>2023-05-17T10:25:13.930-07:00</atom:updated><title>Download binaries like pom, jar and dependencies from an artifactory and save it in a local directory | Migrate dependencies from one repository to another | Using maven , pom.xml</title><description>&lt;div&gt;&lt;b&gt;Structure of pom.xml&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
  &lt;p&gt;&lt;a href=&quot;https://github.com/shankhadeepk/dependencydownloader/blob/main/pom.xml&quot;&gt;https://github.com/shankhadeepk/dependencydownloader/blob/main/pom.xml&lt;/a&gt;
  &lt;/p&gt;
  &lt;p&gt;
   Then go the location where the project is and run command
    &lt;/p&gt;
    &lt;p&gt;
      &lt;code&gt;mvn clean install&lt;/code&gt;
  &lt;/p&gt;
  &lt;p&gt;
   A folder will be created at the location ([project]/target/[location as shown below]) which is given by following properties in the pom.xml&lt;/p&gt;
  &lt;p&gt;
    &lt;code&gt;
		&amp;lt;outputDirectory&amp;gt;${project.build.directory}/lib&amp;lt;/outputDirectory&amp;gt;    
    &lt;/code&gt;
  
  &lt;/p&gt;
&lt;/div&gt;
</description><link>http://shanssolution.blogspot.com/2023/05/download-binaries-like-pom-jar-and.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-5362881563124954650</guid><pubDate>Wed, 10 Feb 2016 15:08:00 +0000</pubDate><atom:updated>2016-02-10T07:15:45.673-08:00</atom:updated><title>Enable newly installed java for your favorite browsers</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;For Mozilla&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;64 bit Jdk&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo ln -s /usr/lib/jvm/jdk1.8.0/jre/lib/amd64/libnpjp2.so /usr/lib/mozilla/plugins&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;32 bit jdk&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo ln -s /usr/lib/jvm/jdk1.8.0/jre/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;For Chrome&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;64 bit jdk&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo mkdir /opt/google/chrome/plugins&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo ln -s /usr/lib/jvm/jdk1.8.0/jre/lib/amd64/libnpjp2.so /opt/google/chrome/plugins&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;&lt;b&gt;32 bit jdk&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo mkdir /opt/google/chrome/plugins&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: verdana, sans-serif;&quot;&gt;sudo ln -s /usr/lib/jvm/jdk1.8.0/jre/lib/i386/libnpjp2.so /opt/google/chrome/plugins&lt;/span&gt;&lt;/div&gt;
</description><link>http://shanssolution.blogspot.com/2016/02/enable-newly-installed-java-for-your.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-7470327201278851544</guid><pubDate>Wed, 10 Feb 2016 15:01:00 +0000</pubDate><atom:updated>2016-02-10T07:17:21.586-08:00</atom:updated><title>Install any oracle java in your Ubuntu 15.10</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Step 1: Download the preferable jdk from oracle web site. Here we will use&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;b&gt;jdk version as jdk-8-linux-x64&lt;/b&gt;&lt;br /&gt;
Step 2: Keep the tar.gz file in a folder of your choice in /home/ directory.&lt;br /&gt;
Step 3: Extract the tar.gz file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;b&gt; tar -xvzf jdk-8-linux-x64.tar.gz&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 4: Create JVM folder in /usr/lib folder like: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;b&gt; sudo mkdir /usr/lib/jvm&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 5: Move the extracted jdk to the above location like :&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;b&gt;sudo mv jdk1.8.0 /usr/lib/jvm/jdk1.8.0&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 6: Install new java sources in system like:&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;b&gt;sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.8.0/bin/javac 1&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.8.0/bin/java 1&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sudo update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jdk1.8.0/bin/javaws&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 7: Choose default Java&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;b&gt;sudo update-alternatives --config javac&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sudo update-alternatives --config java&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sudo update-alternatives --config javaws&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 8: Check the java version.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;b&gt; java -version&lt;/b&gt;&lt;/div&gt;
</description><link>http://shanssolution.blogspot.com/2016/02/install-any-oracle-java-in-your-ubuntu.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-2492449954401655788</guid><pubDate>Wed, 04 Feb 2015 14:19:00 +0000</pubDate><atom:updated>2015-02-04T06:19:46.369-08:00</atom:updated><title>Change the Heap Size and Stack size in Java&#39;s JVM</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
In order to change the heap size, there are two parameters that need to be updated :&lt;br /&gt;
&lt;br /&gt;
-Xms512m&lt;br /&gt;
-Xmx1024m&lt;br /&gt;
&lt;br /&gt;
These parameters can be found in eclipse.ini file in the eclipse folder.&lt;br /&gt;
&lt;br /&gt;
To change the stack size, there is a parameter that need to be updated :&lt;br /&gt;
&lt;br /&gt;
-Xss512m&lt;/div&gt;
</description><link>http://shanssolution.blogspot.com/2015/02/change-heap-size-and-stack-size-in.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-7571871304235570785</guid><pubDate>Sun, 09 Mar 2014 20:14:00 +0000</pubDate><atom:updated>2015-02-04T06:26:22.869-08:00</atom:updated><title>Code for reversing a string in Java</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
package com.reverse;&lt;br /&gt;
&lt;br /&gt;
public class ReverseWords {&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;public static String reverseTheString(String input)&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;if(input.length()&amp;gt;1)&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;return input.substring(input.length()-1, input.length()) + reverseTheString(input.substring(0,input.length()-1));&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;else&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;return input.substring(0, 1);&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;}&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;public static void main(String args[])&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;System.out.println(reverseTheString(&quot;hello&quot;));&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;
</description><link>http://shanssolution.blogspot.com/2014/03/code-for-reversing-string-in-java.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-5243862164601667989</guid><pubDate>Sat, 14 Jan 2012 14:03:00 +0000</pubDate><atom:updated>2012-01-14T06:09:00.239-08:00</atom:updated><title>Enable java plugin for firefox in Ubuntu</title><description>The java run time environment can be downloaded from the java site.

Run the command for make the plugin work for Firefox in Ubuntu 
&lt;br&gt;

&lt;b&gt;$cd /usr/lib/mozilla/plugins&lt;b&gt;&lt;br&gt;

&lt;b&gt;$sudo ln -s /usr/lib/jvm/jre1.6.0_30/plugin/i386/ns7/libjavaplugin_oji.so&lt;b&gt;</description><link>http://shanssolution.blogspot.com/2012/01/enable-java-plugin-for-firefox-in.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-5463557339318711664</guid><pubDate>Mon, 08 Nov 2010 19:59:00 +0000</pubDate><atom:updated>2011-04-06T08:26:50.749-07:00</atom:updated><title>Use Tata photon + in Ubuntu 10.04</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
unplug and plug Tata photon + and execute the command
&lt;br&gt;
$ sudo usb_modeswitch -c /etc/usb_modeswitch.d/12d1:1446
&lt;br&gt;
The usb_modeswitch needs to be installed in the ubuntu 10.04
&lt;/div&gt;</description><link>http://shanssolution.blogspot.com/2010/11/use-tata-photon-in-ubuntu-1004.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-9118620384378027728</guid><pubDate>Sat, 23 Oct 2010 18:58:00 +0000</pubDate><atom:updated>2010-10-23T12:01:00.315-07:00</atom:updated><title>Play AVI,MP3 and all media file in UBUNTU</title><description>&lt;p&gt;&lt;b&gt;$ sudo wget  --output-document=/etc/apt/sources.list.d/medibuntu.list  http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get --quiet update&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get --quiet update&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get install non-free-codecs&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get install libdvdcss2
&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;$ &lt;b&gt;sudo apt-get install w32codecs&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;$ sudo apt-get install vlc mplayer&lt;/b&gt;&lt;/p&gt;</description><link>http://shanssolution.blogspot.com/2010/10/play-avimp3-and-all-media-file-in.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-1900889128690450063</guid><pubDate>Wed, 15 Apr 2009 06:41:00 +0000</pubDate><atom:updated>2009-04-14T23:49:24.913-07:00</atom:updated><title>Download Mplayer</title><description>http://rpmfind.net/linux/rpm2html/search.php?query=mplayer-skins&amp;amp;submit=Search+...&amp;amp;system=&amp;amp;arch=
&lt;br /&gt;
http://rpmfusion.org/Configuration/&lt;br /&gt;
http://www.mjmwired.net/resources/mplayer-fedora.html#config2</description><link>http://shanssolution.blogspot.com/2009/04/download-mplayer.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-2849194021466726029</guid><pubDate>Tue, 18 Nov 2008 01:07:00 +0000</pubDate><atom:updated>2009-03-10T08:06:05.753-07:00</atom:updated><title>Change Repository from Livna to Freshrpms in FEDORA 8</title><description>Follow some simple steps:
&lt;br /&gt;
# sudo rpm -hiv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
&lt;br /&gt;
#sudo rpm --import http://freshrpms.net/RPM-GPG-KEY-freshrpms</description><link>http://shanssolution.blogspot.com/2008/11/change-repository-from-livna-to.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-4404365588202576080</guid><pubDate>Sat, 15 Nov 2008 08:13:00 +0000</pubDate><atom:updated>2009-03-10T08:09:23.805-07:00</atom:updated><title>Install Flash Player for firefox 64 bit in FEDORA 8</title><description>&lt;span style=&quot;font-size:100%;&quot;&gt;Just follow some important steps as follows:

&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span class=&quot;HL&quot;&gt;&lt;pre class=&quot;HL&quot;&gt;&lt;span style=&quot;font-family:verdana;&quot;&gt;# rpm -ivh http://linuxdownload.adobe.com/adobe-release/
  adobe-release-i386-1.0-1.noarch.rpm

# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

# mkdir -p /usr/lib/mozilla/plugins

# yum install nspluginwrapper.{i386,x86_64} pulseaudio-lib.i386

# yum install flash-plugin

# mozilla-plugin-config -i -g -v&lt;/span&gt;
&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://shanssolution.blogspot.com/2008/11/install-flash-plyaer-for-firefox-64-bit.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-3362445815966238004</guid><pubDate>Sun, 06 Jan 2008 19:53:00 +0000</pubDate><atom:updated>2008-01-06T12:05:17.703-08:00</atom:updated><title>Having problem while using intel 945GCNL motherboard? Damn the Fedora core 6 cannot detect the ethernet card! ......Well here is the solution</title><description>If you have Windows XP or Windows 98 in your PC with Fedora Core ,then go to Win and see the hardware manager .Search for the name of the ethernet card.Find a suitable driver from the net.Install the driver in Fedora Core 6.So,your ethernet card is ready.....njoy the net.

In case of INTEL 945GCNL Its
Realtek &lt;span class=&quot;etxt-bold-006699&quot;&gt;&lt;/span&gt;&lt;a name=&quot;RTL8111B/RTL8168B/RTL8111/RTL8168/RTL8111C&quot;&gt;RTL8168/8111
&lt;/a&gt;&lt;a href=&quot;http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=13&amp;amp;PFid=5&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&quot;&gt; To download the driver click here.&lt;/a&gt;</description><link>http://shanssolution.blogspot.com/2008/01/having-problem-while-using-intel.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-5548820391441980366</guid><pubDate>Mon, 03 Sep 2007 08:14:00 +0000</pubDate><atom:updated>2007-09-05T01:11:31.667-07:00</atom:updated><title>CONFIGURATION OF BSNL DATAONE BROADBAND SERVICE [using Huawei SmartAX MT880 ADSL router]</title><description>&lt;span style=&quot;font-weight: bold;&quot;&gt;The router configuration is specific to Huawei SmartAX MT880 ADSL router&lt;/span&gt;.

&lt;span style=&quot;font-weight: bold;&quot;&gt;System Configuration&lt;/span&gt;
&lt;br /&gt;&lt;br /&gt;
Login as &lt;span style=&quot;font-weight: bold;&quot;&gt;root&lt;/span&gt;.&lt;br /&gt;
Select System Settings &gt; Network or system-config-network-gui on terminal.

&lt;br /&gt;&lt;br /&gt;
You&#39;ll see your NIC listed there. Select it and click Edit.


&lt;br /&gt;
Check &lt;span style=&quot;font-weight: bold;&quot;&gt;Activate device&lt;/span&gt; when computer starts and Allow all users to enable and disable this device.

&lt;br /&gt;
Select &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;Statically set IP addresses&lt;/span&gt;&quot;

&lt;br /&gt;&lt;br /&gt;
Enter the following values
&lt;br /&gt;
Code:
&lt;br /&gt;&lt;br /&gt;
Address : 192.168.1.2
&lt;br /&gt;
Subnet Mask : 255.255.255.0
&lt;br /&gt;
Default gateway address : 192.168.1.1

&lt;br /&gt;&lt;br /&gt;
Press &lt;span style=&quot;font-weight: bold;&quot;&gt;OK&lt;/span&gt;.

&lt;br /&gt;
Press &lt;span style=&quot;font-weight: bold;&quot;&gt;Activate&lt;/span&gt;.

&lt;br /&gt;&lt;br /&gt;
open &lt;span style=&quot;font-weight: bold;&quot;&gt;/etc/resolv.conf&lt;/span&gt; in your favourite text editor

&lt;br /&gt;
Append the following lines.

&lt;br /&gt;&lt;br /&gt;
Code:
&lt;br /&gt;
nameserver 61.1.96.69
&lt;br /&gt;
nameserver 61.1.96.71
&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Router Configuration
&lt;/span&gt;
&lt;br /&gt;&lt;br /&gt;
Now start your &lt;span style=&quot;font-weight: bold;&quot;&gt;Web Browser&lt;/span&gt; and type &lt;span style=&quot;font-weight: bold;&quot;&gt;192.168.1.1&lt;/span&gt; in the address bar and press &lt;span style=&quot;font-weight: bold;&quot;&gt;enter&lt;/span&gt;.

&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;PS: Enable JavaScript in your browser, if not.
&lt;/span&gt;
&lt;br /&gt;&lt;br /&gt;
It will ask for username and password. Use admin as username and password.


&lt;br /&gt;&lt;br /&gt;
Click on &lt;span style=&quot;font-weight: bold;&quot;&gt;WAN Settings &lt;/span&gt;under Home in the left pane.

&lt;br /&gt;
If not set, enter the following values

&lt;br /&gt;&lt;br /&gt;
Code:

&lt;br /&gt;
PVC No: PVC-0
&lt;br /&gt;
Wan Type: PPP
&lt;br /&gt;
Connection Type: PPPoE VPI/VCI: 0 / 35
&lt;br /&gt;
Default Route : Enabled PPP
&lt;br /&gt;
Username: yourusername
&lt;br /&gt;
Password: yourpassword
&lt;br /&gt;
Use DNS: Enabled
&lt;br /&gt;
Max Idle Time: Always On

&lt;br /&gt;&lt;br /&gt;
Click &lt;span style=&quot;font-weight: bold;&quot;&gt;Apply

&lt;br /&gt;
&lt;/span&gt;When asking for save and reboot, select &lt;span style=&quot;font-weight: bold;&quot;&gt;No&lt;/span&gt; and Press &lt;span style=&quot;font-weight: bold;&quot;&gt;OK&lt;/span&gt;.

&lt;br /&gt;&lt;br /&gt;
Now click on &lt;span style=&quot;font-weight: bold;&quot;&gt;DNS &lt;/span&gt;under Home on left pane.

&lt;br /&gt;
If not set, enter the following values

&lt;br /&gt;
Code:&lt;br /&gt;

&lt;br /&gt;
DNS Status: Enabled
&lt;br /&gt;
Primary DNS Address: 61.1.96.69
&lt;br /&gt;
Secondary DNS Address: 61.1.96.71


&lt;br /&gt;&lt;br /&gt;
Click &lt;span style=&quot;font-weight: bold;&quot;&gt;Apply
&lt;/span&gt;&lt;br /&gt;
When asking for save and reboot, select &lt;span style=&quot;font-weight: bold;&quot;&gt;No&lt;/span&gt; and Press &lt;span style=&quot;font-weight: bold;&quot;&gt;OK&lt;/span&gt;.

&lt;br /&gt;&lt;br /&gt;
Now click on &lt;span style=&quot;font-weight: bold;&quot;&gt;LAN Settings &lt;/span&gt;Under Advanced on left pane.

&lt;br /&gt;
If not set, enter the following values

&lt;br /&gt;
Code:&lt;br /&gt;

&lt;br /&gt;
IP Address: 192.168.1.1
&lt;br /&gt;
Subnet Mask: 255.255.255.0


&lt;br /&gt;&lt;br /&gt;
Click &lt;span style=&quot;font-weight: bold;&quot;&gt;Apply
&lt;/span&gt;&lt;br /&gt;
When asking for save and reboot, select &lt;span style=&quot;font-weight: bold;&quot;&gt;Yes &lt;/span&gt;and Press &lt;span style=&quot;font-weight: bold;&quot;&gt;OK&lt;/span&gt;.



&lt;br /&gt;&lt;br /&gt;
The device will reboot now. It will take about two minute or more.

&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Do not refresh or close the browser window while rebooting. It&#39;s better leave your computer alone while this operation.
&lt;/span&gt;&lt;br /&gt;

&lt;p&gt;After the device has been rebooted, refresh the page. Now scroll down and you should see the green light for LAN and WAN (PVC-0)Channels.&lt;/p&gt;

&lt;br /&gt;&lt;br /&gt;
Now click on &lt;span style=&quot;font-weight: bold;&quot;&gt;Diagnostics&lt;/span&gt; under Status on left pane.

&lt;br /&gt;&lt;br /&gt;
On Clicking &lt;span style=&quot;font-weight: bold;&quot;&gt;Submit&lt;/span&gt;, it will do a series of tests.

&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
Important thing is that the result of first 3 under Modem Connection Test must be PASS. Don&#39;t care others.



&lt;br /&gt;&lt;br /&gt;
Now, you&#39;re done. Your machine will be connected to the internet from next reboot onwards and will be always on. If you still prefer manual connect/disconnect, uncheck the Activate device when computer starts option from network configuration window. you can use the following commands

&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
for connecting -&lt;span style=&quot;font-weight: bold;&quot;&gt; ifup eth0&lt;/span&gt;
&lt;br /&gt;
for disconnecting -&lt;span style=&quot;font-weight: bold;&quot;&gt; ifdown eth0&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
provided the device name of your &lt;span style=&quot;font-weight: bold;&quot;&gt;NIC is eth0&lt;/span&gt;.
&lt;br /&gt;
You can create launchers on Desktop/Panel for the same.

&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
Reboot your machine and Enjoy DATAONE SERVICE!!!</description><link>http://shanssolution.blogspot.com/2007/09/configuration-of-bsnl-dataone-broadband_03.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-8532142169372172259</guid><pubDate>Tue, 07 Aug 2007 22:53:00 +0000</pubDate><atom:updated>2007-08-19T18:12:39.866-07:00</atom:updated><title>The simplest way of checking BSNL DATAONE usage in Fedora Core</title><description>&lt;p&gt;I used IE 6 in Linux for checking my Dataone usage through Fedora Core 6.But,it would have been much better if I could check my usage through my Firefox Browser.I tried everything in Firefox and guess wat I finally solved it.Just click the link given below from ur FireFox browser and check ur monthly usage just u do in ur IE6 browser.&lt;/p&gt;
&lt;pre&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;;font-family:verdana;font-size:100%;&quot;  &gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a style=&quot;font-family: verdana;&quot; href=&quot;http://10.240.43.216/&quot;&gt;BSNL Broadband usage&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:verdana;font-size:100%;&quot;  &gt; &lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;</description><link>http://shanssolution.blogspot.com/2007/08/simpleast-way-of-checking-bsnl-dataone.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-1041957584003066892</guid><pubDate>Sun, 15 Jul 2007 19:45:00 +0000</pubDate><atom:updated>2015-02-04T06:10:47.997-08:00</atom:updated><title>Another Way To Check BSNL Dataone Usage</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-7698384258040423&quot;; google_ad_width = 468; google_ad_height = 60; google_ad_format = &quot;468x60_as_rimg&quot;; google_cpa_choice = &quot;CAAQlYyYhAIaCEU_ZZsKwEZpKOm293MwAA&quot;; //&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
--&amp;gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt; This has been helpful for me and hope will also help you.As I am using Fedora Core6 ,it has been difficult for me to check my account.Then I used the DataFox.But,the safest is IE for Linux.
&lt;/span&gt;&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;I know you people are not intrested in using IE in Linux but it really works in checking the Dataone Account safely.
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It&#39;s actually quite easy ,thanks to some very handy scripts from &lt;a href=&quot;http://www.tatanka.com.br/ies4linux/index-en.html&quot;&gt;IEs4Linux&lt;/a&gt;. Before you start you&#39;ll need to make sure you have &lt;span class=&quot;code&quot;&gt;wine&lt;/span&gt; and &lt;span class=&quot;code&quot;&gt;cabextract&lt;/span&gt; installed:
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;# yum -y install wine cabextract&lt;br /&gt;$ gtar xzvf ies4linux-2.0.5.tar.gz&lt;br /&gt;$ cd ies4linux-2.0.5&lt;br /&gt;$ ./ies4linux&lt;br /&gt;Welcome, greg! I&#39;m IEs4Linux.&lt;br /&gt;I can install IE 6, 5.5 and 5.0 for you easily and quickly.&lt;br /&gt;You are just four &#39;enter&#39;s away from your IEs.
&lt;br /&gt;I&#39;ll ask you some questions now. Just answer y or n (default answer is the bold one)
&lt;br /&gt;IE 6 will be installed automatically.&lt;br /&gt;Do you want to install IE 5.5 SP2 too? [ y / n ] &lt;b&gt;y&lt;/b&gt;&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;IEs 4 Linux installations finished!
&lt;br /&gt;To run your IEs, type:&lt;br /&gt;ie6&lt;br /&gt;ie55&lt;br /&gt;ie5&lt;br /&gt;
Start the IE and open the famous portal for checking the &lt;a href=&quot;http://10.240.43.216/&quot;&gt;BSNL Broadband usage&lt;/a&gt; and
do as you used to do while using Windows.&lt;br /&gt;do as you used to do while using Windows.          &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Then just &lt;a href=&quot;http://www.tatanka.com.br/ies4linux/download.html&quot;&gt;download the latest script&lt;/a&gt;, extract and run it.  The example below is based on version &lt;b&gt;2.0.5&lt;/b&gt;, just adjust the version number as necessary.  Please note that you will want to install and run this as your own user, &lt;b&gt;NOT as root&lt;/b&gt;.  I used the defaults except that I installed all the versions of IE.  I do some web development and I always find myself needing to resolve some goofy incompatibilite&lt;/span&gt;s with older versions of IE.

&lt;span style=&quot;font-size: 130%;&quot;&gt;

&lt;/span&gt;&lt;/div&gt;
&lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;&lt;br /&gt;&lt;/script&gt;</description><link>http://shanssolution.blogspot.com/2007/07/another-way-to-check-dataone-usage.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-5824028372644545430</guid><pubDate>Fri, 13 Jul 2007 09:17:00 +0000</pubDate><atom:updated>2007-07-13T02:22:02.904-07:00</atom:updated><title>DataFox to check the usage of Dataone Broad Band Service In LINUX</title><description>&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-7698384258040423&quot;; google_ad_width = 468; google_ad_height = 60; google_ad_format = &quot;468x60_as_rimg&quot;; google_cpa_choice = &quot;CAAQlYyYhAIaCEU_ZZsKwEZpKOm293MwAA&quot;; //--&gt;&lt;br /&gt;&lt;/script&gt; DataFox is an easy to use, &lt;a id=&quot;KonaLink1&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;cross &lt;/span&gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;platform&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; &amp; customizable extension to Firefox, which you can use monitor your DataOne Broadband &lt;a id=&quot;KonaLink2&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;bandwidth &lt;/span&gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;usage&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;. It is &lt;b&gt;not a standalone program&lt;/b&gt; and will only work when installed as an extension to Firefox.
DataFox is non-intrusive and &lt;b&gt;does not monitor&lt;/b&gt; your network activity, it just obtains the information from the BSNL &lt;a id=&quot;KonaLink3&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;website&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;. The collected info is displayed in your Firefox status bar area and additional info is displayed in a tooltip.
&lt;br /&gt;&lt;br /&gt;
Here are a couple of &lt;a id=&quot;KonaLink4&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;border-bottom: 1px solid rgb(44, 119, 174); color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;color:#0000e0;&quot;   &gt;screenshots&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;:
&lt;img src=&quot;http://thegoan.com/datafox/withtt.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;

&lt;img src=&quot;http://thegoan.com/datafox/withmenu.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;

&lt;br /&gt;
I have been really irritated by the fact that I could not easily check my usage in Firefox, and I really would like to do so frequently, so I didn&#39;t want to use a separate program. Since Firefox is always open on my machine, writing a &lt;a id=&quot;KonaLink5&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;border-bottom: 1px solid rgb(44, 119, 174); color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;color:#0000e0;&quot;   &gt;Firefox &lt;/span&gt;&lt;span class=&quot;kLink&quot; style=&quot;border-bottom: 1px solid rgb(44, 119, 174); color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;color:#0000e0;&quot;   &gt;extension&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;  to do this seemed logical.
DataFox does not collect statistics, past records or draw graphics - not yet anyway. The goal here is simplicity, all that matters to me is how much &lt;a id=&quot;KonaLink6&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;bandwidth&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; I&#39;ve used and how much I have left until the month ends. I&#39;ve also added the ability to allow Firefox to browse the usage site directly, so if you need the details, you can get them - without switching to IE. DataFox obtains the info it displays from the summary provided in the BSNL site for a given month, it does not read all your records and make it&#39;s own totals.
&lt;br /&gt;&lt;br /&gt;
More info and the &lt;a id=&quot;KonaLink7&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://broadbandforum.in/#&quot;&gt;&lt;span style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;color: rgb(44, 119, 174) ! important;font-family:verdana,geneva,lucida,&amp;quot;;font-size:13;&quot;  &gt;download&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; is available here: &lt;a href=&quot;http://thegoan.com/datafox&quot; target=&quot;_blank&quot;&gt;Download DataFox&lt;/a&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;br /&gt;&lt;/script&gt;</description><link>http://shanssolution.blogspot.com/2007/07/datafox-to-check-usage-of-dataone-broad.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-4202304198374451145</guid><pubDate>Wed, 11 Jul 2007 14:53:00 +0000</pubDate><atom:updated>2007-07-11T07:59:45.173-07:00</atom:updated><title>Rajabazar Science College as seen from Space</title><description>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggCIoC_lFl81qx8FArELuPGDAPXkq5l2YooKK_wzaJGoHLTZmnrcZVDwJRW6sDDKTBrkrMMigvWikdB7uh7IW13BT_gK2GH1Ne53xWwYzHFBUT4_BECJzUFyMEuBNc-XJr5lSBYDbBXuA/s1600-h/rajasc.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggCIoC_lFl81qx8FArELuPGDAPXkq5l2YooKK_wzaJGoHLTZmnrcZVDwJRW6sDDKTBrkrMMigvWikdB7uh7IW13BT_gK2GH1Ne53xWwYzHFBUT4_BECJzUFyMEuBNc-XJr5lSBYDbBXuA/s400/rajasc.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5085953978533804194&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;This is how the institution looks from Space.Its an image by the satellite.</description><link>http://shanssolution.blogspot.com/2007/07/rajabazar-science-college-as-seen-from.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggCIoC_lFl81qx8FArELuPGDAPXkq5l2YooKK_wzaJGoHLTZmnrcZVDwJRW6sDDKTBrkrMMigvWikdB7uh7IW13BT_gK2GH1Ne53xWwYzHFBUT4_BECJzUFyMEuBNc-XJr5lSBYDbBXuA/s72-c/rajasc.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-262210335827373890</guid><pubDate>Wed, 11 Jul 2007 14:38:00 +0000</pubDate><atom:updated>2007-07-12T06:07:29.390-07:00</atom:updated><title>University College Of Science And Technology,Rashbehari Siksha Prangan (Rajabazar Science College)</title><description>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqq-dpbKB2W-h1trhCaMSGSkeiUL1DchHpy9UTZyZ8j3jY0svSpIOogMqkIgFVZ2eiJFe1dah0oD_xpPlPaqE1UyoAMpRIEMwY9vHd7il3tuoHxxieLTRPIBH15CSan0MOMAlwWJTzYXg/s1600-h/IMGP1648.resized.JPG&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqq-dpbKB2W-h1trhCaMSGSkeiUL1DchHpy9UTZyZ8j3jY0svSpIOogMqkIgFVZ2eiJFe1dah0oD_xpPlPaqE1UyoAMpRIEMwY9vHd7il3tuoHxxieLTRPIBH15CSan0MOMAlwWJTzYXg/s400/IMGP1648.resized.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5085949206825138322&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
University College of Science and Technology is the Science and Technology college under University Of Calcutta.The college is also well renowned by the name Rajabazar Science College.Science and Technological Post Graduate courses are being conducted by the institution.The author is persuing his Post graduate  course from this college.The institution has a history of excellence.University Of Calcutta is the oldest university in Asia with a history of about 150 yrs.Renowned companies are recruiting the students of the University.
&lt;br /&gt;&lt;br /&gt;
If anyone wants to add something to this they are most welcomed.Their comments will be incorporated.</description><link>http://shanssolution.blogspot.com/2007/07/university-college-of-science-and.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqq-dpbKB2W-h1trhCaMSGSkeiUL1DchHpy9UTZyZ8j3jY0svSpIOogMqkIgFVZ2eiJFe1dah0oD_xpPlPaqE1UyoAMpRIEMwY9vHd7il3tuoHxxieLTRPIBH15CSan0MOMAlwWJTzYXg/s72-c/IMGP1648.resized.JPG" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-8600296495885365570</guid><pubDate>Fri, 20 Apr 2007 04:48:00 +0000</pubDate><atom:updated>2007-04-19T22:09:10.982-07:00</atom:updated><title>Optimize Memory</title><description>Inorder to optimize your memory
Just create a shortcut on the desktop and add the path as follows

%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks</description><link>http://shanssolution.blogspot.com/2007/04/optimize-memory.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7285521086390419193.post-8717844376215724045</guid><pubDate>Sun, 27 Aug 2006 16:23:00 +0000</pubDate><atom:updated>2007-07-06T15:21:10.639-07:00</atom:updated><title>Objective</title><description>The main objective of the blog is to help the users solve simple problems faced while using different Operating Systems .</description><link>http://shanssolution.blogspot.com/2006/08/objectives-of-company.html</link><author>noreply@blogger.com (SHAN&#39;S SOLUTION)</author><thr:total>0</thr:total></item></channel></rss>