Nov 282012
 

Article by Jason Phillips

If you’re a real gamer you know just how terrifying Windows 8 can be. With the changes they’ve made there just might not be any sort of viable way for real gamers to get the kind of experience they want.

Expect seriously inconvenient DRM implementations and major difficulties for independent developers because of the proprietary (and profitable) app store built in to Windows 8. Independent developers are going to have no choice but to make the transition, meaning quality free games will disappear, too.

The Big Boys Will Still Be There, Though… Right?

You can expect the Steam client to be present on Windows 8 for a long time to come. There will also be many games and franchises created by your favorite publishers. But with many of the issues we’ve seen even the biggest publishers face with app stores, they might not be willing to work as hard as Microsoft wants them to.

Continue reading »

Flattr this!

Nov 252012
 

Terminal
In the past I’ve posted an article regarding the basic usage of grep, one of the commands that I use daily at work to search a text within multiple files, or a text string in the list of running process of a Linux server, but I’ve forgot to show you a small and useful option : How to colour the output that you get from grep to highlight the text you were searching for in a long line.

This is a small option of this powerful command but can save your eyes when searching for a particular property of a Java process that is 4 or 5 lines long.

To be honest I’ve realised this thanks to an article of Alessio, posted recently on his nice blog: http://dark-linux.net and so the following is the translation by me of his article in Italian with some small addition in examples and explanations.

Continue reading »

Flattr this!

Nov 162012
 

Around 1 month ago Jason posted an article related to Educational software that run on Linux (or even Linux distributions done with that goal), today he return on that topic with another roundup of software useful for schools.

Many educators might have been hesitant in the past regarding embracing open source software. But not any more as the number that has taken to open source software (OSS) has increased significantly over the years. As more teachers as well as institutions are now engaging with organizations such as Open Source Schools, SchoolForge among others. Consequently, these educators have begun to realize the potential inherent in OSS that can help transform education in many ways.

Now here is a list of open-source applications that is available to assist educators in teaching as well as in inspiring their students:
Continue reading »

Flattr this!

Nov 132012
 

It’s from some time that I don’t post about the most read articles on Linuxaria, and so today I present you a small list of the top 7 articles of the last 3 months published on Linuxaria, and that perhaps you have missed, in that case this is a good chance to read them.

7) Linux shell, how to use the exec option in find with examples

In a former article I’ve wrote about the command locate, an useful command to find quickly a file in your computer.
An alternative to locate is the command find : GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of precedence, until the outcome is known (the left hand side is false for and operations, true for or), at which point find use the defined action and moves on to the next file name.

find can use many options to compose an expression and as standard action it print in the standard output the file name that match the expression. Continue reading »

Flattr this!

Nov 102012
 

In a previous post we’ve seen how to Enable automatic security update in Debian/Ubuntu, I use it on my Debian VPS and I must say that I’ve forgot to be worried about security updates thanks to this, but perhaps you have a Red Hat 6 or Centos 6 and you want to sleep well as well ?

There is no problem, today we’ll see how to achieve the same result on a Centos 6 machine.
Continue reading »

Flattr this!