Home Blog Page 874

Linux Mint Forum Database Compromised for at Least a Month Before Announcement

linux-mint-forum copyThe Linux Mint forum database was sold on January 16, a full month before users were made aware of a breach. When the Linux Mint team announced that someone managed to hack their website and redirected the people who were downloading the Linux Mint ISO to a modified version of the OS, they were fully aware that their reputation would suffer.

Even if the breach had nothing to do with the operating system itself, it’s still something that remains in the collective mind of the public…

Upcoming Features in GCC 6

The Red Hat developer blog looks at what’s coming in version 6 of the GNU Compiler Collection. “The x86/x86_64 is a segmented memory architecture, yet GCC has largely ignored this aspect of the Intel architecture and relied on implicit segment registers. Low level code such as the Linux kernel & glibc often have to be aware of the segmented architecture and have traditionally resorted to asm statements to use explicit segment registers for memory accesses….”

Read more at LWN

Canonical Makes the DragonBoard 410c Its Reference Ubuntu Core ARM64 Platform

Canonical has announced they are making a 64-bit ARM developer environment based on Ubuntu Core and will use the DragonBoard 410c as its reference platform. The DragonBoard 410c is Qualcomm’s Snapdragon 410 quad-core processor powered development board as part of the 96Boards program. Canonical is also making the DragonBoard 410c its reference platform for Ubuntu Core on ARM 64-bit. 

Read more at Phoronix

Meet Pantheon Mail, a Fork of the Now Dead Geary

meet-pantheon-mail copyThe elementary OS team has forked the now dead Geary email client, and they have announced the launch of Pantheon Mail.

Geary was an email application developed by a group named Yorba, but they disbanded almost a year ago. Their email client was really good and on the right track to becoming something special, but now it’s dead. The beauty of open source means that anyone can pick up the pieces and either revive it or fork it. Geary was already made available in elementary OS, so it wasn’t really a stretch for the team that builds the famous operating system to pick up where Yorba left off.

Read more at Softpedia Linux News

5 Tips for Growing Your Developer Community on GitHub

github-universeYou’ve done it: you’ve taken your own personal utility, library, or web application and placed it on GitHub as free and open source software for all the world to see.

Maybe you wrote this software to fill a personal need, or maybe you’ve always hoped that it would reach more people. One thing’s certain: it’s always been yours, and yours alone—but the moment you pushed that code for the first time, your baby left the nest. What comes next is up to you.

Read more at OpenSource.com

IBM Unveils Its Own Open Source Serverless Computing Platform

openwhiskIBM this week launched OpenWhisk, an open source event-driven computing platform meant to be a competitor to AWS’s Lambda.

OpenWhisk includes features such as “chaining,” which allows developers to build a series of microservices and later connect them together and have them be triggered by events. The system is based on Docker containers.

Read more at Network World

Tiny Core Linux 7.0 Released

Tiny Core Linux 7.0 has been released. This is the first stable build in the minimalist distribution’s new 7.x branch, featuring the Linux kernel 4.2.9, glibc 2.22 and GCC 5.2.0.

From the release announcement: “Team Tiny Core is proud to announce the release of Core 7.0. Changelog: Linux kernel updated to 4.2.9 with the latest stable patch, with these configuration changes – minstrel enabled for some wireless cards, vmmouse disabled for VMWare + Xvesa, the CPU limit on the 64-bit kernel raised to 64; BusyBox updated to 1.24.1; …

Read more at DistroWatch

Git 2.7.2 Open-Source Distributed Version Control System Adds New Features

The development team of the best free, open-source and cross-platform distributed version control system, Git, which is being used by numerous developers worldwide, have announced the release of Git 2.7.2. Git 2.7.2 is the second maintenance release in the stable Git 2.7 series. According to the release notes, which we’ve also attached at the end of the article for reference, it implements various new features to some of the commands, as well as fixes a few bugs reported by users since the previous point release.

11 online Puppet resources you should know

Many people asks, what are the good places to learn puppet on-line.
This post is for the people who are looking for good on-line resources free as well as paid stuff.
There are many on-line resources available at the time of writing this post. With just Google we may not find all these stuff. We have categorized those resources as below.

Puppet Official documentation

docs.puppetlabs.com

This link have many products developed by Puppet labs to support puppet automation tool. They have really good docs z will go in depth for each topic.

https://puppetlabs.com/learn/

The Puppet labs provides us with beautiful on-line self phased resource to learn Puppet. The above link is a video tutorial and an on-line practice tool. We require to register to access this resources. The Puppet labs provide us with live Linux AWS instance to start practicing Puppet. We feel the best way to learn anything is implement the things at the time of learning.

Each video is followed by notes on what you see, details about AWS VM for practicing and a quiz on what you just learn.

Read Full Post:  http://www.linuxnix.com/11-online-puppet-resources-you-should-know/

 

List installed packages in Redhat/Centos/Fedore

This is a small how to on listing installed software in Redhat/Centos/Fedora Linux OS. We already written a post on how to get installed package details for Ubuntu machines. Some times we require to list software which are already installed so that we will not redo the same work by installing it once again.

Example 1: To list installed software execute below command

Read Full Post:  http://www.linuxnix.com/list-installed-packages-and-their-details-in-redhatcentosfedore/