Pages

Thursday, September 18, 2014

News: Wing IDE 5.0.9 Released .

At September 10, 2014, the development team released the new version of Wing IDE.
See the details here: 5.0.9 - CHANGELOG.txt , also if you want to purchase licenses then you have this choice:

Wing IDE Pro:

Commercial Use
For companies, paid individuals, organizations, and government
Full-Featured Python IDE
Windows, Linux, and OS X
Includes One Year Support+Upgrades
Extend Support+Upgrades at $89/year
License is Transferable
$245 per user
$1150 5-pack

Non-Commercial Use
For students, educators, academic researchers, hobbyists, and publicly funded charities
Full-Featured Python IDE
Windows, Linux, and OS X
Optional Support+Upgrades at $89/year
$95 per user

Wing IDE Personal:
General Use
A low-cost alternative Python IDE for students and hobbyists
Omits Some Features
Windows, Linux, and OS X
Optional Support+Upgrades at $89/year
$45 per user

Monday, September 15, 2014

News: Hacking gmail - 5 Million gmail addresses and passwords.

A user named tvskit published a link to 4,929,090 Gmail addresses and passwords on the Russian Bitcoin Security forum.
Seam more than 60 percent of the passwords were still valid.
Source: www.esecurityplanet.com

News: Oracle buys Front Porch Digital.

Oracle buys Front Porch Digital company.
Front Porch Digital develops solutions that allow companies to manage their rapidly growing inventory of digital media, including movies or TV recordings or medical images.
The news comes from John Fowler, Executive Vice President of Oracle Systems.

Friday, August 29, 2014

News: Dropbox Pro account storage limit to 1 Terabyte.

Dropbox announced today that it has increased the storage for Pro accounts.
This feature come with 1 Terabyte storage for €9.99 / month.

Monday, March 31, 2014

News: Good and bad news about NVIDIA and Linux drivers.

NVIDIA would be dropping pre-Fermi support and will be removing all support for graphics processors prior to the GeForce 400 "Fermi" series.
NVIDIA will support newly-dropped GPUs on Linux through 2019, but also will come with support for new Linux kernels and X servers.
NVIDIA fixes for critical bugs, will be included in 304.* legacy releases through the end of 2017.
No further releases from the 71.86.* legacy driver series are planned.
The Linux 304.* legacy driver series is the last to support the NV4x and G7x GPUs and motherboard chipsets also support the G8x, G9x, and GT2xx GPUs, and motherboard chipsets based on them.
And this it's wonderful for Linux users.
You can read more about this here.

Thursday, March 20, 2014

Google Glass Spyware - install malware on the device -simply looked at a crafted QR code.

Seam google development team don’t really protect us from Google Glass device.
The main reason is one malware that uploaded more than 150 snapshots of his vision with no signal. The malware, designed by Mike Lady- 22, and Kim Paterson- 24, is disguised as note-taking software.
It takes and uploads a photo every 10 seconds when the display is off.
Read more about this here.

Thursday, March 13, 2014

News: CRYENGINE - adding linux suppport .

Independent video game developer and publisher Crytek adding Linux Support for CryEngine Bodes Well for Steam OS. Here’s the salient bit from Crytek’s blog:

During presentations and hands-on demos at Crytek’s GDC booth, attendees can see for the first time ever full native Linux support in the new CRYENGINE. The CRYENGINE all-in-one game engine is also updated with the innovative features used to recreate the stunning Roman Empire seen in Ryse – including the brand new Physically Based Shading render pipeline, which uses real-world physics simulation to create amazingly realistic lighting and materials in CRYENGINE games.

Saturday, March 8, 2014

News: A major security problem with the Linux operating system.

If you read this article will see this can be one big issue.
I try to find the bug under Bugzilla. I think is already here and will solve it. Also under lib/x509/verify.c in GnuTLS before 3.1.22 and 3.2.x before 3.2.12 does not properly handle unspecified errors when verifying X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers via a crafted certificate.

The GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them:
It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability.
Updated gnutls packages that fix one security issue read more about this here.

Tuesday, February 11, 2014

Simple HTML5 script and google map.

Today I found one old html script ( few ages ago ). In the past I worked with html5 and this is simple example I make it.
The 'simple script and can be use with any features of google API.
About Google API you can learn more from developers google maps.
Let's see this script :
<html>
<head>

<style type="text/css">
  html { height: 100% }
  body { height: 100%; margin: 10px; padding: 10px }
  #map_canvas { height: 50% }
</style>
<script src="//maps.google.com/maps/api/js?sensor=true" type="text/javascript">
</script>
<script type="text/javascript">
  function initialize() {
    var latlng = new google.maps.LatLng(33, 16);
    var myOptions = {
      zoom: 2,
      center: latlng,
      mapTypeId: google.maps.MapTypeId.TERRAIN 
    };
    var map = new google.maps.Map(document.getElementById("map_canvas"),
        myOptions);
  }

</script>
</head>
<body onload="initialize()">
  <div id="map_canvas" style="height: 50%; width: 100%;">
</div>
</body>
</html>

Fedora style - airport security OS .

... the airport computer has a new operating system ... Fedora .


Wednesday, January 15, 2014

Linux - NVIDIA has released R331.38 drivers

NVIDIA has released a new set of graphics drivers for Linux, Solaris and FreeBSD.
R331.38 comes with bugfixes and OpenGL improvements.
Also R331.38 is an OpenGL 4.4 and exposes 291 GL extensions + 28 GLX extensions. Read more about this here.

Wednesday, December 25, 2013

Moving a city to Linux would save it over €11 million.

"The Munich city authority migrated around 14,800 of the 15,000 or so PCs on its network to LiMux, its own Linux distribution based on Ubuntu, exceeding its initial goal of migrating 12,000 desktops."
... and this would save it over €11 million. You can read more about this here.

Saturday, December 21, 2013

News about google : Google Compute Engine is now Generally Available

The last newsletter from Google comes with ...

Google Compute Engine is now Generally Available with a 99.95% monthly SLA and 24x7 support. We've eliminated maintenance windows with live migration, cut prices by 10%, added support for Red Hat, SUSE, FreeBSD, or any Linux variant you want, and introduced new 16-core instances.

Google Compute Engine is Generally Available (GA), offering virtual machines that are performant, scalable, reliable, and offer industry-leading security features like encryption of data at rest.
Also, the Compute Engine supported two of the most popular Linux distributions, Debian and Centos and support for SUSE and Red Hat Enterprise Linux (in Limited Preview) and FreeBSD.



Sunday, December 1, 2013

Using SOHO LASCO C3 instrument from helioviewer website I saw the comet C/2012 S1 ISON.
I make one python script to take this image using sunpy ... (see here)

Monday, October 28, 2013

Using Codenvy with Google App Engine – testing with default python project .

Today I tested Codenvy with Google App Engine.
Is easy to make all settings ... I test it default project from Codenvy.
Is working very well.
See more in this tutorial.

Sunday, October 27, 2013

Fix adobe player – play 1080p or 480p YouTube videos with HTML 5 .

If your browser don't play the Youtube videos then this is fix now ...

Just load this page on YouTube and click on the join button on it.

In the bottom of each video from youtube will see the HTML 5 button.

Now if you press this button the youtube video will start in HTML 5 without using flash player.

Very good for linux users.

... new tutorials

Today I make tow new tutorials. You can read it from:

Rename multiple files by cutting first part , the end or in middle of name under Linux – part 001.

Create android application using Codenvy and run it with Manymo – Android emulator.

Now I working again ...

News: NVIDIA Linux Drivers 331.17 (beta) with OpenGL 4.4

NVIDIA comes with a new set of graphics drivers in beta version for Linux, FreeBSD, and Solaris.
This release - R331.17 is an OpenGL 4.4 driver and the same the same number of extensions than R331.13: 292 OpenGL + 28 GLX.
Also, support for the following GPUs:
  • Quadro K510M 
  • Quadro K610M 
  • Quadro K1100M 
  • Quadro K2100M 
  • Quadro K3100M 
  • Quadro K4100M 
  • Quadro K5100M 
  • GeForce 705A 
  • GeForce GT 730A
Read more about this release nvidia devtalk forum.

Friday, October 25, 2013

News about Scribus : VIVA Designer XML importer available .

Now the Scribus application import filter for VIVA Designer XML files

Hi all,

Yesterday Franz submitted a first version of an import filter for XML versions of VIVA Designer documents. 

If you are a Designer user and want to test the Scribus importer, you can test the importer and report bugs. If you have some complex Designer files and don't want to test yourself, you can export them to XML and upload the results to: http://bugs.scribus.net/view.php?id=11804 

Happy testing! Christoph

Saturday, October 19, 2013

Using fasm under linux - tutorial

I make another tutorial about linux , fasm and how to use .inc files.
So if you want then ... you can go to fasm-about-format-elf-executable-3-part-002.
Also you can read more about linux , programming , blender 3d , python, scripting ...
Thank you.

Saturday, October 5, 2013

Tuesday, September 17, 2013

Synfig need some help.

Will you remember about the synfig software ?
 Seam the team need some help ...
We have enough money to fund Ivan's work until November 1st 2013, but our goal is to continue intensive development of Synfig as long as possible. That's why we have decided to start a fundraising campaign.
Read more about the-synfig-fundraising-campaign

Friday, September 13, 2013

Insync can help with Google Drive files.

I read a good article from linux jurnal website.

This is about Insync software and Google Drive.

So I try it and is very good to have it in your linux distro.

The Insync software let you to have files from google drive on your linux , sync and make conversion from Google Docs format to LibreOffice.

You have also one tray icon , something like Dropbox with a nice menu.

The application from Insync comes for Fedora , Ubuntu and Debian.

First windows of instalation is very intuitive...see

... will ask you to accept some things...

First you will have 15 days of trial and after that the price will start from 9,99 $.

The menu of tray icon cam be show with right click and this allow you to make all changes.

Is a great tool but if you sum all prices from all applications and google plans ( $4.99/month for 100Gb) will see this will take some money from you.

Thursday, September 12, 2013

Working with sunpy python module ...

Today I worked with sunpy python module.

So I make one simple tutorial about this module.

If somebody want to see it or maybe to read some python tutorial the go to this website.

Monday, September 9, 2013

News : Python 3.4.0 alpha 2 .

From python official website I found this :

Python 3.4.0 alpha 2 was released on September 9th, 2013. This is a preview release of the next major release of Python, Python 3.4, and is not suitable for production environments.

Major new features of the 3.4 series, compared to 3.3

Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Major new features and changes in the 3.4 release series so far include:

PEP 435, a standardized "enum" module

PEP 442, improved semantics for object finalization

PEP 443, adding single-dispatch generic functions to the standard library

PEP 445, a new C API for implementing custom memory allocators

PEP 446, changing file descriptors to not be inherited by default in subprocesses...

Saturday, September 7, 2013

Make one menu using pygame

This is the result of my tutorial named : PyGame - first interface - part 6 .

I use the rect function to make buttons.

Also I check the mouse position and changed the color.

Monday, September 2, 2013

Test pygame , pyopengl and some features ...

Today I worked with pygame and OpenGL python modules.

I want to make a simple script to test and load pygame , OpenGL modules.

The script can be found here.

Friday, August 16, 2013

Shared come with 100 Gb free ... not just 15Gb

The shared webside come with 100 Gb free account .
This is very good to backup your work.
If you cant you can get your account.


This is my account ... and come just 15 Gb 

Thursday, August 15, 2013

Few tutorials with pygame and android ...

Linux can be a goof tool for development...

In the last days I deal with pygame and android.

So if you want to make applications for your tablet or mobile phone then see this:

pygame-first-interface-part-4

working-with-pygame-subset-for-android

working-with-android-emulator-part-001

... also I saw the pygame can give some errors on android. I got this error : android pygame error : failed to dequeue buffer from native window.

So if is somebody know pygame then you can read more here.

News: find your own personal information through Google Search.

The good news about Google come from the official blog with this article.
Now you can ask google more about your flights, plans, appointments, reservations, purchases or your photos.
Your information come via encrypted connection just only for you when you're signed in to Google.
All of these features are for all users in the U.S. in English over the next few days.
My big question comes: Why come just in English... ?

Monday, August 12, 2013

News: ASUS without Windows RC.

After many problems with Windows RC, this great news is gratifying for users.
According to this article, it seems that ASUS quit Windows RC.
Maybe in the future will see ASUS device with Fedora OS...What do you think about that?

Sunday, August 11, 2013

Marketing or dodge trade...?

The last years will come with many features for consumers.

The website reginele.ro come with this "dodge trade"

I told myself :"Maybe is an error".

Not realy. The marketing is make to distort the consumer.

Why? If you create an account on MailDirect then will have receive 0.5 ¢ and 1 ¢ / mail (you need 100$ to cash the money).

The big error is : most of the offers are exaggerated ...

Honestly, you should review the marketing policy.

I'm sure most users of Linux operating systems are wise enough to avoid such problems.

The big question is: if we are adept of open source infos ...then why not we have the same expressions in trades ?

Sorry about this post . Regards.

Wednesday, July 31, 2013

Google Analytics - new settings to improve your website.

Now Google Analytics team help you turn your website’s data to improve results and meet your goals.

You can share your information websites with google experts and will receive account tips, new ideas and goals.

Read this tutorial about how to do that.

Tuesday, July 30, 2013

News: The new pygobject come with version 3.9.5 .

GObject is an object system used by GTK+, GStreamer and other libraries.
The new PyGObject 3.9.5 provides a convenient wrapper for use in Python programs when accessing GObject libraries.
The news comes from Simon Feltman - pygtk digest: I am pleased to announce version 3.9.5 of the Python bindings for GObject. This is the third release of the 3.9.x series which will eventually result in the stable 3.10 release for GNOME 3.10.
The new release is available from ftp.gnome.org.

Thursday, July 25, 2013

New features on Opera Next 16.

I don't use Opera but seam will be more good for users.
Read the full article here wrote by Sebo (Sebastian Baberowski).
Features that we’ve added for this build are:
support for W3C Geolocation API, form auto-filler, support for jump-lists on Windows 7/8,presentation mode is now available also on Mac, opera:flags – you can play with experimental features there. Please remember that this game might be dangerous (and bite), Opera 16 is based on Chromium 29.
So go and try the Opera...

How many fedora users use Opera browser?!


Opera browser

Using cat command to see all source code from one folder.

You can see all content of your files using cat command.

I created one function named catt in my .bashrc file.

This is the function you can change to show any type of files not just javascript.

That allow you to working in same folder with many files and see the changes.

If you have another idea about how to see changes in all source of code then just send me one mail or comment.

function catt(){
    for i in *.js;
        do echo "__""$i""__";
        echo "--------------------------";
        cat "$i" -n -b;
        echo "--------------------------";
        done ;
}

And this is result output for all javascript from my node.js folder.

--------------------------
__serv.js__
--------------------------
     1 var sys = require("sys"),
     2 my_http = require("http");
     3 my_http.createServer(function(request,response){
     4  sys.puts("I got kicked");
     5  response.writeHeader(200, {"Content-Type": "text/plain"});
     6  response.write("Hello World");
     7  response.end();
     8 }).listen(8080);
     9 sys.puts("Server Running on 8080");
--------------------------
__test.js__
--------------------------
     1 var sys = require("sys");
     2 sys.puts("Hello World");
--------------------------

One problem can be the number of files parse by this function.

In this case you will not able to see all content of files. Will be to much for you.

But for settings files will work great.

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 ?