<?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: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-2516361180308169242</id><updated>2012-02-16T16:06:59.891+05:30</updated><category term='PHP'/><category term='LINQ'/><category term='MySQL'/><category term='Google Analytic'/><category term='Install'/><category term='PHPMyAdmin'/><category term='Association'/><category term='Flickr'/><category term='Photography'/><category term='Ubuntu'/><category term='Apache'/><category term='Error Check System'/><category term='Blogger'/><category term='Facebook'/><category term='Spyware'/><title type='text'>Sampath Dilhan's Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-7135508731771487766</id><published>2010-09-29T08:08:00.001+05:30</published><updated>2010-09-29T08:11:39.901+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photography'/><category scheme='http://www.blogger.com/atom/ns#' term='Flickr'/><title type='text'>My photostream on Flickr</title><content type='html'>I have created a Flickr &lt;span class="f"&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;account and uploaded some pics.&lt;br /&gt;Please go through following link and let me know your comments. :)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/sampathdilhan/"&gt;http://www.flickr.com/photos/sampathdilhan/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-7135508731771487766?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/7135508731771487766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=7135508731771487766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/7135508731771487766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/7135508731771487766'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2010/09/my-photostream-on-flickr.html' title='My photostream on Flickr'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-7082887702267571276</id><published>2010-06-07T23:00:00.006+05:30</published><updated>2010-06-07T23:16:40.227+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Association'/><category scheme='http://www.blogger.com/atom/ns#' term='LINQ'/><title type='text'>LINQ to SQL Association issue</title><content type='html'>Recently I faced an issue while working with LINQ. In my Database there were two entities which are having many-many relationship. Then I created the relationship as below. [I have omitted other entities and some columns for simplicity.]&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_GLc-5F_z_EM/TA0wI8Yvf6I/AAAAAAAAAaQ/kCZbzkhNeAE/s1600/01.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 232px;" src="http://2.bp.blogspot.com/_GLc-5F_z_EM/TA0wI8Yvf6I/AAAAAAAAAaQ/kCZbzkhNeAE/s320/01.jpg" alt="" id="BLOGGER_PHOTO_ID_5480089251786751906" border="0" /&gt;&lt;/a&gt;Then I map the Database to C# code using LINQ to SQL dbml file. After that I have realized above mentioned associations are missing in that file. I tried several things but not worked and finally googled on this matter. Fortunately there were people who faced the same issue. I went through following link,&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.eggheadcafe.com/software/aspnet/33898713/association-missing-in-db.aspx"&gt;http://www.eggheadcafe.com/software/aspnet/33898713/association-missing-in-db.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and it gave me the answer.&lt;br /&gt;Then what I did was,&lt;br /&gt;&lt;br /&gt;&lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_GLc-5F_z_EM/TA0wURybK4I/AAAAAAAAAaY/OKWFLu1Gbj8/s1600/02.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 230px;" src="http://4.bp.blogspot.com/_GLc-5F_z_EM/TA0wURybK4I/AAAAAAAAAaY/OKWFLu1Gbj8/s320/02.jpg" alt="" id="BLOGGER_PHOTO_ID_5480089446510177154" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;br /&gt;(Created a Primary key to intermediate table.)&lt;br /&gt;&lt;br /&gt;Then delete previous 3 tables and drag/drop the new tables to designer. That’s it, association was there.&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-7082887702267571276?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/7082887702267571276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=7082887702267571276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/7082887702267571276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/7082887702267571276'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2010/06/linq-to-sql-association-issue.html' title='LINQ to SQL Association issue'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_GLc-5F_z_EM/TA0wI8Yvf6I/AAAAAAAAAaQ/kCZbzkhNeAE/s72-c/01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-8245473845485881109</id><published>2009-04-12T20:30:00.001+05:30</published><updated>2009-04-12T20:34:57.479+05:30</updated><title type='text'>How to Configure Gmail Labs</title><content type='html'>Gmail provide several important features through &lt;a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;amp;answer=29418"&gt;Gmail Labs&lt;/a&gt;. If you are a &lt;a href="http://www.gmail.com/"&gt;gmail &lt;/a&gt;user try this after 'Sign In' to gmail,&lt;br /&gt;&lt;br /&gt;1. Click on 'Settings' Top right hand corner.&lt;br /&gt;2. Then click on 'Labs' tab.&lt;br /&gt;3. Enable Lab features that you want to use.&lt;br /&gt;4. Click on 'Save changes'.&lt;br /&gt;&lt;br /&gt;Mostly I like several lab features;&lt;br /&gt;1. Inserting images : This will allow you to add images in to body of the E-Mail.&lt;br /&gt;2. Forgotten Attachment Detector : This is use to remind about attachment.&lt;br /&gt;3. Mouse gestures : To easily navigate through gmail using gestures.&lt;br /&gt;&lt;br /&gt;There are more lab features just try....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-8245473845485881109?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/8245473845485881109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=8245473845485881109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/8245473845485881109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/8245473845485881109'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2009/04/how-to-configure-gmail-labs.html' title='How to Configure Gmail Labs'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-1959804471929833382</id><published>2009-03-27T00:52:00.004+05:30</published><updated>2009-03-27T01:04:18.956+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google Analytic'/><title type='text'>Configuration of Google Analytic in to Blogger</title><content type='html'>There is a very interesting post which describe about the configuration of &lt;a href="http://www.blogger.com/www.google.com/analytics"&gt;Google Analytic&lt;/a&gt; in to &lt;a href="http://www.blogger.com/"&gt;Blogger&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://analytics.blogspot.com/2009/03/back-to-basics-install-your-tracking.html"&gt;http://analytics.blogspot.com/2009/03/back-to-basics-install-your-tracking.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Actually &lt;a href="http://analytics.blogspot.com/"&gt;this&lt;/a&gt; is the official blog of &lt;a href="http://www.blogger.com/www.google.com/analytics"&gt;Google Analytic&lt;/a&gt;. Also it provide new tips regarding &lt;a href="http://www.blogger.com/www.google.com/analytics"&gt;Google Analytic&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-1959804471929833382?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/1959804471929833382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=1959804471929833382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/1959804471929833382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/1959804471929833382'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2009/03/there-is-very-interesting-post-which.html' title='Configuration of Google Analytic in to Blogger'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-8494354368941677024</id><published>2009-02-22T20:51:00.010+05:30</published><updated>2009-02-22T21:57:37.892+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Spyware'/><category scheme='http://www.blogger.com/atom/ns#' term='Facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='Error Check System'/><title type='text'>Beware...!   "Error Check System"  Facebook Application</title><content type='html'>Today when I logged to Facebook, I saw following notification,&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_GLc-5F_z_EM/SaFwV_GdPYI/AAAAAAAAAQ0/4TvVQIhiwkk/s1600-h/FB_Error_Sys2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 184px; height: 320px;" src="http://4.bp.blogspot.com/_GLc-5F_z_EM/SaFwV_GdPYI/AAAAAAAAAQ0/4TvVQIhiwkk/s320/FB_Error_Sys2.jpg" alt="" id="BLOGGER_PHOTO_ID_5305645359037234562" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After that I click on "View the Error message" link.&lt;br /&gt;&lt;br /&gt;Then it redirected to a page which consist following message.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_GLc-5F_z_EM/SaFxs6-csRI/AAAAAAAAARE/A7Th6BeBuPE/s1600-h/FB_Error_Sys3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 137px;" src="http://3.bp.blogspot.com/_GLc-5F_z_EM/SaFxs6-csRI/AAAAAAAAARE/A7Th6BeBuPE/s400/FB_Error_Sys3.jpg" alt="" id="BLOGGER_PHOTO_ID_5305646852578521362" border="0" /&gt;&lt;/a&gt;But I got confused about this and then had to use Google. Finally I realized that is a &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;spyware...!&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;DO NOT CLICK ON "Activate" BUTTON. (Just ignore it)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_GLc-5F_z_EM/SaFxAvlqNJI/AAAAAAAAAQ8/a_UD5HYV0GA/s1600-h/FB_Error_Sys.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 129px;" src="http://4.bp.blogspot.com/_GLc-5F_z_EM/SaFxAvlqNJI/AAAAAAAAAQ8/a_UD5HYV0GA/s400/FB_Error_Sys.jpg" alt="" id="BLOGGER_PHOTO_ID_5305646093607515282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have already add it then just remove it.Use following procedure after you logged to Facebook.&lt;br /&gt;   1.Click on 'Applications' in your bottom left hand corner.&lt;br /&gt;   2.Click on "Edit'&lt;br /&gt;   3.Then click on remove button(this is indicated using 'x') of Error Check System.&lt;br /&gt;   4.Click on 'Remove'.&lt;br /&gt;&lt;br /&gt;Thats it..! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-8494354368941677024?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/8494354368941677024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=8494354368941677024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/8494354368941677024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/8494354368941677024'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2009/02/beware-error-check-system-facebook.html' title='Beware...!   &quot;Error Check System&quot;  Facebook Application'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_GLc-5F_z_EM/SaFwV_GdPYI/AAAAAAAAAQ0/4TvVQIhiwkk/s72-c/FB_Error_Sys2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-5307442002106415270</id><published>2008-12-03T15:00:00.000+05:30</published><updated>2008-12-03T17:30:16.509+05:30</updated><title type='text'>Kaspersky Blocks Google</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_GLc-5F_z_EM/STZTTIph-SI/AAAAAAAAAOE/kMSyZdC_eak/s1600-h/firefox.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 315px;" src="http://2.bp.blogspot.com/_GLc-5F_z_EM/STZTTIph-SI/AAAAAAAAAOE/kMSyZdC_eak/s320/firefox.jpg" alt="" id="BLOGGER_PHOTO_ID_5275495601715411234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Today I Try to access &lt;a href="http://www.google.com/"&gt;google &lt;/a&gt;using Firefox. Then above problem occur. Then I try to use Internet Explorer, but same thing happen. (But &lt;a href="http://www.google.lk/"&gt;www.google.lk&lt;/a&gt; works). So I search for this problem. Lots of people having the same problem today. Some of them are saying that problem due to new updates and Kaspersky will fix this problem very soon.&lt;br /&gt;&lt;br /&gt;But we can fix this problem by adding &lt;a href="http://www.google.com/"&gt;www.google.com&lt;/a&gt; as Trusted Web site. What you have to do is (In Kaspersky 2009).......&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Open Kaspersky --&gt;&gt; Settings--&gt;&gt; Anti-Malware --&gt;&gt; Click on Settings under Web Traffic Section --&gt;&gt; Click on AddNew Item Under General Tab --&gt;&gt; enter this:   http://*.google.com/* --&gt;&gt; Click on OK.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And thats it. It  will works...!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-5307442002106415270?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/5307442002106415270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=5307442002106415270' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/5307442002106415270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/5307442002106415270'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2008/12/kaspersky-blocks-google.html' title='Kaspersky Blocks Google'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_GLc-5F_z_EM/STZTTIph-SI/AAAAAAAAAOE/kMSyZdC_eak/s72-c/firefox.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-6774282015118132709</id><published>2008-10-11T23:11:00.000+05:30</published><updated>2008-10-11T23:30:11.448+05:30</updated><title type='text'>How to install applications on Ubuntu, through internet.</title><content type='html'>Before do this you have to set the repositories properly. Go to the&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:georgia;" &gt;System -&gt; Administration -&gt; Software Sources&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Then do as following images. (if you want you can add more third party repositories. Like in second image.)&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_GLc-5F_z_EM/SPDmcKWQP5I/AAAAAAAAAMk/SVe1MRznXm0/s1600-h/01.jpeg"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_GLc-5F_z_EM/SPDmcKWQP5I/AAAAAAAAAMk/SVe1MRznXm0/s320/01.jpeg" alt="" id="BLOGGER_PHOTO_ID_5255954136629788562" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_GLc-5F_z_EM/SPDm127yDkI/AAAAAAAAAMs/VJvLs5Lb9og/s1600-h/02.jpeg"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_GLc-5F_z_EM/SPDm127yDkI/AAAAAAAAAMs/VJvLs5Lb9og/s320/02.jpeg" alt="" id="BLOGGER_PHOTO_ID_5255954578095083074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Then it will prompt a message. Then click on 'Reload' button. After this you can install application though terminal or Synaptic package manager (&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;System -&gt; Administration -&gt; Synaptic Package Manager&lt;/span&gt;).&lt;br /&gt;use the following command to install through the terminal.&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;sudo apt-get install &lt;span style="color: rgb(102, 51, 0);"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0);"&gt;name of the application&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(102, 51, 0);"&gt;"  &lt;name of="" the="" application=""&gt; &lt;/name&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0); font-style: italic;"&gt;&lt;name&gt; &lt;/name&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0); font-style: italic;"&gt;&lt;name&gt; &lt;/name&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0); font-style: italic;"&gt;&lt;name&gt; &lt;/name&gt;&lt;/span&gt;&lt;name&gt;&lt;br /&gt;For an example if you want to install VLC Player then,&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;sudo apt-get install  vlc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In Synaptic Package Manager you can simply search the application that you want and mark them for installation and then click on apply.&lt;/name&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-6774282015118132709?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/6774282015118132709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=6774282015118132709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/6774282015118132709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/6774282015118132709'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2008/10/how-to-install-applications-on-ubuntu.html' title='How to install applications on Ubuntu, through internet.'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_GLc-5F_z_EM/SPDmcKWQP5I/AAAAAAAAAMk/SVe1MRznXm0/s72-c/01.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2516361180308169242.post-4296072354952877326</id><published>2008-10-10T01:23:00.001+05:30</published><updated>2009-02-23T19:01:49.646+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='MySQL'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='PHPMyAdmin'/><category scheme='http://www.blogger.com/atom/ns#' term='Install'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Install Apache, MySQL, PHP and PHPMyAdmin on Ubuntu</title><content type='html'>First we have to install Apache. Open a terminal (Applications &gt;&gt; Accessories &gt;&gt; Terminal). Then type the following command.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:courier new;" &gt;sudo apt-get install apache2&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:lucida grande;"&gt;After compleated that you can test for apache. Open your web browser and try to access the following URL.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:courier new;" &gt;http://localhost&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;If you have successfully installed that then you can see some text on your browser.&lt;br /&gt;&lt;br /&gt;Then we can install PHP. Run following command on terminal for that.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;sudo apt-get install php5&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Now we have to install MYSQL. Use following command for that.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install mysql-server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family:monospace;"&gt;&lt;/span&gt;To administrate MYSQL you have to use PHPMyAdmin, which is an web based interface for this purpose. To do that run following command on terminal.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;&lt;span style="font-style: italic;"&gt;sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family:monospace;"&gt;&lt;/span&gt;While installing this it may ask you to select the webserver. then you have to select "apache2".&lt;br /&gt;&lt;br /&gt;Finally you have to set the path for PHPMyAdmin. Follow the following steps,&lt;br /&gt;&lt;ul style="font-style: italic; font-family: courier new; color: rgb(153, 51, 0);"&gt;&lt;li&gt;sudo gedit /etc/apache2/apache2.conf&lt;/li&gt;&lt;/ul&gt;Then insert the following line and save it.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:courier new;" &gt;Include /etc/phpmyadmin/apache.conf&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Then restart the apache&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;,&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:courier new;" &gt;sudo /etc/init.d/apache2 restart&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Then try to access phpMyAdmin using web browser,&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);font-family:courier new;" &gt;http://localhost/phpmyadmin/&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Thats it..! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2516361180308169242-4296072354952877326?l=clevertech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://clevertech.blogspot.com/feeds/4296072354952877326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2516361180308169242&amp;postID=4296072354952877326' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/4296072354952877326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2516361180308169242/posts/default/4296072354952877326'/><link rel='alternate' type='text/html' href='http://clevertech.blogspot.com/2008/10/install-apache-mysql-php-and-phpmyadmin.html' title='Install Apache, MySQL, PHP and PHPMyAdmin on Ubuntu'/><author><name>Sampath Dilhan</name><uri>http://www.blogger.com/profile/13718552373604550852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_GLc-5F_z_EM/SO5gehVo_9I/AAAAAAAAAMA/VHnya5ZfCXM/S220/n651776189_5430.jpg'/></author><thr:total>0</thr:total></entry></feed>
