Showing headlines posted by bob

« Previous ( 1 ... 371 372 373 374 375 376 377 378 379 380 381 ... 1223 ) Next »

Open by nature: What building a platform for activists taught me about playful development

  • Opensource.com (Posted by bob on Nov 5, 2019 5:30 PM CST)
  • Story Type: News Story
"Open" isn't just a way we can build software. It's an attitude we can adopt toward anything we do. And when we adopt it, we can move mountains. read more

My first contribution to open source: Making a decision

  • Opensource.com (Posted by bob on Nov 5, 2019 1:47 PM CST)
  • Story Type: News Story
Previously, I put a lot of blame on impostor syndrome for delaying my first open source contribution. But there was another factor that I can’t ignore: I can’t make a decision to save my life. And with millions of open source projects to choose from, choosing one to contribute to is overwhelming. read more

System76 introduces laptops with open source BIOS coreboot

  • Opensource.com (Posted by bob on Nov 5, 2019 8:49 AM CST)
  • Story Type: News Story
In mid-October, System76 made an exciting announcement for open source hardware fans: It would soon begin shipping two of its laptop models, Galago Pro and Darter Pro, with the open source BIOS coreboot. read more

Hypervisor comeback, Linus says no and reads email, and more industry trends

  • Opensource.com; By Tim Hildred (Posted by bob on Nov 5, 2019 5:06 AM CST)
  • Story Type: Roundups; Groups: Community
As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.

Modular, open source automation controller runs on Raspberry Pi CM3

A modular, open-spec “YABA DesktopBox” controller and IoT gateway has launched on Indiegogo with an RPi CM3 based control board and an Arduino based analog and digital I/O board. A USB 3.1 backplane supports LVDS/EtherCAT and I2C buses. A startup called YABA (Yet Another Backplane Architecture) based in Italy and Latvia has gone to Indiegogo […]

Dell bets big on Ubuntu Linux laptops for developers

Dell has been offering Linux laptops for over a decade now, but never before have they offered so many high-end developer laptop models with 18 different configurations.

How to Install Webmin on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 4, 2019 4:43 PM CST)
  • Groups: Linux; Story Type: News Story
Webmin is a free, open-source and web-based system configuration and management tool for Unix-like operating systems. In this tutorial, we will show you how to install Webmin using two different methods on CentOS 8.

Fields, records, and variables in awk

Awk comes in several varieties: There is the original awk, written in 1977 at AT&T Bell Laboratories, and several reimplementations, such as mawk, nawk, and the one that ships with most Linux distributions, GNU awk, or gawk. On most Linux distributions, awk and gawk are synonyms referring to GNU awk, and typing either invokes the same awk command. See the GNU awk user's guide for the full history of awk and gawk. read more

Cloning a MAC address to bypass a captive portal

  • Fedora Magazine (Posted by bob on Nov 4, 2019 2:14 PM CST)
  • Groups: Fedora; Story Type: News Story
If you ever attach to a WiFi system outside your home or office, you often see a portal page. This page may ask you to accept terms of service or some other agreement to get access. But what happens when you can’t connect through this kind of portal? This article shows you how to use […]

Intel rounds out its Comet Lake line with new Pentium and Celeron parts

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Nov 3, 2019 4:00 PM CST)
  • Story Type: News Story; Groups: Intel
Intel unveiled dual-core Pentium Gold 6405U and Celeron 5205U processors — two low-end additions to its 10th Gen, 14nm, Comet Lake-U series, which includes four Core models led by a hexa-core i7-10710U. Intel “quietly announced” two more Comet Lake-U processors, according to an AnandTech report. There’s a dual-core, quad-thread Pentium Gold 6405U clocked at 2.4GHz […]

Consistency Update

  • KDE.news; By Niccolò Venerandi (Posted by bob on Nov 3, 2019 1:48 PM CST)
  • Story Type: Editorial; Groups: Community, KDE
It's been a month since Consistency was announced as an official goal for KDE at Akademy. During this time, we have focused on setting up all the tools needed to support the goal and tracking already active consistency tasks. Here's an update on what we have done so far and the main tasks we're working on.

6 remarkable features of the new United Nations open source initiative

  • Opensource.com (Posted by bob on Nov 3, 2019 7:14 AM CST)
  • Story Type: News Story
Three months, ago the United Nations asked me to join a new advisory board to help them develop their open source strategy and policy. I’m honored to have the opportunity to work together with a group of established experts in open source licensing and policy areas. read more

Smart streetlamp computer has a camera, sensors, and Myriad X AI analytics

Aaeon’s “Atlas” is a smart streetlight computer based on its Apollo Lake based NanoCOM-APL module with an optional UP Core Plus SBC. Camera, wireless, and sensors are mated with analytics supplied by Intel’s Movidius Myriad X VPU and OpenVINO toolkit. Aaeon and Intel announced a fanless, AI-enhanced “Atlas” embedded computer designed to be integrated with […]

Awk one-liners and scripts to help you sort text files

  • Opensource.com (Posted by bob on Nov 2, 2019 3:29 AM CST)
  • Story Type: News Story
Awk is the ubiquitous Unix command for scanning and processing text containing predictable patterns. However, because it features functions, it's also justifiably called a programming language. read more

How to manage Let's Encrypt SSL/TLS certificates with certbot

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 2, 2019 1:40 AM CST)
  • Groups: GNU, Linux; Story Type: News Story
Certbot is a free and open-source utility mainly used for managing SSL/TLS certificates from the Let's Encrypt certificate authority. It is available for most UNIX and UNIX-like operating systems, including GNU/Linux, FreeBSD, OpenBSD and OS X.

Cloud Foundry open-sources its Certified Developer Exam course

Cloud Foundry reasons, since the code's open-source, why not open-source the course work for the developer exam too? At the same time, Google also sees the advantage of open-sourcing the documentation process.

4 Python tools for getting started with astronomy

NumFOCUS is a nonprofit charity that supports amazing open source toolkits for scientific computing and data science. As part of the effort to connect Opensource.com readers with the NumFOCUS community, we are republishing some of the most popular articles from our blog. To learn more about our mission and programs, please visit numfocus.org. read more

Advance your awk skills with two easy tutorials

  • Opensource.com; By Dave Neary (Posted by bob on Oct 31, 2019 9:45 PM CST)
  • Story Type: Tutorial; Groups: Linux
Awk is one of the oldest tools in the Unix and Linux user's toolbox. Created in the 1970s by Alfred Aho, Peter Weinberger, and Brian Kernighan (the A, W, and K of the tool's name), awk was created for complex processing of text streams. It is a companion tool to sed, the stream editor, which is designed for line-by-line processing of text files. Awk allows more complex structured programs and is a complete programming language. This article will explain how to use awk for more structured and complex tasks, including a simple mail merge application.

How to introduce your security team to Ansible

  • Opensource.com; By Mark Phillips (Posted by bob on Oct 31, 2019 4:19 PM CST)
  • Story Type: Editorial; Groups: Community
Ansible has long been seen as more than configuration management—it's an orchestrator more than anything, a conductor of the orchestra rather than playing a singular instrument. Since realising this, various tech communities have used Ansible to automate some interesting technology arenas.

Why you dont have to be afraid of Kubernetes

It was fun to work at a large web property in the late 1990s and early 2000s. My experience takes me back to American Greetings Interactive, where on Valentine's Day, we had one of the top 10 sites on the internet (measured by web traffic). We delivered e-cards for AmericanGreetings.com, BlueMountain.com, and others, as well as providing e-cards for partners like MSN and AOL.

« Previous ( 1 ... 371 372 373 374 375 376 377 378 379 380 381 ... 1223 ) Next »