Home Blog Page 1155

Intel’s New 750 SSD Drive with Boosting Performance

There was a great enthusiasm about the Intel’s new product after long time and the product wasn’t a CPU. Yes, Intel unveiled the 750 SSD PCI Express drive, the first to offer flash storage based on PCIe and that too at consumer budget pricing. Isn’t that worthy?

This new 750 SSD drive is bound with such unique features that you will forget the SATA interface as well as AHCI protocol. The specs have been discussed in the previous part and now let’s look at the performance.

Installation and Setup –

Since the card features two different clips one for a full-sized PCIe slot, and one for a half-height, it was slightly difficult to pop up the 750 Series into the tower desktop. The one for a half-height chip was installed by default which was surprising as most desktops are full-size towers. It required replacing two screws and took just a minute after which the drive was placed and system was turned on.

There are only two platforms that work with the 750 Series – Intel’s X99 and Z97. A new driver will automatically get detected and installed with one of these platforms along with a current version of Windows 8 or even new one maybe Windows 10Technical Preview. There is also Intel’s own driver available which was also tested as according to the company it’s significant to obtain complete performance potential.

To boot from the drive isn’t a fuss. Installing Windows in 750 SSD is similar to that in the common SATA SSD and therefore, one can use the 750 in a brand new desktop as the boot drive. At last, installation was simple and easy with no bugs, no failed boots and no glitches. Thus, the goal of NVMe of making PCIe drives simply less painless as their SATA peers was achieved.

Performance of 750 SSD Drive –

No wonder the 750 SSD’s performance tops as compared to the 730 series. The speed of sequential read and write has increased up to 2,400 MBps and 1,200 MBps individually which was 550 MBps and 470 MBps respectively in  the 730 Series, was a SATA-based drive. These values indicate that the speed of the 750 series1 has been almost doubled the 730 one and this is the reason for PC enthusiasts and hobbyists are crazy for the new drive.

The first step to judge the performance of the 750 SSD drive, it was first put in the Crystal Disk Mark, a test used regularly to judge all the notebooks and desktops. The 750 Series passed the test successfully by giving a stronger start. Read speeds of 1,346 megabytes per second and write speeds of 1,291MB/s which the highest value recorded for the first time. Prior to these best results given by the 750 SSD, the Origin EON17-X had hit the read speeds of 1,179MB/s and write speeds of 891MB/s. Intel team had recorded speeds approaching but not extending, 1GB/s from systems that have dual SATA SSDs in a RADI0 configuration.

The next testing was with the IOmeter, used to perform random access and sequential tests. A sequential 128 kilobyte read and write loop was created in which the drive hit 2,664MB/s in reads and 1,226MB/s in writes. While random testing with 4KB payload produced read speeds of 1,649MB/s and write speeds of 1,148MB/s. Usually, IOmeter isn’t used in drive tests and therefore lack in comparing many results, it’s proven that these numbers are extremely high and twice or thrice better that those produced by the best SATA drives.

Conclusion –

The Intel’s 750 SSD drive is the first quickest drive ever developed and also the quickest ever built. One thing that is noticeable in terms of performance about this drive is that it is an incredible leap forward performer. Additionally, it also uses the new NVMe standard that means the drive is completely bootable and operates similar to a plug-and-play solution without extra drivers. 

One thing is for sure that 750 SSD drive can be recommended only for the crowd that is working with large files on regular basis, similar to a 4K video content. Though, it’s an impressive achievement in technology which has forced solid state drives to a new stage. It will also serve as a proof for the NVMe standard. Finally, I can only say that Intel has succeeded in breaking the significant blockage between innovation and pricing by giving PCIe speed at consumer SSD prices. 

See more….SSD 750 Drives to Boost You PC

Linux Mint 17.2 Codenamed A Religious Name ‘Rafaela’


Linux mint 17.2 codename Rafaila

After a successful release of Linux Mint 17 ‘Qiana’ and Linux Mint 17.1 ‘Rebecca‘ here is a preparation for another successful release Linux Mint 17.2.  On April, 8 Clem posted news on blog.linuxmint.com saying the next release Linux Mint 17.2 has been codenamed ‘Rafaela’. Here is what Rafaela means. Tell us Is it religious?
 

Reat At LinuxAndUbuntu

Git Success Stories and Tips from Drupal Core Committer Angie Byron

Angie Byron DrupalThe Git revision control system is “at the center” of Drupal’s hyper-collaborative community says Drupal core committer Angie Byron. The open source content management platform has 37,802 developers with Git commit access, and about 1,300 actively committing each month, she says.

“Git (was) the smartest/safest choice for our community, and a choice that definitely paid off,” said Byron, who is also the director of community development at Acquia.

In celebration of Git’s 10-year anniversary this week, we talked with Byron about how and why Drupal uses Git, their success stories using the tool, and her favorite tip for pro users. For more Git success stories in our “Git Week” series, see our interviews with Git creator Linus Torvalds, and maintainers on the KVM and Qt projects. And there are more to come still this week.

Linux.com: Why does Drupal use Git?

The short answer is community momentum.

The longer answer is we were on CVS for about a decade (there weren’t a lot of other options back in 2001), and went through an enormous evaluation to decide which distributed version control to move to: hg, bzr, or git (see http://groups.drupal.org/node/48818 for the REALLY longer answer).

Git won out, both on the metric of wider adoption among other open source projects we looked at for inspiration, but also within the Drupal community. We discovered that unlike with bzr and hg, numerous Drupal community members were already using Git on client/personal projects, building Git integrations with our various software management tools, and signing up in droves to offer Git support for CVS refugees.

This made Git the smartest/safest choice for our community, and a choice that definitely paid off. (see “success stories” below)

What makes Git such a great tool?

For me, it’s Git’s ubiquity. Particularly in the last couple of years, Git has become the clear winner in the version control wars, and having one common language to speak with and collaborate with other developers has solved SO many problems.

How many developers do you have collaborating on Git?

The Drupal community has 37,802 developers with Git commit access, of which about 1,300 folks are actively committing per month. There are many, many more than that who clone/pull from Git for their sites, contribute patches, etc.

How much do you personally use it?

Not nearly enough. 🙂 My usage of Git as a Drupal core committer is almost exclusively around providing final sign-off and commit/push of other peoples’ patches, which I do a few times per week. Though there are still a few rare weekends spent in vi, toiling away in a development branch of a personal project, which I greatly look forward to. 🙂

What’s Drupal’s most active git repo right now and why?

Drupal core (https://www.drupal.org/project/drupal) is definitely our most active repo, with over 2,700 contributors to the current development branch, and around 1,000 commits per month. This is most likely due to two reasons: 1) the fact that it provides functionality required by all Drupal sites and modules/themes so there are more eyes on it, and 2) the size of the Drupal core repo in terms of the amount of functionality and number of components it provides.

What is your favorite pro tip for using Git?

I am absolutely not a pro-Git user, so my favorite pro tip is:

git config –global help.autocorrect 3

…because I am a total butterfingers and always mis-typing commands, like ‘git pusj’. This trick makes Git just do what you meant, not what you said. 🙂

Any Git success stories you can share?

Definitely! We saw our community’s code contributions more than double after the deployment of the Git migration in February, 2011, and that momentum has sustained itself over the past 4 years. We always knew there was pent-up demand, but had no idea the energizing effect that moving to Git would have on our contributors!

Anything else you’d like to say to mark the 10-year anniversary?

Thanks so much for being at the centre of our hyper-collaborative project! 😀

Read more Git Week profiles:

Git Success Stories and Tips from Wine Maintainer Alexandre Julliard

Git Success Stories and Tips from Puppet Labs’ Michael Stahnke

Git Success Stories and Tips from Tor Chief Architect Nick Mathewson

Git Success Stories and Tips from Qt Maintainer Thiago Macieira

Git Success Stories and Tips from KVM Maintainer Paolo Bonzini

10 Years of Git: An Interview with Git Creator Linus Torvalds

 

New Manjaro Linux Update Brings LUKS Encryption, Firefox 37.0.1, Linux Kernel 3.19.3

The Manjaro Linux development team announced a few days ago that a new update is available for its stable operating systems, Manjaro Linux 0.8.12, bringing all sorts of improvements and the latest versions of pre-installed components.

The Manjaro Update 2015-04-06 package is the sixth one for Manjaro Linux 0.8.12. It comes with the latest version of the sup… (read more)

Read more at Softpedia News

DigiKam 4.9.0 Released With Bug Fixes, Install In Ubuntu/Linux Mint


Picture

digiKam is an Open-Source project Photos management software, specially for KDE but you can use it on Ubuntu or others distros too. In digiKam photos are organized in albums which can be sorted chronologically, by folder layout or by custom collections. Developers recently released digiKam 4.9.0 with 33 bug fixes. Developers  main focus is on digiKam 5.0 release, as it is supposed to be a major release of digiKam.

Read At LinuxAndUbuntu

Linux 4.0 Hard Drive Comparison With Six File-Systems

It’s been a while since last running any Linux file-system tests on a hard drive considering all of the test systems around here are using solid-state storage and only a few systems commissioned in the Linux benchmarking test farm are using hard drives, but with Linux 4.0 around the corner, here’s a six-way file-system comparison on Linux 4.0 with a HDD using EXT4, Btrfs, XFS, and even NTFS, NILFS2, and ReiserFS.

Read more at Phoronix

Distribution Release: SalentOS 14.04.2

Gabriele Martina has announced the release of SalentOS 14.04.2. Along with an updated set of core packages, the latest version of SalentOS features a number of visible changes. These changes include a new Control Center, a new Update Center for handling package upgrades, a new software repository and….

Read more at DistroWatch

Systemd Adds Reboot To EFI Firmware Option

Systemd has picked up another feature for the upcoming systemd 220 release…

Read more at Phoronix

Unity 7 Improvements Backported from Ubuntu 15.04 to Ubuntu 14.04 LTS

Every once in a while Ubuntu developers made improvements to the Unity desktop environment, but that usually happens for new Ubuntu releases, like 15.04 for example. That doesn’t stop them from porting those improvements to older releases, such as Ubuntu 14.04 LTS.

The next-generation Unity 8 desktop environment is still under construction and it will be a while until it is ready for deployment on PCs, which means that Canonical needs to make the best of the current Unity 7… (read more)

Read more at Softpedia News

A Case to Keep Android and Chrome OS Separate

The long-running speculation that Google will eventually merge Chrome OS and Android surfaces from time to time. James Kendrick hopes the firm will keep converging them, while leaving them separate at the core.

Read more at ZDNet News