Showing headlines posted by bob

« Previous ( 1 ... 509 510 511 512 513 514 515 516 517 518 519 ... 1213 ) Next »

GitHub goes off the Rails as Microsoft closes in

Ruby shop turns to Go, Java, and Kubernetes for platform makeover Analysis GitHub invited a handful of journalists to its San Francisco headquarters to explain how the social code hosting biz is evolving from a website into a platform.…

Valve Working to Make Windows Games Run in Linux, Intel Vulnerability Being Patched, CentOS 7.5 Available, GNOME 3.29.91 Released

 Happy belated 21st birthday to GNOME! The project celebrated this milestone by releasing version 3.29.91. Good news to all the gamers out there: Valve is working on a set of compatibility tools to allow Windows developed games to run on Linux.

Open source Zephyr RTOS snuggles up to RISC-V with new members

  • LinuxGizmos.com (Posted by bob on Aug 18, 2018 7:32 AM CST)
  • Groups: Linux; Story Type: News Story
The Zephyr Project announced six new members including RISC-V boosters SiFive and AntMicro, and expanded development support to more than 100 boards. The Linux Foundation’s Zephyr Project, which is developing the open source Zephyr real-time operating system (RTOS) for microcontrollers, announced six new members, including RISC-V members Antmicro and SiFive. The project also announced expanded […]

OERu makes a college education affordable

  • Opensource.com (Posted by bob on Aug 18, 2018 5:37 AM CST)
  • Story Type: News Story
Open, higher education courses are a boon to adults who don’t have the time, money, or confidence to enroll in traditional college courses but want to further their education for work or personal satisfaction. OERu is a great option for these learners. It allows people to take courses assembled by accredited colleges and universities for free, using open textbooks, and pay for assessment only when (and if) they want to apply for formal academic credit. read more

Lennart Jern: How Do You Fedora?

  • Fedora Magazine (Posted by bob on Aug 18, 2018 3:43 AM CST)
  • Story Type: Interview; Groups: Fedora
The Fedora Magazine recently interviewed Lennart Jern on how he uses Fedora. This is part of a series  on the Fedora Magazine. This series profiles Fedora users and how they use Fedora to get things done...

Windows 10 Linux Distribution Overload? We have just the thing

Processes, Services, Installations: One UI to rule them all. Almost. An attempt to cure the headache of a Windows 10 desktop festooned with Linux distributions has arrived in the form of WSLTools from Opsview.…

AryaLinux: A Distribution and a Platform

  • Linux.com; By Jack Wallen (Posted by bob on Aug 17, 2018 11:54 PM CST)
  • Story Type: News Story; Groups: Linux
AryaLinux doesn’t only offer an installable, open source operating system, they offer a platform with which users can build a complete GNU/Linux operating system. The provided scripts were created based on the instructions from Linux From Scratch and Beyond Linux From Scratch.

Mixing software development roles produces great results

  • Opensource.com (Posted by bob on Aug 17, 2018 10:00 PM CST)
  • Story Type: News Story
Most open source communities don’t have a lot of formal roles. There are certainly people who help with sysadmin tasks, testing, writing documentation, and translating or developing code. But people in open source communities typically move among different roles, often fulfilling several at once. In contrast, team members at most traditional companies have defined roles, working on documentation, support, QA, and in other areas. read more

The Chromebook Grows Up

I think Chrome OS is, in my opinion, the Linux desktop for the masses that's been predicted for as long as I've used Linux. Granted, it has a huge corporate behemoth in the form of Google behind it, but that's also why it has advanced in public acceptance as far as it has. This article's main purpose is to report on how far it has come along and what to expect in the future—it's a bright one!

Cloudgizer: An introduction to a new open source web development tool

  • Opensource.com (Posted by bob on Aug 17, 2018 1:08 PM CST)
  • Groups: Cloud; Story Type: News Story
Cloudgizer is a free open source tool for building web applications. It combines the ease of scripting languages with the performance of C, helping manage the development effort and run-time resources for cloud applications. read more

An introduction to the Django Python web app framework

  • Opensource.com (Posted by bob on Aug 17, 2018 8:11 AM CST)
  • Groups: Python; Story Type: News Story
In the first three articles of this four-part series comparing different Python web frameworks, we covered the Pyramid, Flask, and Tornado web frameworks. We've built the same app three times and have finally made our way to Django. read more

How to Install OpenMeetings on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 17, 2018 6:57 AM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
OpenMeetings is an open source web-based application for presenting, online training, web conferencing, collaborative whiteboard drawing and document editing, and user desktop sharing. In this tutorial, we will be going to explain how to install OpenMeetings on Ubuntu 18.04 server.

Rugged, Linux-friendly embedded PC plugs you into the CANBus

IEI announced an IP40-protected “DRPC-130-AL” DIN-rail computer with an Atom x5-E3930, CANBus, SATA, eMMC, 4x USB 3.0, dual HDMI and GbE, extended temperature support, and shock and vibration resistance. IEI’s fanless DRPC-130-AL may be the quintessential compact industrial embedded PC.

What is your favorite Linux window manager?

  • Opensource.com (Posted by bob on Aug 16, 2018 11:31 PM CST)
  • Groups: Linux; Story Type: News Story
While many Linux users have a strong preference for a window manager of choice, for those just making their way over from Windows or Mac, it may be hard to understand what a window manager is, or that it's even something you have a choice in. A window manager is the part of your system that dictates how individual application windows look, and how you can interact with, control, and arrange them. read more

Distro inferno: Debian's still rocking at 25

Sleeker, slimmer and now a bit greyer Hot on the heels of Slackware's quarter century comes the 25th anniversary of the announcement that Debian was incoming.…

Linux-friendly embedded computer runs on Apollo Lake power

Axiomtek has released a rugged, Ubuntu-ready “eBOX627-312-FL” embedded PC with a dual-core Celeron N3350, 2x GbE, 6x USB, and 4x serial ports plus mini-PCIe, HDMI, SATA, and “Flexible I/O.” The eBOX627-312-FL is a more rugged spin on two earlier eBOX industrial computers equipped with Intel’s Apollo Lake generation Celeron N3350 SoC: the low-profile eBOX100-312-FL and […]

Garbage collection in Perl 6

  • Opensource.com (Posted by bob on Aug 16, 2018 2:50 PM CST)
  • Story Type: News Story
In the first article in this series on migrating Perl 5 code to Perl 6, we looked into some of the issues you might encounter when porting your code. In this second article, we’ll get into how garbage collection differs in Perl 6. read more

An introduction to the Django Python web app framework

  • Opensource.com (Posted by bob on Aug 16, 2018 9:53 AM CST)
  • Groups: Python; Story Type: News Story
In the first three articles of this four-part series comparing different Python web frameworks, we covered the Pyramid, Flask, and Tornado web frameworks. We've built the same app three times and have finally made our way to Django. read more

How to Monitor your Linux Server using osquery

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 16, 2018 7:41 AM CST)
  • Groups: Linux; Story Type: News Story
Osquery is an open source Operating System monitoring, query, and analytics software. Created by Facebook, it exposes an operating system as a high-performance relational database that can be queried using SQL-based queries. In this tutorial, I will show you how to install osquery on

Akademy 2018 Tuesday BoF Wrapup

Tuesday continued the Akademy BoFs, group sessions and hacking. There is a wrapup session at the end of the day so that what happened in the different rooms can be shared with everyone including those not present. Watch Tuesday's wrapup session in the video.

« Previous ( 1 ... 509 510 511 512 513 514 515 516 517 518 519 ... 1213 ) Next »