8 Jan 2013

Mini-interview with ROSA


Some time ago, I wrote an article "How Fresh is the Dew?" That article was about the first release of the Linux distribution named ROSA. In Russian, the word "rosa" means dew, so that was playing with words that time.


I am not sure if the developers of the distribution read my article or not, but the latest release of ROSA, announced on the 19th of December 2012, got the name ROSA Desktop.Fresh 2012. You can read the official press release yourself. However, after reading it I decided to ask some clarification questions of Konstantin Kochereshkin, the PR-manager of ROSA Labs.

I think the answers could be interesting for you, that's why I have published them on my blog.

3 Jan 2013

From the Eyes of a Penguin: Linux Uses and Wows

An operating system is the flavor, personality, and structure of a computer. For most machines, Windows and Macintosh make up the functional aspect of how a user views the world.

One of the first operating systems in the world was invented and entitled Unix. It was implemented under AT&T's Bell Labs in 1969 for a 1970 release. To this day, Unix still functions as the foundation for both Macintosh and another lesser known, yet quickly growing, operating system that could: Linux.

Linux, for the most part, is an open source operating system that is free of charge. It comes in a variety of flavors. The most common Linux distributions include Ubuntu, RedHat, Fedora, Mint, and Debian.

23 Dec 2012

Merry Christmas and Happy New Year

2012 was full of events. These were both happy and not-so-nice events in our lives.
But it goes. New year, 2013 is coming.
I wish to you, my readers, all the best!

Stay tuned to my blog, and I am sure you will get a lot of useful information here.
Merry Christmas!

Happy New Year!


See you in 2013!

20 Dec 2012

The Best New Features of Ubuntu 12.10


Ubuntu, the most popular Linux distro for desktop users, moves to the cloud with the new Ubuntu 12.10, codenamed Quantal Quetzal.

The world of computing is changing rapidly. We're moving to a cloud based, multi-device computing world, and Ubuntu has evolved accordingly. The latest 12.10 version of Ubuntu includes several improvements over the last stable release, 12.04, and also includes a bunch of new features bound to please both desktop and server users.

Although Ubuntu 12.10 is very similar to the last Ubuntu release, 12.04, it has several improvements on the desktop version, including bug fixes and a few new features. Some of the major changes include:

13 Dec 2012

An Overview of Operating Systems

An operating system, also known simply as OS, comprises of a set of software applications that facilitate computer hardware resources and offers general services for computing applications. An OS plays an important role within the system software in an entire computer setup. Applications mostly need a compatible OS to work properly. We use them all the time, sometimes without realizing it, so lets explore the different types of Operating Systems and some of the most popular ones on the market.

9 Dec 2012

Pre-order your personal copy of the newest version of Fedora 18

With the coming release of next version of Fedora 18 just few weeks away, many of you already looking for downloading of your own ISO image of the system.

But many of you are not so lucky, and will need to wait longer, because you can not or do not want to create their own CDs with operating system images.

Here we are to help!

You can pre-order your own copy of Fedora 18 (GNOME, KDE, Xfce or LXDE versions) right now. It means that CD or DVD with your favourite OS will be burnt to you as early as possible, and dispatched on the 15th of January 2013, or soon after. Dispatched to anywhere in the world.
How you can get the CD? Go to http://buylinuxcds.co.uk site, purchase the Fedora CD from there, and in the PayPal comments state that you want version 18. If you want KDE, LXDE or Xfce versions, this is also possible. That's easy.

To help you even further, here is a mini-shop which you can use straight away. It supports PayPal checkout, similar to Buy Linux CDs site.

UK (2.00 GBP):
Fedora 18 pre-order (UK)
Variation

USA (6.50 USD):
Fedora 18 pre-order (USA)
Variation

Other countries (4.50 GBP):
Fedora 18 pre-order (Other countries)
Variation

6 Dec 2012

How to Change CPU Affinity of CPU Intensive Multithreaded Applications (Ubuntu)

When you use CPU intensive, multithreaded software tools on your multicore-processor such as 'pigz' or 'pbzip2' (for example), the OS loses its responsiveness (more or less) and it will slow down other running tasks, and it is something that should be expected too.

Changing CPU affinity using Htop - example
Changing CPU affinity using Htop - example
However, when running such applications while performing your other daily computer related tasks, the degraded OS responsiveness can become an issue. For instance, the movement of the mouse might not be that smooth any more, or if you click on another application, then it won't be opened as fast as before etc.

Tools like 'pbzip2' lets you manually change the threads to be used, before the execution, so you can free-up a CPU core or two, thus improving the OS's responsiveness. But sometimes, I forget do that, plus, not all multithreaded tools let you change the number of threads to be used either.

Now as most knows, in these occasions, the feature called CPU affinity comes in handy, as it lets us bind a process in a way, that it will be executed by using only a certain number of CPU cores (supports changing the CPU cores that should be used even after the process is running from the background).