-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (177 loc) · 7.04 KB
/
index.html
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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>UnixTech</title>
<meta name="author" content="Unixer">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./images/favicon.ico" rel="icon">
<link href="./theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<link href="./theme/css/custom.css" media="screen, projection"
rel="stylesheet" type="text/css">
<link href="./theme/css/font-awesome-4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="./theme/css/prism.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./theme/css/tipuesearch.css">
<!--<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"-->
<!--rel="stylesheet" type="text/css">-->
<!--<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"-->
<!--rel="stylesheet" type="text/css">-->
</head>
<body>
<header role="banner"><hgroup>
<!--<h1><span class="logo1"><img class="logo2" src=./images/favicon.ico height="64" width="64"></span><a href="./">UnixTech</a></h1>-->
<h1><span class="logo1"></span><a href="./">UnixTech</a></h1>
<h2>Creativity, Business - Amplified</h2>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<!---->
<!--<form action="https://www.google.com/search" method="get">-->
<!--<fieldset role="search">-->
<!---->
<!--<input type="hidden" name="sitesearch" value=".">-->
<!---->
<!--<input class="search" type="text" name="q" results="0" placeholder="Search"/>-->
<!--</fieldset>-->
<!--</form>-->
<!---->
<div class="search-wrapper">
<form class="navbar-form navbar-left" role="search" action="./search.html" onsubmit="return validateForm(this.elements['q'].value);">
<div class="input-holder">
<input type="text" class="search-input" placeholder="Search" name="q" id="tipue_search_input">
<button class='search-icon' onclick="searchToggle(this, event);"> <span></span> </button>
</div>
<span class="close" onclick="searchToggle(this, event);"></span>
</form>
</div>
<ul class="main-navigation">
<li><a href="/pages/about.html">About ME</a></li>
<li><a href="/archives.html">Archives</a></li>
</ul></nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title">
<a href="./blog/12-2015/understanding-sql-1.html">Relational Algebra - SQL</a>
</h1>
<p class="meta">
<time datetime="2015-12-06T10:20:00+05:30" pubdate>Sun 06 December 2015</time> – <i class="fa fa-clock-o term"> </i> 3 min read
</p>
</header>
<div class="entry-content"><p>Understanding SQL SELECT and Relational algebra</p></div>
<footer>
<a rel="full-article" href="./blog/12-2015/understanding-sql-1.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="./blog/06-2015/avoid-doing-interviews-1.html">Interviewer's Gaffe-1</a>
</h1>
<p class="meta">
<time datetime="2015-06-15T16:02:00+05:30" pubdate>Mon 15 June 2015</time> – <i class="fa fa-clock-o term"> </i> 1 min read
</p>
</header>
<div class="entry-content"><p>While interviewing someone, Don't freak out!</p></div>
<footer>
<a rel="full-article" href="./blog/06-2015/avoid-doing-interviews-1.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="./blog/12-2014/pf-firewall-1.html">Firewall PF</a>
</h1>
<p class="meta">
<time datetime="2014-12-04T13:02:00+05:30" pubdate>Thu 04 December 2014</time> – <i class="fa fa-clock-o term"> </i> 4 min read
</p>
</header>
<div class="entry-content"><p>Securing your environment via <code>PF</code></p></div>
<footer>
<a rel="full-article" href="./blog/12-2014/pf-firewall-1.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="./blog/12-2013/configuring-postgres-cli.html">Improve PostgreSQL CLI</a>
</h1>
<p class="meta">
<time datetime="2013-12-06T10:50:00+05:30" pubdate>Fri 06 December 2013</time> – <i class="fa fa-clock-o term"> </i> 2 min read
</p>
</header>
<div class="entry-content"><p>A Better PostgreSQL with <code>psqlrc</code></p></div>
<footer>
<a rel="full-article" href="./blog/12-2013/configuring-postgres-cli.html">Read On ↵</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="./index2.html">← Older</a>
<br />
</div></div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="./blog/12-2015/understanding-sql-1.html">Relational Algebra - SQL</a>
</li>
<li class="post">
<a href="./blog/06-2015/avoid-doing-interviews-1.html">Interviewer's Gaffe-1</a>
</li>
<li class="post">
<a href="./blog/12-2014/pf-firewall-1.html">Firewall PF</a>
</li>
<li class="post">
<a href="./blog/12-2013/configuring-postgres-cli.html">Improve PostgreSQL CLI</a>
</li>
<li class="post">
<a href="./blog/01-2010/practical-find.html">Find - Looking for things</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="./category/art.html">Art</a></li>
<li><a href="./category/server.html">Server</a></li>
<li><a href="./category/unix.html">Unix</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="./tag/essentials.html">Essentials</a>, <a href="./tag/firewall.html">Firewall</a>, <a href="./tag/unix.html">Unix</a>, <a href="./tag/polity.html">Polity</a> </section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2010–2015 <a href="mailto:[email protected]">Unixer </a>
</p></footer>
<script src="./theme/js/modernizr-2.0.js"></script>
<script src="./theme/js/ender.js"></script>
<script src="./theme/js/octopress.js" type="text/javascript"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.5/marked.min.js"></script>-->
<script>
function searchToggle(obj, evt){
var container = $(obj).closest('.search-wrapper');
if(!container.hasClass('active')){
container.addClass('active');
evt.preventDefault();
}
else if(container.hasClass('active') && $(obj).closest('.input-holder').length == 0){
container.removeClass('active');
// clear input
container.find('.search-input').val('');
}
}
</script>
<script src="./theme/js/prism.js" type="text/javascript"> </script>
</body>
</html>