Sathariel created the following script for listening any radio stream station, it requires to create the file ~/.radio, there you should save all your radio stream stations in a list with the following syntax: TITLE | URL You can edit this script and replace audacious for your favorite audio player, if you use a cli […]
XMPP, Cybercrimes and Bitcoin
Now I’m hosting my personal XMPP service, so you can realize that I’m using a VPS. Currently I’m using Namecheap as a web hosting since I thought it was a good idea to learn how to use Bitcoins and Bitcoin Cash, but now I’m moving my site from Namecheap to my current VPS. Why […]
Why Gentoo is better
Gentoo is usually used by Network professionals and system admins, mostly by people over 25 years old. I tell you this in order to disprove the myth that Gentoo is only used by idle people. Gentoo is used by serious persons that do know what they are doing. This post is about the advantages and […]
Cheat sheet of the bc calculator
Using an opensource app, Sensi -Shake to open app, my terminal emulator is opened each time I shake my smartphone, there I run the bc command since I like bc more than the smartphone calculator. In order to use bc as a scientific calculator, just run it as: bc -l It only works in radians, […]
Plugins of my site (WordPress)
Transparency is one of the principles of this blog, I was motivated to share with you which plugins this site uses by this blog: blog.spiralofhope.com Let’s begin with the Security Category, and I have recommended some plugins in the past: Security Wordfence Security This plugin is the most popular plugin for security, it actually is […]
How to switch to airplane mode or power off Android in the night.
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 […]
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. […]