Pages

Showing posts with label 2013 news. Show all posts
Showing posts with label 2013 news. Show all posts

Saturday, April 6, 2013

Mozilla and Samsung with the new way in browsers development.

Mozilla told us about the new browser way and you can read more about this on mozilla blog.
The big question is : Why Rust?
Most of the people know the Rust come with version 0.6. So can be more powerful ?
Seam this is true.
Rust is the perfect choice for this endeavor because of its built-in security features and precise hardware control.
Now Mozilla make big steps with Firefox OS.
Also the linux distro will be update with this new browser?
Let's see: Opera joining Google and Apple to use Webkit , Microsoft has Internet Explorer and Mozilla with Firefox.
I wonder : this is good or not ?

Thursday, April 4, 2013

Why I love another browser

I have some feelings about IE . I like my browser and with the next article show us the true.

Microsoft's next version of Internet Explorer might just support WebGL, a standard for accelerated 3D graphics on the Web that the company previously has attacked as a security risk.

A leaked version of the next version of Windows, code-named Blue, came with a version of IE11, and developer's scrutiny of the browser shows evidence of WebGL.

"It seems like WebGL interfaces are defined but not functional at this time," said Web developer and author Francois Remy in a blog post this week. That means that the IE11 build has some infrastructure in place to support WebGL, but lacks actual support at this stage.

If you want read more here.

Tuesday, March 12, 2013

The Steam give a kick to the other distros.

The Steam development team give a kick to the other distros.

After I try to put steam on Fedora without results , the team replay:

Hello Catalin,

Thank you for contacting Steam Support.

Steam for Linux is currently only supported on Ubuntu 12.04/12.10 with Unity, Gnome, or KDE desktops.

If you are running another distribution of Linux, we will not be able to provide support. We recommend you install Ubuntu for the best Steam experience on Linux.

For more information on this please visit the following link: https://wiki.ubuntu.com/Valve

Monday, March 11, 2013

My website will come with wordpress theme.

I have many things to do and I agree to put wordpress on my website.

It's a bit upsetting because I working with php to make this website more good.

Anyway I hope this will give me the way to be faster and increase the goal of this website.

I hope we will read this website: www.free-tutorials.org.

Thank you. Regards.

Monday, February 25, 2013

Newton fractal with Python 2.7.3

Today I worked with fractals and python.

It was a litte hard. I have used the internet and wikipedia documentation.

If somebody want to make something better like this:

My source code can be found : here.

Wednesday, February 13, 2013

News: Intel and TV service ?

According to Mr.Huggers, Intel wants its internet TV service to incorporate, including live programming, on-demand content, catch-up TV, and apps.
This can be good but can be also an easy way to take some new clients.
The big problem is " What will see in this service?".
I don't expect to see something about the secrets of Intel assembly code or development team, but can be something nice.
Read more here.

Sunday, February 10, 2013

Fedora Popout Logo

Nice Fedora Popout Logo by Heyro0.
This can give us new ideas ...

Monday, February 4, 2013

News: DroidCleaner App infects connected PCs

Linux friends with android device another problem can infect your device.
DroidCleaner, an Android app that claims to free up smartphone memory but actually infects connected PCs, has been removed from Google Play but is still available from third-party app stores.
Read more here.

Thursday, January 31, 2013

GNOME Developer Experience Hackfest 2013

This week I’m attending the Developer Experience hackfest in Brussels.
This week Red Hat and the GNOME Foundation giving you the chance to attend the Developer Experience hackfest in Brussels.
The goal of the hackfest is to improve the overall application developer experience.
There are three main areas of work we suggest for this hackfest:

  • Tooling (Anjuta, Monodevelop, application bundling, intltool, gtk-doc, autofoo and friends...)
  • Developer docs and mindshare (unified online/offline API reference UI, app developer community building...)
  • Further platform needs (improvement of data-driven apps and other needs with an unclear answer)
  • Application bundling and sandboxing, the application as the first class concept in the kernel

Read more about this event here.

Sunday, January 6, 2013

Deadlock make with Unity - Linux 32 and 64.

Another game for Linux users: Deadlock.
Also, the Windows and OSX users can play this game using the web browser with the Unity plugin.
Recommended:

- Intel Core-2-Quad 2.4GHz or similar
- 2 Go Ram
- DX9 3D video card such as Nvidia GTX280 or Radeon HD5850 or newer.
You need to have the GLIBCXX_3.4.11 under Linux OS.
Deadlock website

Wednesday, January 2, 2013

Vulnerability? google paypal facebook and internal ip


Do you have any idea about an Internal IP Address or a Private IP Address that too assigned for Multinational Companies? Yeah, today we are gonna discuss about Internal IP or Private IP address Disclosure.
Disclosure of an Internal IP like 192.168.*.* or 172.16.*.* , can really Impact? Most security researchers call it as "bull shit" vulnerability. But when it comes to impact calculation even if the server is behind a firewall or NAT, an attacker can see internal IP of the remote host and this may be used to further attacks.
Read more here.

Linux - Fedora and Android make read-only file system.

I don't know what is the problem with Linux - Fedora and Android OS.
After I put my USB cable seam Fedora make from write disk to read-only.
Maybe the Android when scan the device set to read-only.
So you can get some error like this when you use the chown command:
chown: changing ownership of ...: Read-only file system
That can be one big problem when you want to copy files on your tablet.
I found a solution, just use remount.
# mount -o rw,remount /media/disk
If you want to make read-only, use:
# mount -o ro,remount /media/disk
That will solve this issue.