Remove Connected / Authorized Applications From Google, Instagram, Facebook, Twitter and GitHub

We live in a world where everyone wants to have access to your online data, and most of the time we give that data willingly by either allowing some app in Facebook to access our contacts and personal information, or by signing up to some website using Twitter, either way we give up our personal […]

Video Tutorial: How to Connect Kodi to Your Synology NAS DSM (DiskStation Manager) Home Server

Having a NAS to store files is great, but having a NAS as a media server is awesome. If one of your purposes to have bought a Synology NAS was to have it as a media server, then having Kodi in your PC/Mac/Fire TV is a must. By now you probably know that your Synology […]

How to Connect Kodi to Your Synology NAS DSM (DiskStation Manager)

Having a NAS to store files is great, but having a NAS as a media server is awesome. If one of your purposes to have bought a Synology NAS was to have it as a media server, then having Kodi in your PC/Mac/Fire TV is a must. By now you probably know that your Synology […]

Quick Guide to Git and GitHub – Command Line (CLI)

In this guide I will cover some basic commands to configure Git and upload your project to GitHub using command line. macOS should already come with Git pre-installed, but just in case, follow this link to install it, Installing Git on Mac. If you are on Windows, you can get Git for Windows, or enable […]

Android Studio – Error While Loading Shared Libraries: libz.so.1

If you are running Android Studio in Linux Mint / Ubuntu 64bit and you just updated to the latest Android Studio version, you might get the following error: /home/esilva/IDEs/android-studio/sdk/build-tools/19.1.0/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

Setting Up ADB/USB Drivers for Android Devices in Linux (Fedora)

I have been using Linux Fedora for a couple of month and decided that it was time to set it up for Android. I was expecting it to be something like what I did for Ubuntu (Setting Up ADB/USB Drivers for Android Devices in Linux Ubuntu), but it was much easier in Fedora. Just had […]