Showing headlines posted by bob

« Previous ( 1 ... 535 536 537 538 539 540 541 542 543 544 545 ... 1214 ) Next »

Use LVM to Upgrade Fedora

  • Fedora Magazine (Posted by bob on Jun 22, 2018 6:07 AM CST)
  • Groups: Fedora; Story Type: News Story
Most users find it simple to upgrade from one Fedora release to the next with the standard process. However, there are inevitably many special cases that Fedora can also handle. This article shows one way to upgrade using DNF along with Logical Volume Management (LVM) to keep a bootable backup in case of problems. This example […]

Fanless Skylake embedded PC loads up on PCIe

Teguar’s fanless, Linux-friendly “TB-5045” embedded PC features a 6th Gen Core CPU, up to 32GB DDR4, triple display support, 4x GbE, 6x USB, 4x serial, 2x external SATA bays, 3x mini-PCIe, and optional dual PCIe slots. Charlotte, North Carolina based Teguar Computers, which is new to the pages of LinuxGizmos, makes a variety of medical PCs, touch-panel computers, and other embedded gear, including a line of Waterproof PCs.

6 Open Source AI Tools to Know

  • Linux.com; By Sam Dean (Posted by bob on Jun 21, 2018 10:41 PM CST)
  • Story Type: News Story; Groups: Linux
In open source, no matter how original your own idea seems, it is always wise to see if someone else has already executed the concept. For organizations and individuals interested in leveraging the growing power of artificial intelligence (AI), many of the best tools are not only free and open source, but, in many cases, have already been hardened and tested.

The LJ Password Generator Tool

In the password generating tool from my last article, at its most simple, you specify the number of characters you want in the password, and each is then chosen randomly from a pool of acceptable values. With the built-in RANDOM in the Linux shell, that's super easy to do:

Automotive Grade Linux joins the Van Life with Mercedes-Benz Vans deal

  • LinuxGizmos.com (Posted by bob on Jun 21, 2018 8:12 PM CST)
  • Groups: Linux; Story Type: News Story
Mercedes-Benz Vans has tapped the Linux-based AGL infotainment stack for next-gen vehicles equipped with cutting-edge connectivity and robotics technology. The Linux Foundation’s Automotive Grade Linux (AGL) project announced that Mercedes-Benz Vans is using the open source AGL platform as a foundation for a new onboard OS for its commercial vehicles. The Daimler business unit will […]

Troubleshooting a Buildah script

  • Opensource.com (Posted by bob on Jun 21, 2018 5:43 PM CST)
  • Story Type: News Story
As both a father of teenagers and a software engineer, I spend most of my time dealing with problems. Whether the problem is large or small, many times you can't find the cause of an issue by looking directly at it. Instead, you need to step back and investigate the environment where the situation exists. read more

Skylake module aces OSADL’s real-time Linux tests

  • LinuxGizmos.com (Posted by bob on Jun 21, 2018 3:15 PM CST)
  • Groups: Linux; Story Type: News Story
Congatec has joined the Open Source Automation Development Lab, which has certified that the real-time Linux stack for the Skylake Xeon-E3 based Conga-TS170 COM Express module offers “excellent response times.” The Open Source Automation Development Lab (OSADL) has certified Congatec’s implementation of real-time Linux (RTL), and has accepted Congatec as a member. Congatec will continued […]

How to Install Pimcore CMS on Ubuntu 18.04 LTS

Pimcore is a free and open-source enterprise content management system written in PHP language and uses MySQL/MariaDB for databases. It is fast, flexible, and designer and developer-friendly that allow us to manage and share all of our digital assets across any channel.

How to connect to a remote desktop from Linux

  • Opensource.com (Posted by bob on Jun 21, 2018 6:27 AM CST)
  • Groups: Linux; Story Type: News Story
A remote desktop, according to Wikipedia, is "a software or operating system feature that allows a personal computer's desktop environment to be run remotely on one system (usually a PC, but the concept applies equally to a server), while being displayed on a separate client device." read more

Facebook Open-Sources BOLT, Google Introduces VR180 Creator for Linux, 2018 Open Source Job Report Now Available and More

News briefs for June 20, 2018.

Google's Fuchsia OS will support Linux apps

Google’s non-Linux-based Fuchsia OS has added an emulator for running Debian Linux apps. Like its upcoming Linux emulator for Chrome OS, Fuchsia’s “Guest” app will offer tighter integration than typical emulators. Google has added a Guest app to its emergent and currently open source Fuchsia OS to enable Linux apps to run within Fuchsia.......

Open Hardware: Good for Your Brand, Good for Your Bottom Line

With the rise of IoT, we're inside a short window where "open" is a strong differentiator for hardware products. Is your company ready to take advantage of it?

Hackable Raspberry Pi add-on boards enable CAN-bus home automation

Omzlo’s open spec “NoCAN” IoT platform for home IoT includes an “Omzlo PiMaster HAT” board for the Raspberry Pi that connects with multiple Arduino compatible CANZERO nodes on a CAN-bus cable that can stretch up to 300 meters. Athens, Greece based startup...

Linux and open-source jobs are in more demand than ever

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jun 20, 2018 6:03 PM CST)
  • Story Type: News Story; Groups: Linux
VIDEO: The Linux Foundation and Dice.com's 2018 Open Source Jobs Report shows the demand for open-source savvy employees is stronger than ever.

Welcome to Fedora CoreOS

This is a message from Fedora Project Leader Matthew Miller. Hi everyone. If you saw my talk at DevConf.cz this year, you’ll remember I discussed the Fedora / Red Hat relationship, and specifically how Fedora has historically worked with new technologies that come our way through acquisitions made by our primary sponsor. Little did I […]

Linux netstat Command Tutorial for Beginners (8 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 20, 2018 3:35 PM CST)
  • Groups: Linux; Story Type: News Story
If you are new to Linux command line, and are interested in learning networking stuff, there are many command line utilities that you should be aware of. One such tool is netstat. In this article, we will discuss this command using some easy to understand examples.

Getting started with React Native animations

  • Opensource.com (Posted by bob on Jun 20, 2018 1:06 PM CST)
  • Story Type: News Story
React Native animation is a popular topic for workshops and classes, perhaps because many developers find it challenging to work with. While many online blogs and resources focus on the performance aspects of React Native, few take you through the basics. In this article, I will discuss the fundamentals of how to implement React Native animations. First, let's review some background and history. read more

Anatomy of a perfect pull request

  • Opensource.com (Posted by bob on Jun 20, 2018 9:23 AM CST)
  • Story Type: News Story
Writing clean code is just one of many factors you should care about when creating a pull request. Large pull requests cause a big overhead during the code review and can facilitate bugs in the codebase. That's why you need to care about the pull request itself. It should be short, have a clear title and description, and do only one thing. read more

How to Install Apache CouchDB on Ubuntu 18.04 LTS

CouchDB is a free and an open source NOSQL database solution implemented in the concurrency-oriented language Erlang. It has a document-oriented NoSQL database architecture. In this tutorial, we will learn how to install Apache CouchDB on Ubuntu 18.04 LTS server.

« Previous ( 1 ... 535 536 537 538 539 540 541 542 543 544 545 ... 1214 ) Next »