Showing headlines posted by bob

« Previous ( 1 ... 474 475 476 477 478 479 480 481 482 483 484 ... 1156 ) Next »

Facebook partners on open source AI development tools ONNX and PyTorch 1.0

Facebook and its partners in the artificial intelligence (AI) community are building open source tools to accelerate AI development and make the ecosystem more interoperable. Following are the latest updates on these initiatives. read more

Embracing Snaps: an Interview with Canonical and Slack

the appeal to snap packages is that they are self-contained (that is, containerized). They are designed to auto-update and are safe to run. A snap package is bundled with its dependencies, which is what allows it to run on all other major Linux distribution without any modification...

Why libraries need to get with apps and APIs

As an open education supporter, I've been following the progress of FOLIO, a community effort built around the idea that "the future of libraries is open" (a phrase that also forms the group's acronym, FOLIO). FOLIO is a partnership between libraries and vendors that is developing an open source library services platform (LSP). read more

4 ways Flutter makes mobile app development delightful

  • Opensource.com (Posted by bob on Jun 27, 2018 3:49 PM EDT)
  • Groups: Mobile; Story Type: News Story
I'm going to let you in on a secret: For years I hated mobile development. I wanted to like it—mobile was the future! It was cool! It was low-power! It was a way to connect with users whose first exposure to computers did not come from traditional desktop platforms! And yet… development was a slow, frustrating experience for me. Instead, I sequestered myself over in the entirely problem-free area of web development and mourned the disappearance of the HTML blink tag (kidding). read more

13 must-read books to take your DevOps skills to the next level

  • Opensource.com (Posted by bob on Jun 27, 2018 12:06 PM EDT)
  • Story Type: News Story
As many of you know, continuous learning is a critical part of DevOps. That's why we put together this list. These are only 13 books from a vast array of resources out there, sourced from the Open Source DevOps team. What books are you reading to fine tune your DevOps practice and skills? Tell us in the comments. read more

Linux tty Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 27, 2018 12:01 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In Linux, everything is a file. Even any hardware device connected to the system is represented as a special file. So it shouldn't come as a surprise that a terminal is also represented as a file. There exists a command dubbed tty that displays terminal related information.

Supercomputers: All Linux, all the time

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jun 27, 2018 10:52 AM EDT)
  • Story Type: News Story; Groups: Linux
VIDEO: The latest TOP500 Supercomputer list is out. What's not surprising is that Linux runs on every last one of the world's fastest supercomputers. What is surprising is that GPUs, not CPUs, now power most of supercomputers' speed.

What’s coming in Fedora 29 Anaconda?

  • Fedora Magazine (Posted by bob on Jun 27, 2018 8:23 AM EDT)
  • Groups: Fedora; Story Type: News Story
Last week, the Fedora Magazine covered the new features and improvements in the Fedora 28 Installer. The Fedora installer team is already hard at work adding new features for Fedora 29. This article covers some of these improvements. Progress hub The progress hub is mostly empty (on Fedora Workstation) after moving the user creation step […]

A slick phone Linux for your pocket PDA? Ooh, don't mind if I do, sir

  • The Register; By Andrew Orlowski (Posted by bob on Jun 27, 2018 4:40 AM EDT)
  • Story Type: News Story; Groups: Linux, Mobile
Gemini reels in Sailfish. Sailfish has become the fourth OS to be officially supported on Planet Computing's pocket computer, the Gemini PDA, and eager beavers can download an image from Planet today.…

How to Install EspoCRM Open Source CRM Software on Debian 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 27, 2018 12:57 AM EDT)
  • Groups: Debian, Linux; Story Type: News Story
In this guide, we’ll show you how to install and configure the latest version of the EspoCRM software on Debian 9 on top of a LAMP stack, in order to create a free online Customer Relationship Management platform for your company.

New Firefox Releases Now Available

  • The Mozilla Blog (Posted by bob on Jun 26, 2018 11:43 PM EDT)
  • Story Type: News Story; Groups: Mozilla
Even though summer is here in the northern hemisphere, we’re not taking any breaks. Firefox continues our focus on making a browser that is smarter and faster than any other...

Microsoft Buys GitHub: Three Weeks Later

A lot of years have passed since, back in 2001, Steve Ballmer declared Linux to be a cancer. These days, Microsoft loves Linux. It says so right on its website. Two years ago, Steve Ballmer also proclaimed his love for Linux... That didn’t stop some number of open-source developers from swearing off GitHub and looking for other places to host their projects. GitLab, a minor competitor to GitHub, seemed poised to be the natural beneficiary of this move. In a Twitter post dated June 3rd, it cited that its GitHub to GitLab conversion rate was running at ten times normal.

5 open source puzzle games for Linux

Gaming has traditionally been one of Linux's weak points. That has changed somewhat in recent years thanks to Steam, GOG, and other efforts to bring commercial games to multiple operating systems, but those games are often not open source. Sure, the games can be played on an open source operating system, but that is not good enough for an open source purist. read more

How to Install Splunk Log Analyzer on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 26, 2018 4:17 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Splunk is a powerful log database that can be used for searching, monitoring, and analyzing machine-generated big data through a web-interface. It is a very useful tool for analyzing, exploring and searching data. In this tutorial, we will be going to learn how to install Splunk on Ubuntu 18.04 LTS (Bionic Beaver) server.

Top 6 Arduino robots of 2018 (so far)

  • Opensource.com (Posted by bob on Jun 26, 2018 3:02 PM EDT)
  • Story Type: News Story
Since its development in the early 2000s, Arduino products like the Uno and Nano have revolutionized what people can make at home with inexpensive and easy-to-use components. Robotics and automation are no longer solely in the realm of engineers; anyone willing to spend the time to learn how these devices work can create their own inventions. read more

Playing nice with a host of tech-pushers pushed OpenStack close to edge

  • The Register (Posted by bob on Jun 26, 2018 12:34 PM EDT)
  • Groups: Cloud; Story Type: News Story
A cross-vendor framework for edge functionality is no small task If one thing stood out at OpenStack's Vancouver summit in May, it's that the open-source project isn't just about data centre-based cloud computing any more.…

How to build a professional network when you work in a bazaar

  • Opensource.com (Posted by bob on Jun 26, 2018 11:19 AM EDT)
  • Story Type: News Story
Professional social networking—creating interpersonal connections between work colleagues or professionals—can take many forms and span organizations across industries. Establishing professional networks takes time and effort, and when someone either joins or departs an organization, that person's networks often need to be rebuilt in a new work environment. read more

8 great pytest plugins

  • Opensource.com (Posted by bob on Jun 26, 2018 8:51 AM EDT)
  • Groups: Python; Story Type: News Story
We are big fans of pytest and use it as our default Python testing tool for work and open source projects. For this month's Python column, we're sharing why we love pytest and some of the plugins that make testing with pytest so much fun. What is pytest? As the tool's website says, "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries." read more

SUSE Linux Enterprise Server takes a big step forward

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jun 26, 2018 7:25 AM EDT)
  • Story Type: News Story; Groups: Linux, SUSE
VIDEO: SUSE will soon release the next version of SLES, SUSE Manager 3.2, and SUSE Linux Enterprise High Performance Computing 15.

« Previous ( 1 ... 474 475 476 477 478 479 480 481 482 483 484 ... 1156 ) Next »