First of all, if you want to switch to airplain mode automatically, then you need a rooted device. It’s mandatory despite of what you will use, and in this post we will need to be root for every step. You may download an application as the one that I had, Auto Airplain; however, that app […]
Month: January 2018
So, do you know how to compile?
In this way? ./configure make sudo make install But that’s not true, first you have to install the dependences which usually are listed in the README file, so it’s a four steps formula. Many people haven’t told you, but ./configure will tell you if you can continue or not, if ./configure complains, you cannot continue […]
How to manage files in the android terminal
The android command line can be rich featured thanks to Linux, in order to get a terminal with a Linux environment I recommend you to install Termux available in F-droid as well as the Play Store. Its very important to use the Linux commands in your Android since it will help you to use Free […]
Ubuntu Animals by Sylvia Ritter
Pictures Gallery
How to take screenshots to a game in Fullscreen
The last time I showed a simple script for looking up words and automatically making a list of them, which is useful while watching a video or playing a game, but what about taking screenshots? With my new script you can look up words and take screenshots at the same time from a SSH shell. […]