I thinking ... : This robot running some Linux OS ?
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
Thursday, July 18, 2013
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.
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.
Subscribe to:
Posts (Atom)