Showing headlines posted by bob

« Previous ( 1 ... 419 420 421 422 423 424 425 426 427 428 429 ... 1156 ) Next »

Intel 6th and 7th Gen box PCs offer PCIe graphics expansion

Aaeon launched a rugged, Linux-friendly line of “Boxer-6841M” industrial computers based on 6th or 7th Gen Core CPUs with either a PCIe x16 slot for Nvidia GPU cards or 2x PCIe x8 slots for frame grabbers. The Boxer-6841M line of six industrial box PCs is designed for edge AI and machine vision applications.

Celebrate Fifteen Years of Fedora

On November 6, 2003, Red Hat announced Fedora Core 1, the first software release of the Fedora Project. This announcement marked the beginning of a collaborative project between Red Hat and its user community. A history lesson The Fedora Project traces its roots to a community-led project called fedora.us. Fedora is a community project to […]

Time for Net Giants to Pay Fairly for the Open Source on Which They Depend

Licensing lies at the heart of open source. Arguably, free software began with the publication of the GNU GPL in 1989. And since then, open-source projects are defined as such by virtue of the licenses they adopt and whether the latter meet the Open Source Definition. The continuing importance of licensing is shown by the periodic flame wars that erupt in this area. Recently, there have been two such flarings of strong feelings, both of which raise important issues.

A study aid using Python and PyQt

  • Opensource.com (Posted by bob on Nov 6, 2018 11:27 AM EDT)
  • Groups: Python; Story Type: News Story
About a year ago, I took a course in Arabic. In addition to being a right-to-left written language, Arabic has its own alphabet. Since this was an introductory class, I spent most of my time working my way through the Arabic alphabet. So I decided to create a study aid: It would present an Arabic letter, I would formulate a guess, and it would tell me whether or not I had answered correctly. Some brief experimentation, however, showed that this approach would not work—the letters appeared so small that I couldn’t be sure what I was seeing on the command line. read more

We love Kubernetes, but it's playing catch-up with our Service Fabric, says Microsoft Azure exec

Jason Zander on cloud native, Red Hat, and figuring out open source Interview A curious feature of Microsoft's cloud platform is that it has two fundamentally different platforms for microservices. One is based on the homegrown Service Fabric, while the other is orchestrated by the Google-originated Kubernetes, available on Azure through the Azure Kubernetes Service (AKS). Both are open source.…

Compact embedded PC has three PoE-ready GbE ports

EFCO’s fanless “SmartSL Plus” embedded box computer is built around a Intel Bay Trail based Congatec Qseven module. The system features 3x GbE ports with PoE, mini-PCIe and mSATA, dual displays, and isolated GPIO. EFCO’s compact SmartSL Plus embedded computer has begun sampling at $450 and up, targeting machine vision, video, AOI, test [he] measurement..........

Machine learning Python hacks, creepy Linux commands, Thelio, Podman, and more

  • Opensource.com; By Jason Hibbets (Posted by bob on Nov 6, 2018 4:01 AM EDT)
  • Story Type: Roundups; Groups: Linux, Python
I'm filling in again for this weeks top 10 while Rikki Endsley is recovering from LISA 18 held last week in Nashville, Tennessee. We're starting to gather articles for our 4th annual Open Source Yearbook, get your proposals in soon. Enjoy this weeks' top 10.

vi intro -- the cheat sheet method

This tutorial shows how to use vi, a powerful visual editor. Using an accelerated cheat sheet method, this tutorial aims to make you a proficient vi user without requiring a huge time commitment. You will quickly learn how to move around, edit text, use insert mode, copy and paste text, and use important vim extensions like visual mode and multi-window editing.

Web pioneer wants new 'contract' for internet

The inventor of the worldwide web, Tim Berners-Lee, on Monday announced plans for a "contract" to ensure the internet remains "safe and accessible" for all.

How to Work with Git and GitHub

Enterprises of all sizes are reporting dramatic and widening skills gaps in Linux and open source skills. Meanwhile, Linux tops the list as the most in-demand open source skill, according to the 2018 Open Source Jobs Report. In this article series, we are taking a closer look at one of the best new ways to gain open source and Linux fluency: the Introduction to Open Source Software Development, Git and Linux training course from The Linux Foundation.

Commandline quick tips: How to locate a file

  • Fedora Magazine (Posted by bob on Nov 5, 2018 9:09 PM EDT)
  • Groups: Fedora; Story Type: News Story
We all have files on our computers — documents, photos, source code, you name it. So many of them. Definitely more than I can remember. And if not challenging, it might be time consuming to find the right one you’re looking for. In this post, we’ll have a look at how to make sense of […]

How to manage storage on Linux with LVM

Logical Volume Manager (LVM) is a software-based RAID-like system that lets you create "pools" of storage and add hard drive space to those pools as needed. There are lots of reasons to use it, especially in a data center or any place where storage requirements change over time. Many Linux distributions use it by default for desktop installations, though, because users find the flexibility convenient and there are some built-in encryption features that the LVM structure simplifies. read more

How to Install Passbolt Self-Hosted Password Manager on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 5, 2018 3:09 PM EDT)
  • Groups: PHP, Linux; Story Type: News Story
Passbolt is a free and open source password manager for teams. It allows team members to store and share credentials/password securely. Passbolt is created with PHP and can be run under the LEMP stack or run as docker container.

Introducing pydbgen: A random dataframe/database table generator

  • Opensource.com (Posted by bob on Nov 5, 2018 12:40 PM EDT)
  • Story Type: News Story
When you start learning data science, often your biggest worry is not the algorithms or techniques but getting access to raw data. While there are many high-quality, real-life datasets available on the web for trying out cool machine learning techniques, I've found that the same is not true when it comes to learning SQL. read more

Revisiting the Unix philosophy in 2018

  • Opensource.com (Posted by bob on Nov 5, 2018 8:57 AM EDT)
  • Story Type: News Story
In 1984, Rob Pike and Brian W. Kernighan published an article called "Program Design in the Unix Environment" in the AT&T Bell Laboratories Technical Journal, in which they argued the Unix philosophy, using the example of BSD's cat -v implementation. In a nutshell that philosophy is: Build small, focused programs—in whatever language—that do only one thing but do this thing well, communicate via stdin/stdout, and are connected through pipes. Sound familiar? read more

The Many New Features of The Linux 4.20 Kernel

  • Phoronix; By Michael Larabel (Posted by bob on Nov 5, 2018 1:28 AM EDT)
  • Story Type: Reviews; Groups: Kernel
Linux 4.20 brings a lot of prominent changes from AMD Vega 20 support getting squared away, AMD Picasso APU support, continued Intel Icelake enablement, Intel 2.5G Ethernet support, the removal of Speck, peer-to-peer PCI memory support, Apple Trackpad 2 support, Logitech high-resolution scrolling, support for Hygon Dhyana CPUs, Snapdragon 835 support, and other new hardware support additions and software features.

Microsoft working on Sysinternals for Linux

  • mspoweruser; By Surur (Posted by bob on Nov 4, 2018 10:37 PM EDT)
  • Groups: Linux, Microsoft
Windows Subsystem for Linux is one of Microsoft’s success stories and has allowed developers to complete tasks using their Linux tools as easily from Windows as from a Linux desktop. Microsoft is, however, also looking to make it easy for those used to Windows tools to be productive in the Linux environment and to help that cause Microsoft is porting their Sysinternals tools to Linux, starting with ProcDump for Linux...

There are Over 2,500 Games Now on Steam Play for Linux

  • App Informers; By Nick Pike (Posted by bob on Nov 4, 2018 12:05 AM EDT)
  • Groups: Games
It is pretty amazing news that in only two months, there are more than 2,500 games available for Steam Play for Linux. Specifically, there are actually 2,663 games available on the platform, which is really an amazing feat for Valve.

IBM + Red Hat: What Does It Mean For Open Source Startups?

  • Forbes; By TomTaulli (Posted by bob on Nov 3, 2018 6:49 PM EDT)
  • Groups: IBM, Red Hat

'Pure technical contributions aren't enough'.... Intel commits to code of conduct for open-source projects

  • The Register (Posted by bob on Nov 3, 2018 3:17 PM EDT)
  • Story Type: News Story; Groups: Intel
Chipzilla joins strangely controversial movement to encourage civility, inclusion Chip maker Intel has embraced guidelines to make its open-source software projects more open-minded and inviting.…

« Previous ( 1 ... 419 420 421 422 423 424 425 426 427 428 429 ... 1156 ) Next »