-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (221 loc) · 13.2 KB
/
index.html
File metadata and controls
223 lines (221 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Dreams of thought</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/theme/styles.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="/theme/slicknav.css">
<script src="/theme/jquery.slicknav.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<![endif]-->
<script>
$(function(){
$('#menu').slicknav({'label':''});
});
</script>
<link rel="icon" href="/theme/favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" sizes="114x114" href="/theme/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="152x152" href="/theme/favicon152.png">
<link rel="apple-touch-icon" sizes="196x196" href="/theme/favicon196.png">
</head>
<body>
<div id="wrapper">
<header>
<nav class="byline"><ul id="menu">
</ul></nav><!-- /#menu -->
<div class="downloads">
<a href="#" class="fa fa-Twitter"></a>
<a href="#" class="fa fa-Github"></a>
</div>
<hgroup>
<h1>Dreams of thought</h1>
<h2 class="tagline"></h2>
</hgroup>
</header>
<section id="content">
<ul id="post-list">
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./installing-postgis-on-ubuntu-13-04-raring-ringtail.html" rel="bookmark" title="link to Installing PostGIS on Ubuntu 13.04 Raring Ringtail">Installing PostGIS on Ubuntu 13.04 Raring Ringtail</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2013-08-02T18:49:00+05:30"> on 02.08.2013 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>It's as simple as</p>
<pre class="literal-block">
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get install postgresql-9.1-postgis-2.0-scripts
</pre>
<p>You might see alternate instructions asking you to install <a class="reference external" href="https://launchpad.net/~sharpie/+archive/postgis-stable">Sharpie's
PPA</a>, but it
works only for Ubuntu Precise. The instructions in the <a class="reference external" href="http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1304">PostGIS trac
wiki</a>
is also broken ‐ you will get an error like so …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./foreignkey-to-custom-user-model-in-django.html" rel="bookmark" title="link to ForeignKey to custom user model in Django">ForeignKey to custom user model in Django</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2013-07-16T14:30:00+05:30"> on 16.07.2013 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>Came across this problem when running a syncdb in Django (>=1.5) :
| `` CommandError: One or more models did not validate: APP.ModelName: 'user' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.``</p>
<p>So you define a custom user …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./breaking-irctc-introduces-lottery-system-for-tatkal-tickets.html" rel="bookmark" title="link to Breaking : IRCTC introduces lottery system for tatkal tickets">Breaking : IRCTC introduces lottery system for tatkal tickets</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-11-08T12:56:00+05:30"> on 08.11.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p><a class="reference external" href="http://en.wikipedia.org/wiki/Ministry_of_Railways_%28India%29">Railway
minister</a>
Pawan Kumar Bansal has announced a lottery system for tatkal booking
from December 1 this year. Travellers can start applying for tatkal
ticket an year before the journey date. 3 hours before the train starts
from the originating station, there will be a lucky draw to select the …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./skyfall.html" rel="bookmark" title="link to Skyfall">Skyfall</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-11-04T17:36:00+05:30"> on 04.11.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>50 years of Bond, what can one say! The trailers and the reviews
leading upto the film have built a lot of buzz and expectation. The
director, <a class="reference external" href="http://en.wikipedia.org/wiki/Sam_Mendes">Sam Mendes</a>, had
his work cut out for him and he hasn't let us down. Skyfall is easily
one of the best Bond …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./how-to-recognise-a-mallu.html" rel="bookmark" title="link to How to recognise a mallu">How to recognise a mallu</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-09-23T15:36:00+05:30"> on 23.09.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>The recent imports from our land come into this great city with the
expectation that the place would be creeping and crawling with
kannadigas. "How laughable that is. Sho thamaasha thamaasha", would say
the seasoned veteran. From his many experiences in bakeries and the
malayali capital of Forum Mall, the …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./installing-jetty-on-centos.html" rel="bookmark" title="link to Installing Jetty on CentOS">Installing Jetty on CentOS</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-08-29T16:06:00+05:30"> on 29.08.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p><strong>Step 1 : Enable the jpackage repo</strong>
Download the <a class="reference external" href="http://jpackage.org/jpackage50.repo">jpackage.repo</a>
file to your /etc/yum.repos.d/ directory.</p>
<p>`` # cd /etc/yum.repos.d/ # wget <a class="reference external" href="http://jpackage.org/jpackage50">http://jpackage.org/jpackage50</a>.repo``</p>
<div class="line-block">
<div class="line"><strong>Step 2 : Install the jetty package you want</strong></div>
</div>
<div class="line-block">
<div class="line">`` # yum search jetty``</div>
</div>
<p>will show you a list of jetty packages you want …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./django-1-4-on-centos-5-8.html" rel="bookmark" title="link to Django 1.4 on CentOS 5.8">Django 1.4 on CentOS 5.8</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-08-24T18:25:00+05:30"> on 24.08.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>The default python version (2.4.3) on Centos 5.8 is <a class="reference external" href="https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django">not supported for
Django
1.4</a>
. Here's how to get Django 1.4 running on Centos 5.8 . Steps here are
probably useful for future/different versions.</p>
<p><strong>Step 1 : Enable EPEL</strong></p>
<p><a class="reference external" href="http://fedoraproject.org/wiki/EPEL/FAQ#What_is_EPEL.3F">EPEL</a> has
newer version of Python available …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./carnage-2011.html" rel="bookmark" title="link to Carnage (2011)">Carnage (2011)</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-06-03T14:37:00+05:30"> on 03.06.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>Carnage is Roman Polanski's caricature of the modern life. The movie,
save for a couple of scenes, takes place within a house. There isn't
much of a plot in this movie, it is the characters who shine through.
The film is as such simple and humorous in a dark fashion …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./extrapulmonary-tuberculosis.html" rel="bookmark" title="link to Extrapulmonary Tuberculosis : patient's perspective">Extrapulmonary Tuberculosis : patient's perspective</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-05-24T22:34:00+05:30"> on 24.05.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>When you hear about Tuberculosis you immediately think of a guy coughing
blood and slowly dying. OK, maybe not dying. You wouldn't be wrong
either, most of the time. However there are situations where the
Mycobacterium tuberculosis (the bacterium which causes TB) does not
affect the lungs. The bacterium is …</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header class="article-list"> <h2 class="entry-title"><a href="./the-internet-must-die-so-the-internet-can-live.html" rel="bookmark" title="link to The Internet must die so the Internet can live">The Internet must die so the Internet can live</a></h2>
<footer class="post-info">
<address class="vcard author">By
<a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-05-19T08:21:00+05:30"> on 19.05.2012 </abbr>
</footer><!-- /.post-info -->
</header>
<div class="entry-content"> <p>We are used to the idea of the Internet being free - free as in Freedom,
though not always in price. It is difficult to accept government control
over something we have so carefully guarded. But <a class="reference external" href="http://www.thehindu.com/news/national/article3423018.ece">it is
coming</a>
whether we like it or not. You may be in a democracy …</p> </div><!-- /.entry-content -->
</article></li>
</ul><!-- /#posts-list -->
<p class="paginator">
Page 1 / 10
<a href="./index2.html">»</a>
</p>
</section><!-- /#content -->
<footer>
<a href="./pages/about.html" >About</a>
<div class="right-footer">
<a href="./categories.html" >Categories</a>
<a href="./tags.html" >Tags</a>
</div>
</footer>
</body>
</html>