Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Apps

How to Build your own Private Search Engine via SearXNG

Challenge

When you do a search via Google or Bing or DuckDuckGo, your privacy is at risk even though you can use the private mode (incognito). The other issue is that you need to go to each site either Google or Bing to search and it will be cool if the search is from a single place and the search result is coming from multiple search engines.

Solution

The solution is to build your own search engine in your own cloud environment by utilising SearXNG and its open-source and meta-search engine meaning still utilise Google or Bing or DuckDuckGo. The good thing about this though is that it builds a random private search profile that has nothing to do with you every time you do a search. The search engine won’t know who you are and your interest.

You need a virtual server on the cloud and let’s get started!

Access the command line.

Update and upgrade as per usual:




sudo apt update && sudo apt upgrade -y

Install the docker.

sudo apt install docker.io -y

Run the docker:

sudo service docker restart

Install the docker composer:

sudo apt install docker-compose -y

Go to the specific folder

cd /usr/local

Get the clone:




git clone https://github.com/searxng/searxng-docker.git

Check the docker

sudo docker ps

Credits

Photo by Pixabay: https://www.pexels.com/photo/app-blur-business-close-up-270669/

Avatar

Dewapost Team

About Author

Creator and Administrator of Dewapost. Love tech, creative and e-business of any kind :)

You may also like

Apps

Automate Repetitive Tasks on Your Computer

[This blog is migrated from our classifieds website on 18 July 2020. Previously, it has 3,759 views.] Pre-Solution There are
Apps

Why does Joomla! 1.5 use UTF-8 encoding?

Well… how about never needing to mess with encoding settings again? Ever needed to display several languages on one page