Home Blog Page 1439

How Docker Used Open-Source Ideals and Excellent Timing to Become a Cloud Darling

GigaOm: Ben Golub isn’t surprised that his startup Docker’s take on container technology has caused this much of a buzz throughout the tech industry; it just happened a whole lot sooner than he thought.

Read more at Linux Today
 
And, see Docker keynote at LinuxCon and CloudOpen North America.

Android Wear Review: The Everything Inbox

Pretty much everybody I know hates their inbox.

It’s not just email either, though it tends to take the brunt of everybody’s anger. There are dozens of apps sending us hundreds of notifications; managing all that incoming information is a genuine hassle. Looking at the notification center on our phones, it’s hard not to imagine some harried, 1930s office worker. His tie is loosened, sleeves rolled up, sweat beading on his forehead underneath a green visor as he looks at the metal tray…

Continue reading…

Read more at The Verge

Carrier Board Sold as Open-Spec, Cortex-A5 SBC

Toradex’s “Viola” carrier board extends its Linux-ready Colibri COMs, and ships as a $69 open-spec SBC loaded with its Vybrid-based Colibri VF50 COM. Swiss embedded vendor Toradex has jumped on the trend of offering carrier boards for its computer-on-modules that can double as sandwich-style, open source single board computers. The Viola board is available separately […]

Read more at LinuxGizmos

VNC Server Installation on CentOS 6.5

VNC Server Installation on CentOS 6.5

This guide explains how to configure VNC-server in CentOS 6.5 server. It is a very convinient way of administrating the CentOS 6.5 with the help of GUI(Graphics User Interface). The GUI can be access any where with the help of the VNC-client on any OS. The basic condition is that the connecting OS must have VNC-clients installed in it.

Read more at HowtoForge

MongoDB: A Showcase for the Power of Open Source in the Enterprise

Big trends in the No Design Database era and other takeaways from MongoDB’s first user conference.

IT Spending to Reach $3.7 Trillion in 2014, but Growth Slows

The devices market, which includes PCs, mobile phones, tablets and printers, is forecast to grow in 2014, but not as much as Gartner had predicted.

Read more at eWeek

Linux 3.16 rc3

Linus Torvalds:There’s perhaps relatively less driver updates than usual, with most of them being pretty small,

Read more at Linux Today

3 Open Source Content Management Systems Compared

Whether you need to set up a blog, a portal for some specific usage, or any other website, which content management system is right for you? is a question you are going to ask yourself early on. The most well-known and widely used open source content management system (CMS) platforms are: Joomla, WordPress, and Drupal. They are all based on PHP and MySQL and offer a wide range of options to users and developers alike.

To help you choose between these three excellent open source CMS platforms, I’ve written a comparison based on this criteria: installation complexity, available plugin/themes, ease of use, and more.

read more

Read more at OpenSource.com

Easy File Comparisons With These Great Free Diff Tools

File comparison compares the contents of computer files, finding their common contents and their differences. The result of the comparison is often known as a diff.

diff is also the name of a famous console based file comparison utility that outputs the differences between two files. The diff utility was developed in the early 1970s on the Unix operating system. diff will output the parts of the files where they are different.

Linux has many good GUI tools that enable you to clearly see the difference between two files or two versions of the same file. This roundup selects 5 of my favourite GUI diff tools, with all but one released under an open source license.

<A HREF=”http://www.linuxlinks.com/article/2014062814400262/FileComparisons.html“>Full article</A>

The People Who Support Linux: Hacking on Linux Since Age 16

Yitao-Li

Pretty much all of the projects in software developer Yitao Li’s GitHub repository were developed on his Linux machine. None of them are necessarily Linux-specific, he says, but he uses Linux for “everything.”

For example: “coding / scripting, web browsing, web hosting, anything cloud-related, sending / receiving PGP signed emails, tweaking IP table rules, flashing OpenWrt image into routers, running one version of Linux kernel while compiling another version, doing research, doing homework (e.g., typing math equations in Tex), and many others…” Li said via email.

Of all the projects in his repository his favorite is a school project developed in C++ with libpthread and libfuse to understand and correctly implement PAXOS-based distributed locking, key-value service, and eventually a distributed filesystem. He tested it using a number of test scripts on both single-core and multi-core machines.

“One can learn something about distributed consensus protocol by implementing the PAXOS protocol correctly (or at least mostly correctly) such that the implementation will pass all the tests,” he said. “And of course once that is accomplished, one can also earn some bragging rights. Besides, a distributed filesystem can be useful in many other programming projects.”

Li first started using Linux at age 16, or about 7.47 years ago, he says, using the website linuxfromscratch.org, with numerous hints from the free, downloadable Linux From Scratch book. Why?

“1. Linux is very hacker-friendly and I do not see any reason for not using it,” he writes. “2. The prefrontal cortex of the brain becoming well-developed at age 16 (?).”

People who support Linux

He now works for eBay, mostly coding in Java but working sometimes with Hadoop, Pig, Zookeeper, Cassandra, MongoDB, and other software that requires a POSIX-compliant platform. He supports the Linux community by contributing to Wikipedia pages and forums on Linux-related subjects. And by becoming an individual supporter of The Linux Foundation.

He keeps up with the latest Linux developments and has recently been impressed by the new “-fstack-protector-strong” option for GCC 4.9 and later.

“It’s not directly related to any of my projects, but it was important for both security and performance reasons,” he said. “It’s much more efficient than “-fstack-protector-all” with little impact on security, while providing better stack-overflow protection coverage compared to that of the “-fstack-protector” option.”

Welcome to The Linux Foundation Yitao!