Pages

Thursday, June 11, 2015

Fix Bash shell vulnerability under Linux OS .

If some Bash code outside of the curly brace then it will then be executed by the linux system.
env x='() { :;}; echo vulnerable' bash -c " bash test "
If your system is vulnerable, it will then output:
vulnerable
bash test 
How Do You Fix It ? Just open up a terminal, and type:
sudo apt-get update
sudo apt-get upgrade
or under Fedora with :
sudo yum update
Also you can see more about linux and linux tutorials here.

Monday, June 1, 2015

News: Scribus 1.5.0 released.

The new version 1.5.0 for test purposes is now based on Qt 5.2. Some features come with this version:
  • Scribus can now store bitmap images within its native file format;
  • offers a "Symbol" or clone feature similar to Adobe Illustrator;
  • the new "Weld" feature, objects are combined and moved without being grouped;
  • each object remains fully editable;
  • most often requested text features: vertical scaling of text, orphans and widows control, foot and endnotes, text variables, cross references;
  • with a huge number of new or rewritten import filters - and some are still experimental;
  • also: vector drawings, 3D, bitmap files, ...
Read more about this new version: 1.5.0 release webpage.