Showing headlines posted by bob

« Previous ( 1 ... 299 300 301 302 303 304 305 306 307 308 309 ... 1156 ) Next »

State of Mozilla 2018: Annual Report

The State of Mozilla annual report for 2018 is now available here. This report details how Mozilla operates and includes details from our financial reports for 2018.

How to use loops in awk

  • Opensource.com (Posted by bob on Nov 25, 2019 8:17 PM EDT)
  • Story Type: News Story
Awk scripts have three main sections: the optional BEGIN and END functions and the functions you write that are executed on each record. In a way, the main body of an awk script is a loop, because the commands in the functions run for each record. However, sometimes you want to run commands on a record more than once, and for that to happen, you must write a loop. There are several kinds of loops, each serving a unique purpose. read more

Specs teased for camera-focused S3-OLinuXino SBC

Olimex has asked for public comment on preliminary specs for an Allwinner S3-based “S3-OLinuXino” IP camera board with PoE support, onboard WiFi, and dual MIPI-CSI interfaces, one of which supports Raspberry Pi cams. Olimex has published basic specs and a request for public comment on WordPress — and has posted schematics on GitHub — for […]

North Carolina aims to bring more women into computer science

  • Opensource.com (Posted by bob on Nov 25, 2019 11:48 AM EDT)
  • Groups: IBM; Story Type: News Story
It's well-known that women are under-represented in computer science and technology. A new initiative led by the NC Department of Public Instruction, Duke University, and IBM is working to reverse that trend by using an open source approach to bringing more computer science instruction into NC public schools. read more

All-in-one 23.8-inch thin client integrates SDM-L computer

Clientron’s “TC-238 AIO Thin Client” has a 23.8-inch display and an Atom x5-E38000 SoC implemented via Intel’s SDM-Large form factor. Triple simultaneous displays are available thanks to DVI-D and 4K-ready DP ports. Thin client vendor Clientron, which last year released an S-Cube Pi 3 B+ Thin Client built around the Raspberry Pi 3 B+, has […]

How many IoT devices do you own?

  • Opensource.com; By Lauren Pritchett (Posted by bob on Nov 24, 2019 5:18 AM EDT)
  • Story Type: Editorial; Groups: Community
When we polled our readers nearly 4 years ago with this question, most people responded that they did not have any devices connected to the Internet of Things. However these days, there are approximately three connected devices per capita globally and that number is only expected to grow. Of course, not every person has exactly three devices. Some people have ten and others still have none.

With Kubernetes, Ceph Provides A Near-Infinite Capacity For Sustainable Growth

Ceph is a modern data storage platform, working across a variety of hardware and technologies used for cataloging, aggregating, and analyzing data.

How to Install AirSonic Media Server on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 23, 2019 1:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux
AirSonic is a free, open-source and web-based media streaming server that allows you to access your music from the central location. In this tutorial, we will show you how to install AirSonic media streaming server on CentOS 8.

Translation Workshop in Indonesia this Weekend

The KDE Indonesia Community will once again hold a Kopdar (local term for BoF). This meeting is the second meeting after the successful meeting in 2018. The activity will be held this weekend with talks and activities about translating KDE software into Indonesian. The main event is for KDE fans in particular and Linux in general to collaborate in KDE translation.

How to use Bitwarden for password protection on Active Directory

  • Opensource.com (Posted by bob on Nov 22, 2019 7:37 PM EDT)
  • Story Type: News Story
Bitwarden is a fantastic tool for managing passwords. It has applications for every platform, a browser plugin, and a self-hosted version, and it offers some great password management tricks like folders and collections. One of my favorite features is that it will keep a history of your old passwords, which is a great feature for enterprise users. read more

Three-course professional specialization aims to close the gap between the use and understanding of open source in business

  • Opensource.com (Posted by bob on Nov 22, 2019 3:54 PM EDT)
  • Story Type: News Story
Even though open source software (OSS) is pervasive in IT, many people in business don't understand what open source is and how it differs from proprietary software. According to Brandeis University, "open source software now accounts for between 78% and 98% of all core digital infrastructure, yet few organizational managers understand the business behind it." read more

Sharing Fedora

  • Fedora Magazine (Posted by bob on Nov 22, 2019 12:10 PM EDT)
  • Groups: Fedora; Story Type: News Story
After being a Fedora user for a while, you may have come to enjoy it. And in fact you might want to encourage others to try Fedora. You don’t need any special privileges or to become a Fedora Ambassador to do that. As it turns out, anyone can help others get started with Fedora just […]

Yocto-based Torizon distro adds OTA updater

Toradex has released an experimental version of an OTA updater for its new Torizon embedded Linux distribution. Torizon OTA offers fault-tolerant features and supports web-based remote management including grouping of devices into fleets. In May, Toradex announced an industrial grade Torizon Linux distribution aimed mostly at Windows developers looking for an easy entry into embedded […]

Bash cheat sheet: Key combos and special syntax

  • Opensource.com (Posted by bob on Nov 22, 2019 8:27 AM EDT)
  • Story Type: News Story
The Bourne Again Shell (Bash) is a text interface to POSIX computers. A shell, Bash or otherwise, provides a way for you to talk directly to your computer without roundabout interfaces: you type the precise command you want your computer to execute. It's the most efficient and lightweight interface available, which is why it still endures after 40 years. read more

Rugged Kaby Lake vehicle PC does it all on the road or rail

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Nov 22, 2019 5:10 AM EDT)
  • Story Type: News Story; Groups: Linux
Vecow’s Linux-friendly “IVH-9024MX ICY” in-vehicle PC runs on a 7th or 6th Gen Core or Xeon CPUs and offers triple displays, 6x SATA bays, 4x PoE+ ports, 2x mini-PCIe, and EN50155: 2017 and EN45545-2 railway compliance. Vecow unveiled the rugged IVH-9024MX ICY back in June as an all-purpose in-vehicle and rolling-stock computer and this week […]

AiO touch-panel systems tap Intel's Whiskey Lake

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Nov 21, 2019 3:50 PM EDT)
  • Story Type: News Story; Groups: Intel
Taicenn’s IP65-protected “TPC-PCM” industrial all-in-one touch-panel computers feature 15- to 24-inch touchscreens, 8th Gen Whiskey Lake processors, up to 64GB DDR4L, HDMI and DP ports, and optional wireless.

Simulate gravity in your Python game

The real world is full of movement and life. The thing that makes the real world so busy and dynamic is physics. Physics is the way matter moves through space. Since a video game world has no matter, it also has no physics, so game programmers have to simulate physics. In terms of most video games, there are basically only two aspects of physics that are important: gravity and collision.

Just how popular is Kubernetes?

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Nov 21, 2019 12:07 PM EDT)
  • Story Type: Editorial; Groups: Virtualization
With 12,000 plus attendees, KubeCon is arguably the most popular open-source conference of all time. Behind it, numerous companies are turning to Kubernetes for their container orchestration.

How to document Python code with Sphinx

Python code can include documentation right inside its source code. The default way of doing so relies on docstrings, which are defined in a triple quote format. While the value of documentation is well... documented, it seems all too common to not document code sufficiently. Let's walk through a scenario on the power of great documentation.

How to Manage Packages with pkg Binary Package Manager on FreeBSD 12

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 21, 2019 8:24 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, you will learn about binary package management via pkg on FreeBSD 12 operating system which is the most recent version at the time this article is being written. Most of the stuff also applies to the earlier FreeBSD 11 version.

« Previous ( 1 ... 299 300 301 302 303 304 305 306 307 308 309 ... 1156 ) Next »