Home Blog Page 1473

Storage Industry May Have Reached a Notable Tipping Point

NEWS ANALYSIS: The cloud has set in and a new, more distributed environment is controlling the storage landscape.

Read more at eWeek

Stable kernels 3.14.6, 3.10.42, and 3.4.92

Greg Kroah-Hartman has released the latest batch of stable kernels: 3.14.6, 3.10.42, and 3.4.92. As usual, each contains fixes all over the tree and users of those kernel series should upgrade.

Read more at LWN

The Linux 3.16 Kernel Already Has A Ton Of New Features

The Linux 3.15 kernel isn’t even expected for release until later today, but thanks to the Linux 3.16 merge window opening a week early to adjust to Linus Torvalds’ upcoming schedule, we already have a good idea for a portion of the changes for the next kernel cycle…

Read more at Phoronix

Distribution Release: Superb Mini Server 2.0.7

A new version of Superb Mini Server (SMS), a Slackware-based distribution designed for servers, has been released: “Superb Mini Server version 2.0.7 released (Linux kernel 3.10.41). After almost 8 months we have a new release with LTS 3.10.41 linux kernel, many server upgrades and security fixes, including OpenSSL….

Read more at DistroWatch

GNU Nettle 3.0 Cryptographics Library Released

The developers behind the Nettle project are out with a new major update to their dual-licensed GPLv2 and LGPLv3+ cryptographics library…

Read more at Phoronix

LLVM Clang Moves A Bit Closer To Compiling The Linux 3.16 Kernel

The latest Linux 3.16 kernel pull request worth covering on Phoronix are the latest LLVMLinux patches for being able to compile the kernel with Clang rather than GCC…

Read more at Phoronix

Development Release: FreeBSD 9.3-BETA2

Less than a week after the release of the initial beta, Glen Barber announced the availability of the second beta build of FreeBSD 9.3, the upcoming new version of the project’s legacy branch: “The second BETA build of the 9.3-RELEASE release cycle is now available on the FTP….

Read more at DistroWatch

Valve Funds Glassy Mesa Development For Better Driver Performance

Valve has funded work by LunarG on a project codenamed “Glassy Mesa” to deliver potential performance improvements on the open-source Mesa graphics driver stack…

Read more at Phoronix

RSync Command to Backup and Synchronize Files in Linux

RSync or Remote Sync is the Linux command usually used for backup of files/directories and synchronizing them locally or remotely in an efficient way. One of the reasons of why RSync is preferred over all other alternatives is the speed of operation, RSync copies the chunk of data to other location at a significantly faster rate. This is because, whenever Rsync is executed for the very first occasion, it transfers all the data from source to the destination. On the next turn, it would just copy the files/directories whose contents are changed.

    Another plus point of using this utility is, as it makes use of SSH protocol to encrypt the data to be replicated, so it is much more secure and trustworthy. One more advantage of using Rsync is, as it performs compression of the data at source end and decompresses it at the destination, the bandwidth used during the sync operation will be considerably less. Also, the file permissions, their user/group information and the timestamps is/can be preserved.

Syntax:

rsync [OPTIONS] SOURCE DESTINATION

Important Options:
-v : indicates Verbose mode which provides detailed information.
-r : indicates Recursive operation, timestamps and file permissions are not preserved
-a : indicates Archive mode,timestamps and file permissions are preserved
-z : indicates Compression, it compresses the data before it is transferred to destination.
-h : indicates Human Readable output format.

Read More at YourOwnLinux.

Sound branding Linux Distributions

As I watch the wallpapers of Linux Mint 17 cinnamon I wonder. What is the music that goes along with these images? This gives me the idea that each Linux distribution release could have its own music. A small playlist of creative commons music. I think relaxing, acoustic or very good audiophile recordings are a given choice. Then you probably would want a dedicated way of playing these. Here I’m thinking of a simple toggle button on the panel and a fast key.

 

LinuxDistributionMusic

 

 

Maybe this could further enhance the Linux experience.