How to connect iOS 10+ to Linux
How to Connect Android 7 to Linux using USB
How to Create an Outstanding Scientific Website
How to Play Pokemon Go in Winter
Fake GPS location in Pokémon Go on Android
Oh… Pokémon is back again with an amazing game, Pokémon Go. If you haven’t installed and played it yet, you are missing out a lot of fun. As the game published on few countries only, it might not be available for download in your country. To install it on Android if it is not available in Google Play, you can use …
9 Essential GNOME Shell Extensions for Every User
Since I started using Debian as my primary OS, I felt how using Linux facilitated many of my digital activities. And yes, shifting from Windows to Linux wasn’t easy at first. However, after few weeks I began to get the hang of using and customizing it to suit my needs -from utilizing the command terminal to changing the look of my desktop environment-. In this article I will …
Insert 200+ million rows into MongoDB in minutes
How to import 200+ million rows into MongoDB in minutes MongoDB is a great document-oriented no-sql database. The interest in using MongoDB is increasing as it allows storing documents of dynamic schemas in a json-like format. Also, MongoDB is good for handling big data while providing high availability and high insertion rates. This post will focus on how to import and insert huge data rapidly into MongoDB. The …
Access your Raspberry Pi Globally Using Tor
Few days back, I needed to access my raspberry pi remotely from anywhere. I have achieved this by using a hidden SSH Tor service. Tor Project, The Onion Router, is a free software that provides anonymous communications over the internet. This method is not limited to raspberry pi, and it can be applied on any computer you can install Tor on. Kindly note, this …
How to send encrypted emails using Enigmail
Have you ever wanted to send sensitive information by email securely? Regularly, emails are sent in plain-text, which allows hackers and anyone with an unauthorized access to your email to read your emails easily. Hence, encrypting your sensitive emails adds an additional secure layer to prevent such intrusions. So, how to encrypt your emails? There are multiple ways to achieve that but I will be explaining the …