Move image
This commit is contained in:
parent
89cea3b909
commit
58463c4a42
|
@ -16,14 +16,15 @@
|
||||||
</center>
|
</center>
|
||||||
#+END_EXPORT
|
#+END_EXPORT
|
||||||
|
|
||||||
#+BEGIN_CENTER
|
|
||||||
[[file:images/searx.jpg]]
|
|
||||||
#+END_CENTER
|
|
||||||
|
|
||||||
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
|
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
|
||||||
|
|
||||||
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
|
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
|
||||||
|
|
||||||
|
|
||||||
|
#+BEGIN_CENTER
|
||||||
|
[[file:images/searx.jpg]]
|
||||||
|
#+END_CENTER
|
||||||
|
|
||||||
ssh into the system with:
|
ssh into the system with:
|
||||||
|
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-04-16 Sun 20:07 -->
|
<!-- 2017-04-16 Sun 20:17 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -248,14 +248,6 @@ for the JavaScript code in this tag.
|
||||||
<h1>SearX</h1>
|
<h1>SearX</h1>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<div class="org-center">
|
|
||||||
|
|
||||||
<div class="figure">
|
|
||||||
<p><img src="images/searx.jpg" alt="searx.jpg" />
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
|
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
|
||||||
</p>
|
</p>
|
||||||
|
@ -264,6 +256,15 @@ SearX is a metasearch engine. That means it returns results from other selected
|
||||||
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
|
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="org-center">
|
||||||
|
|
||||||
|
<div class="figure">
|
||||||
|
<p><img src="images/searx.jpg" alt="searx.jpg" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
ssh into the system with:
|
ssh into the system with:
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue