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 […]
Category: Bash
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 […]
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. […]
How to use Pastebin to stream music
This song inspired me since I love it and is blocked in Youtube in many countries: https://mikan.zsh.li/1502243748ab12f.webm Pastebin allows to upload 10MB of text to premium users , I had upgraded to a lifetime premium account because I wanted to use pastebin as a unlimited pictures hosting. At the beginning it worked, but then Pastebin […]
How to make Linux to compose music like Scrillex
I was really curious about the well-known Linux command vmlinuz > /dev/audio , so I tried it out and found it a bit annoying, in fact I didn’t hear the voice of God . Then I tried with mp3 music files and the sounds it made were so funny. Finally I tried the yes command […]
How to listen only the audio in Youtube using the console
The most common Youtube app downloader there is youtube-dl, I am pretty sure that it is available in Ubuntu’s, Debian’s, Arch’s, Gentoo’s and OpenSUSE repos; but it is certain that it is available in a bunch of distros. In Ubuntu and Debian you may install it with this command: sudo apt-get install youtube-dl I think this […]
Fix history with repeated commands
In regard to the recent issues concerning MEGA I need to do something D: When executing the command “history” one hundred and sixty thousand lines are showed!!! really!!, this because of an application in my cellphone know as “home remote control” (I bought it because it works pretty fine) executed lots of commands in order to get control of […]