Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 ... 7359 ) Next »

Open-spec audio streaming SBC runs Linux on a 996MHz i.MX6 ULL

PolyVection’s “VoltaStream Zero” is an audio streaming SBC that runs Linux on a 996MHz i.MX6 ULL, and offers a TI PCM5121 DAC, TOSLINK, USB, and WiFi. In 2013, Berlin based software developer Philip Voigt decided to build his own music streaming system. As detailed in this blog entry, Voight started with a Raspberry Pi, but […]

Fedora August 2017 election change

As seen earlier this week, the Fedora community holds elections in several groups. One group that elects seats this month is the Fedora Ambassador Steering Committee (FAMSCo). The FAMSCo election started along with others this week. However, due to a technical... Continue Reading →

So, about this Googler’s manifesto

You have probably heard about the manifesto a Googler (not someone senior) published internally about, essentially, how women and men are intrinsically different and we should stop trying to make it possible for women to be engineers, it’s just not worth it.

AWS No Longer a Holdout, Joins Kubernetes Group

Now that the last major public cloud provider has joined CNCF, expect Kubernetes to become the de facto container orchestration standard.

How to Install Nextcloud 12 Server on Debian 9

NextCloud is a free, open source and an alternative to another open source file hosting solution OwnCloud. NextCloud eliminates your need of using third party cloud hosting software like Dropbox for storing your documents. In this tutorial, we will explain how to install and configure NextCloud on Debian 9.

OBS Studio 20.0 Has Been Released Released | It Brings a Modular User Interface & Stinger Transitions

Open Broadcaster Software project has announced a new release (OBS Studio 20.0) Capturing and Streaming Software for Linux. It Brought new connection features to lower the latency for Twitch and Mixer streaming services, a new modular User interface for customizing various elements on OBS Studio, and many more features.

How to create a blog with AsciiDoc

  • Opensource.com (Posted by bob on Aug 11, 2017 6:30 AM CST)
  • Story Type: News Story
I work daily with content management tools and support documentation writers whose preferred markup language is AsciiDoc. It has a simple syntax, but enough features to keep even a hardcore documentation nerd happy. AsciiDoc allows you to write documentation in a more natural way and mark it up cleanly for presentation on the web or as a PDF. This got me thinking, "Wouldn't it be handy to be able to maintain a website purely with AsciiDoc?" read more

Red Hat OpenShift Container Platform 3.6 Previews New Technology

Red Hat released the latest incremental update of its OpenShift container platform on August 9, providing users with new capabilities taken from the upstream open-source Kubernetes 1.6 release.

Vivaldi 1.11 Enhances Reader Mode, Lets Users Adjust Mouse Gesture Sensitivity

Vivaldi Technologies are releasing today the Vivaldi 1.11 web browser with several advanced accessibility features, a brand-new application icon, an advanced Reader Mode, and adjustable mouse gesture sensitivity.

4 open source tools that got my startup off the ground

  • Opensource.com (Posted by bob on Aug 11, 2017 2:13 AM CST)
  • Story Type: News Story
When I started my first company, money was tight. We had a small office and a couple of computers, but not much else. I'd done all my cost planning without even thinking about business licenses and software costs. I know it was a mistake, but it can be easy to treat these sorts of things as an afterthought. read more

Why AWS Joining the Cloud Native Computing Foundation Matters

  • eWEEK; By Sean Michael Kerner (Posted by red5 on Aug 11, 2017 12:47 AM CST)
  • Story Type: Editorial; Groups: Cloud
AWS is now a member of the open-source effort that is building Kubernetes, but that doesn't necessarily mean that Amazon will launch its own Kubernetes service.

RaspEX Linux Brings Ubuntu 17.04 with LXDE Desktop to Raspberry Pi 3 and 2 SBCs

GNU/Linux developer Arne Exton on Thursday announced the release and general availability of a new stable build of his Ubuntu-based RaspEX Linux operating system for Raspberry Pi 3 and 2 single-board computers.

How to Calculate Network Addresses with ipcalc

  • Linux.com; By Carla Schroder (Posted by bob on Aug 10, 2017 9:55 PM CST)
  • Story Type: News Story; Groups: Linux
The math behind IP addresses is convoluted. Our nice IPv4 addresses start out as 32-bit binary numbers, which are then converted to base 10 numbers in four 8-bit fields. Decimal numbers are easier to manage than long binary strings; still, calculating address ranges, netmasks, and subnets is a bit difficult and error-prone, except for the brainiacs who can do binary conversions in their heads. For the rest of us, meet ipcalc and ipv6calc.

9 Best Alternatives To Adobe Reader On Linux (Ebook/PDF Readers)

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Aug 10, 2017 8:30 PM CST)
  • Story Type: Reviews; Groups: Linux
?Adobe Reader has been known to be among the best PDF viewers and readers on most PC platforms. The free version of Adobe reader provides features such as; viewing and reading of documents, adding annotations to documents and provides printing functionalities. The Adobe Acrobat PRO which is a paid version provides additional features such as PDF editing, conversion, and signing of PDFs.

Rugged, multi-touch panel PCs run Linux 4.4 on Apollo Lake

Aaeon’s 10.1-inch “ACP-1106” and 7-inch “ACP-1076” multi-touch panel PCs offer extended temperature, shock, vibration, ingress, and surge protection. Aaeon has updated its ACP line of multi-touch infotainment panel PCs, which include its Bay Trail Intel Atom based ACP-1104, with two new models that run on Intel’s Apollo Lake SoCs. The 10.1-inch, 1280 x 800 ACP-1106 […]

7 open source Twitter bots to follow

  • Opensource.com (Posted by bob on Aug 10, 2017 5:38 PM CST)
  • Story Type: News Story
We are quickly entering a world in which you may spend more of your day communicating with robots than with humans. Don't believe me? Ask yourself how many times you've used an automated checkout machine or ATM in lieu of a human, called the 1-800 number for a customer service need and been greeted by a machine, asked Google or Alexa what temperature to roast your brussels sprouts at, or interfaced with a website that gave you a personalized recommendation. read more

Unsupervised Learning

In my last few articles, I've looked into machine learning and how you can build a model that describes the world in some way. All of the examples I looked at were of "supervised learning", meaning that you loaded data that already had been categorized or classified in some way, and then created a model that "learned" the ways the inputs mapped to the outputs.

Mycli – Simple CLI Client For MySQL/MariaDB With AutoCompletion And Syntax Highlighting

Mycli is a simple cli client which will help us to write queries easy and faster on MySQL/MariaDB.

Grasp PL/SQL/pgSQL Programming with Free Books

Structured Query Language (SQL) is a specialized programming language originally developed by IBM in the early 1970s. The language is designed specifically for accessing and manipulating data held in a relational database management system (RDBMS).

How to clone disks with Linux dd command

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 10, 2017 11:55 AM CST)
  • Groups: Linux; Story Type: News Story
In this tutorial we'll refer to a practical example of Linux dd command that can be used by system administrators to migrate or clone a Windows Operating System or a Linux OS from a larger HDD partitioned in MBR or GPT layout style to a smaller SSD.

« Previous ( 1 ... 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 ... 7359 ) Next »