-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (120 loc) · 3.82 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.130.0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type=text/css>body{font-family:monospace;}</style>
<title>Gharib Personal Blog</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Gharib Personal Blog">
</head>
<body>
<header>
==========================<br>
== <a href="https://onions.ir/">Gharib Personal Blog</a> ==<br>
==========================
<div style="float: right;">A Techi Personal Blog</div><br>
<p>
<nav>
<a href="/"><b>Start</b></a>.
<a href="/posts/"><b>Posts</b></a>.
<a href="/categories/"><b>Categories</b></a>.
<a href="/tags/"><b>Tags</b></a>.
</nav>
</p>
</header>
<main>
<article>
<h1><a href="https://onions.ir/posts/mastodon/">Run Private Mastodon Instance</a></h1>
<b><time>10.09.2024 00:00</time></b>
<a href="/tags/mastodon-federation">mastodon, federation</a>
<div>
How to run a Private Mastodon Instance ?
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/element/">Run Private Matrix (Element) Instance</a></h1>
<b><time>10.09.2024 00:00</time></b>
<a href="/tags/matrix-federation-element">matrix, federation, element</a>
<div>
How to run a Private Matrix (Element) Instance ?
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/githubactions/">Github Actions</a></h1>
<b><time>29.08.2024 00:00</time></b>
<a href="/tags/cicd-github-actions">cicd, github, actions</a>
<div>
How efficiently use Github Action ?
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/java/">Java Language Frameworks</a></h1>
<b><time>27.08.2024 00:00</time></b>
<a href="/tags/java">java</a>
<div>
Java various frameworks and tools
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/selfhosted/">Self-Hosted</a></h1>
<b><time>26.08.2024 00:00</time></b>
<a href="/tags/self-hosted">self-hosted</a>
<div>
List of Self-Hosted Tools
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/repos/">Github Repositories</a></h1>
<b><time>25.08.2024 00:00</time></b>
<a href="/tags/respositories-repos">respositories, repos</a>
<div>
List of Useful Repositories
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/go/">Go Language</a></h1>
<b><time>23.08.2024 00:00</time></b>
<a href="/tags/go-golang">go, golang</a>
<div>
List of Golang Frameworks and Tools
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/systemdesign/">System Design</a></h1>
<b><time>22.08.2024 00:00</time></b>
<a href="/tags/system-design">system-design,</a>
<div>
System Design Resources
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/ai/">AI Tools</a></h1>
<b><time>18.08.2024 00:00</time></b>
<a href="/tags/ai-tools">ai, tools</a>
<div>
Popular and Worthy AI Tools
</div>
</article>
<article>
<h1><a href="https://onions.ir/posts/onions6/">Onion Links</a></h1>
<b><time>15.08.2024 00:00</time></b>
<a href="/tags/tor-onion-onion_links">tor, onion, onion_links</a>
<div>
Onion links around the TOR Network
</div>
</article>
<div>
1 of 5
<a href="/page/2/">Next Page</a>
</div>
</main>
<footer>
<p>© 2024 <a href="https://onions.ir/"><b>Alireza Gharib. All right reserved</b></a>.
<a href="https://github.com/Gharib110"><b>Github</b></a>.
</p>
</footer>
</body>
</html>