Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 ... 7359 ) Next »

Qt 5.8 Massive Release Lets You Create Devices with Multiple UI Processes, More

  • Softpedia; By Marius Nestor (Posted by hanuca on Jan 24, 2017 8:13 AM EDT)
  • Story Type: News Story
It took the Qt developers more than two and a half months to finish the feature set of Qt 5.8, the next major release of the multiplatform and open-source software development framework for creating modern GUI for mobile and desktop.

Tips for instance configuration, creating a new project, and more OpenStack news

Are you interested in keeping track of what is happening in the open source cloud? Opensource.com is your source for news in OpenStack, the open source cloud infrastructure project. OpenStack around the web From news sites to developer blogs, there's a lot being written about OpenStack every week. Here are a few highlights. read more

DB Ransom Attacks Spread to CouchDB and Hadoop

The erasure of data on improperly secured databases has broadened to include Apache-Hadoop's distributed storage and the NoSQL CouchDB. Expect more to come.

HandBrake 1.0.2 Open-Source Video Transcoder Released for Linux, Mac and Windows

  • Softpedia; By Marius Nestor (Posted by hanuca on Jan 24, 2017 4:47 AM EDT)
  • Story Type: News Story
After more than 13 years of development, the HandBrake open-source video transcoding app reached 1.0 milestone on Christmas Eve last year, and the second bugfix release is already available.

Linkerd Project Joins Cloud Native Computing Foundation

  • ServerWatch.com; By Sean Michael Kerner (Posted by red5 on Jan 24, 2017 3:38 AM EDT)
  • Groups: Cloud
The Linux Foundation's Cloud Native Computing Foundation (CNCF) is expanding its roster of hosted project today with inclusion of the open-source Linkerd service mesh project.

How to Add Mac-Like Multi-Touch Gestures to Ubuntu

  • Make Tech Easier; By Derrik Diener (Posted by damien on Jan 24, 2017 2:30 AM EDT)
  • Groups: Ubuntu
Mac’s touchpad and its multi-touch gestures really put a lot of laptops to shame. This article shows you how to get the same multi-touch gestures in Ubuntu.

10 Essential Linux Network Commands

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jan 24, 2017 1:21 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Hello folks, today let’s take a look at some 10 essential Linux network commands. These commands may be used to configure, to troubleshoot your network or to obtain some more information all via the terminal in Linux. So let’s go!

KDE Frameworks 5.30.0 Released for KDE Plasma 5 Users with Over 100 Changes

  • Softpedia; By Marius Nestor (Posted by hanuca on Jan 24, 2017 12:12 AM EDT)
  • Story Type: News Story; Groups: KDE
A new monthly release of the KDE Frameworks collection of over 70 add-on libraries for the Qt 5 GUI (Graphical User Interface) toolkit has been released recently for KDE Plasma 5 desktop environments.

Resisting exploitation of Microsoft 'Transparency Centres' through open-source

  • Dhaka Tribune; By Zeeshan Hasan (Posted by zeeshan on Jan 23, 2017 11:04 PM EDT)
  • Groups: Linux, Microsoft
In response to the Snowden revelations of security holes, Microsoft is offering governments limited access to code for security review through its global 'Transparency Centres'. A more rational approach for countries like Bangladesh is to replace MS software with free/open source software.

Open Source Software Strategies for Enterprise IT

The Linux Foundation is hosting a free webinar called “Open Source Strategy for Enterprise IT” on Thursday, Jan. 26 at 10:00 a.m. Pacific time. In this webinar, presented by Bill Weinberg, Sr. Director and Analyst, Open Source Strategy, and Greg Olson, Sr. Director, Open Source Consulting Services

Chakra GNU/Linux Users Get KDE Applications 16.12.1 and KDE Frameworks 5.30.0

Only two weeks have passed since the last major update of the Chakra GNU/Linux repositories, which also happened to be the first for 2017, and now users of this distribution can install more up-to-date packages.

Google seeks dev feedback for putting AI on Raspberry Pi

Google will bring its AI and machine learning technology to the Raspberry Pi this year, and has posted a survey seeking input. Google is planning to deliver tools for the Raspberry Pi later this year built around its artificial intelligence and machine learning technology, according to a Raspberry Pi Foundation blog entry. The announcement links […]

SAR – Linux System Performance Monitoring (Check Server Activity Logs Using SAR Command)

SAR stands for System Activity Report is a system monitor command used to report on various system activity, like Average CPU activity, Individual CPU activity, memory used & available, device load, network, etc.

Linux command line navigation tips/tricks 3 - the CDPATH environment variable

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 23, 2017 5:15 PM EDT)
  • Groups: Linux; Story Type: News Story
Continuing with our discussion on the command line navigation aspects, in this tutorial, we'll discuss the CDPATH environment variable through easy to understand examples. We'll also discuss some advance details related to this variable.

Rugged, compact IoT gateway runs Linux on Apollo Lake

Axiomtek’s DIN-rail ready “ICO100-839” IoT controller offers an Atom x5-E3930, 8-bit DIO, mini-PCIe, mSATA, extended temp support, and a compact footprint. The ICO100-839 is one of the first embedded computers to use Intel’s recent “Apollo Lake” generation of 14nm-fabricated Atom SoCs. Like the Advantech UTX-3117, the fanless ICO100-839 is referred to as an IoT gateway, […]

Unpicking the community leader

Today is Community Manager Appreciation Day. Now, I have to admit, I don't usually partake in the day all that much. The skeptic in me thinks doing so could be a little self-indulgent and the optimist thinks that we should appreciate great community leaders every day, not merely one day a year. Regardless, in respect of the occasion, I want to delve a little into why I think this work is so important, particularly in the way it empowers people from all walks of life. read more

Multi-Cloud Mesos at Adobe

Building your IT infrastructure is often a complicated dance of negotiating conflicting needs. Engineers have ideas of cool things they want to build. Operations wants stability, security, easy maintenance, and scalability. Users wants things to work with no backtalk. In his talk at MesosCon Asia 2016, Frans van Rooyen of Adobe shares his team's experiences with adapting Apache Mesos and Apache DC/OS to support deploying infrastructure to multiple diverse clouds.

Shell scripting: An introduction to the shift method and custom functions

  • Opensource.com (Posted by bob on Jan 23, 2017 12:12 PM EDT)
  • Story Type: News Story
In Getting started with shell scripting, I covered the basics of shell scripting by creating a pretty handy "despacer" script to remove bothersome spaces from file names. Now I'll expand that idea to an application that can swap out other characters, too. This introduces the shift method of parsing options as well as creating custom functions. read more

UbuCon Summit at SCALE 15x to Take Place March 2-3 in Pasadena, California

  • Softpedia; By Marius Nestor (Posted by hanuca on Jan 23, 2017 11:03 AM EDT)
  • Story Type: News Story; Groups: Ubuntu
Ubuntu project member Nathan Haines is announcing that the next UbuCon Summit conference takes place this spring, between March 2 and March 3, in Pasadena, California, USA, during the SCALE 15x event.

Python and successive approximation

  • Opensource.com (Posted by bob on Jan 23, 2017 9:55 AM EDT)
  • Groups: Python; Story Type: News Story
I was doing some work in the yard and I wanted to know the smallest circle that would fit around a 4x6 inch post. Of course, just as a 2x4 is not 2 inches by 4 inches, a 4x6 post (what they call its "nominal" dimensions) is actually 3.5 inches by 5.5 inches, so this smallest circle has as its diameter the diagonal of that 3.5x5.5-inch rectangle. Pythagoras tells us that will be the square root of the sum of 3.5 squared and 5.5 squared. At the time, I only had my cell phone, which has a calculator with only basic math operations, so how do you get the square root of 42.5? read more

« Previous ( 1 ... 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 ... 7359 ) Next »