Home Blog Page 1259

Best of Open Hardware in 2014

Gadgets and open hardware

Open hardware is the physical foundation of the open movement. It is through understanding, designing, manufacturing, commercializing, and adopting open hardware, that we built the basis for a healthy and self-reliant community of open. And the year of 2014 had plenty of activities in the open hardware front.

read more

Read more at OpenSource.com

YEAR of the PENGUIN: A Linux mobile in 2015?

Choh. Just as they sort the desktop out, bloody PCs disappear

It’s nearly impossible to sum up an entire year of developments in something as large and nebulous as the world of desktop Linux, especially in a year like this one which has seen some the best releases that projects like Mint, Fedora and openSUSE have put out to date.…

Read more at The Register

Fedora Doesn’t Yet Enable F2FS File-System Support

While F2FS is a promising open-source file-system looking to live up to its name as being the Flash-Friendly File-System, one major distribution not yet willing to enable it within its kernel is (surprisingly) Fedora…

Read more at Phoronix

Intel 2.99.917 X.Org Driver Released, 3.0 Release Finally Near

The Intel X.Org driver (xf86-video-intel 3.0) driver has been in pre-release form since September 2013 and now after having gone through many development revisions, xf86-video-intel 3.0 might be on final approach…

Read more at Phoronix

17-Way Linux Graphics Card Comparison With Civilization Beyond Earth

On Thursday, Sid Meier’s Civilization Beyond Earth was finally released for Linux. With being able to properly automate the benchmarking of CivBE on Linux, here’s our first performance results out for this high-profile, turn-based strategy game for Steam on Linux. Seventeen AMD Radeon and NVIDIA GeForce graphics cards were benchmarked for this article and the results are quite interesting.

Read more at Phoronix

12 of the Best Free Git Books

Git is the most widely used version control system, in part because of the popularity of GitHub, a web-based Git repository hosting service, which offers all of the distributed revision control and source code management) functionality of Git as well as adding its own features.

The books featured in this article are all available for free, and many of them are released under an open source license. Some of the text are designed for beginners, others help developers get to grip with the somewhat ugly internals of Git. So get reading, learning and sharing code.

<A HREF=”http://www.linuxlinks.com/article/20141221023950260/GitBooks.html“>Read more</A>

Vim Tutorial for Beginners

Modifying the contents of a file within the Unix/Linux command line environment may be difficult for any Linux user, especially if they are new to the operating system. There are many different ways to modify the contents of a file within the UNIX command line, one method in particular is with the Vim command line text editor. Vim is a powerful text based application that can be used to create, modify or save text based files. The following tutorial will introduce you to the basic functionality of vim as well as how to utilize some of its most powerful features.

This introductory tutorial will teach you the basic functionality of vim as well as how to utilize some of its most powerful features.

http://www.dillonhale.com/index.php/blog/linux-tutorials/vim-tutorial-beginners/

 

Soft Links (i.e.Symlinks or Symbolic Links) and Hard Links in Linux File Systems

Most of us know that, every single component of Linux file systems is associated with an Inode. Every single element in the Linux file systems is uniquely identified by an Inode number. In one of my previous articles, Understanding Inodes in Linux/Unix File Systems, I have explained ‘What Inodes are’, ‘How they can be accessed’ and ‘How they are used’.

This article can be considered as a continuum of the above mentioned article and this article will elaborate on Links in Linux file systems, which are Soft Links (also known as Symlinks or Symbolic Links) and Hard Links.

Here we go!

What are Links..?

Links in Linux/Unix can are very much similar to Pointers in programming languages. The basic difference is that, Pointers in programming languages are used to point to the other variables, likewise Link is a pointer to a file or a directory. Creating a links is very much similar to creating a shortcut to a file in order to access it.

There are two kinds of these links based on their properties, which are:
1. Soft Links or Symbolic Links or Symlinks
2. Hard Links

Let’s see what exactly they are.

Soft Links:
If you have been using Windows operating systems, understanding Soft Links would be an easier task for you. You can just compare Soft Links in Linux with the ‘shortcuts’ in Windows, they do not possess any information in them, but they point to the location of a file or a directory in the file system. Eventually, when original file is lost, Soft Links lose their importance.

Hard Links:
Again, when compared to Windows operating systems, Hard Links in Linux are very much similar to ‘Copy’ of a file in Windows. A bit of difference is that, whenever any changes are made to original file, those changes are reflected in the Hard Links, unlike in Windows. But, when the original file is lost, the contents in the Hard Links are still preserved. How? Lets see in the upcoming section.

 

Read more at YourOwnLinux

 

Kernel Prepatch 3.19-rc1

Linus has sent out 3.19-rc1 and closed the merge window for this release one day earlier than some might have expected. “Considering how much came in fairly late, I find it hard to care about anybody who had decided to cut it even closer than some people already did. That said, maybe there aren’t any real stragglers – and judging by the size of rc1, there really can’t have been much.” In the end, 11,408 non-merge changesets were pulled into the mainline during this development cycle.

Read more at LWN

Running Nova-Docker on OpenStack RDO Juno (CentOS 7)

Recently Filip Krikav made a fork on github and create a Juno branch using
the latest commit + fixing the problem of loading an image from glance
https://github.com/fikovnik/nova-docker/tree/juno   Posting bellow is supposed to test Juno Branch
https://github.com/fikovnik/nova-docker.git.   Complete article may be viewed here