Pages

Sunday, July 21, 2013

Far Out tracks people using GPS to learn their routine... and even more.

Now Microsoft and Google can predict where a person will be years from now using a new computer software called Far Out.

Researchers uses this information to accurately guess their future locations.

Using all data about their job, relationship or moves house and adapts its predictions to predict the long-term human mobilty.

You can read my personal opinion about this World Domination : here.

Friday, July 19, 2013

Use your linux to see the sun... online or java application.

I saw on youtube many videos about strange objects near sun.

Most of this is taken using this website.

If you want to install one application to see the sun then just read this tutorial.

Also you can read more about the sun and the way can be detected from internet.

Thursday, July 18, 2013

Giant Robot Storms ...

I thinking ... : This robot running some Linux OS ?

Google will come with new encryption.

Maybe is not a Fedora or Linux news but this can change your life.
According to this article written by news.cnet.com Google has begun experimenting with encrypting Google Drive files.
After many users and companies try to protect data with SSL and HTTPS now seam the encryption will be AES - Advanced Encryption Standard.
This not means that is still a possibility to get access data before the data is encrypted or during the user is actively connected.
This will calm down some users and companies.

Saturday, July 13, 2013

Selenium can deal with your cookies browser.

Today I will show how to deal with cookies and Firefox.

Selenium Python Client Driver is a Python language binding for Selenium Remote Control.

You can read more about this module here.

You can find some examples , but most of webpages working with cookies.So let's make one simple tutorial.

The next source code is very simple and most of the python users knows what means.


$ python 
Python 2.7.3 (default, Jan  2 2013, 16:53:07) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from selenium import webdriver
>>> from selenium.common.exceptions import NoSuchElementException
>>> from selenium.webdriver.common.keys import Keys
>>> browser = webdriver.Firefox()
>>> browser.get("http://facebook.com/")

If you want then you can read more about my tutorial here.

Also you can see more about my work with python here.

Sunday, June 30, 2013

Using .bashrc function to connect and debug your android application.

This is a simple way to use your tablet device to debug your android applications.

Go to root account and open the .bashrc file.

Type the next source code using your home folder account.

function tablet()
{
cd /home/free-tutorials/android-studio/sdk/platform-tools/
./adb kill-server
./adb server
./adb devices
}

Restart your terminal, connect your tablet device .

Now you can use this command : tablet to start connection with your tablet.

If you want to see more about programming android application under Fedora distro , just go to this website.

Saturday, June 29, 2013

Linux without Avira Antivirus ...

As a result, by June 30, 2016, we will discontinue our Linux product sector and concentrate increasingly on developing Avira’s Windows and Mac OS system product portfolio only. Specifically, Avira AntiVir Professional Linux, Avira Server Security Linux and Avira Free Antivirus Linux will be discontinued and Avira Endpoint Security and Avira Business Security Suite will be offered without Linux support.

I don't tested this antivirus with my Fedora. The only antivirus I tested and seam working well it's f-prot.

You can read more about this on avira support webpage.