Showing headlines posted by bob

« Previous ( 1 ... 387 388 389 390 391 392 393 394 395 396 397 ... 1221 ) Next »

Getting Started with Go on Fedora

The Go programming language was first publicly announced in 2009, since then the language has become widely adopted. In particular Go has become a reference in the world of cloud infrastructure with big projects like Kubernetes, OpenShift or Terraform for example. Some of the main reasons for Go’s increasing popularity are the performances, the ease […]

Rugged, Kaby Lake-U based IoT gateway offers Linux BSP

Advantech’s Linux-ready, DIN-rail mounted “ICO500-518” IoT gateway runs on 7th Gen Core U-series CPUs and provides swappable SATA, 4x USB 3.0, 2x GbE, 2x mini-PCIe, and 2x “PIM” slots for options including 8x GbE or isolated serial and CANBus. Advantech announced a compact modular edge gateway with ruggedization features for industrial IoT. Applications for the […]

Mozilla takes action to protect users in Kazakhstan

Today, Mozilla and Google took action to protect the online security and privacy of individuals in Kazakhstan. Together the companies deployed technical solutions within Firefox and Chrome to block the …

Serverless on Kubernetes, diverse automation, and more industry trends

  • Opensource.com; By Tim Hildred (Posted by bob on Aug 21, 2019 5:33 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.

Five reasons Chromebooks are better than Windows laptops

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 21, 2019 4:19 AM CST)
  • Story Type: Editorial; Groups: Chrome, Microsoft
Windows is great for some things, but for many users, a Chromebook is better.

How to convert HTML to PDF with HTMLDoc on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 20, 2019 11:21 PM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
HTMLDOC is an open-source program that can be used to convert HTML and Markdown source files to PostScript and PDF files. In this tutorial, we are going to explain how to install HTMLDOC on Debian 10 and convert an HTML file to pdf.

Mobile robot taps Jetson Xavier via new Aetina carrier board

Aetina announced a partnership to build an autonomous, solar-powered mobile robot with GPS tracking, sensors, and 6x HD cameras, based on its “AX710” carrier for the Linux-driven Jetson AGX Xavier. Taiwan-based Aetina and an undisclosed third party are developing a UGV (Unmanned Ground Vehicle) robot for border and shore patrol and other remote inspection and […]

A brief introduction to learning agility

  • Opensource.com (Posted by bob on Aug 20, 2019 8:53 PM CST)
  • Story Type: News Story
I think everyone can agree that the workplace has changed dramatically in the last decade—or is in the process of changing, depending on where you're currently working. The landscape has evolved. Distributed leadership, project-based work models, and cross-functional solution building are commonplace. In essence, the world is going open. read more

The cloud isn't killing open source software

  • Opensource.com (Posted by bob on Aug 20, 2019 1:27 PM CST)
  • Groups: Cloud; Story Type: News Story
Over the last few months, I participated in two keynote panels where people asked questions about open source licensing: Do we need to redefine what open source means in the age of the cloud? Are cloud vendors abusing open source? Will open source, as we know it, survive? Last year was the most eventful in my memory for the usually very conservative open source licensing space: read more

A project managers guide to Ansible

  • Opensource.com; By Rich Butkevic (Posted by bob on Aug 20, 2019 8:29 AM CST)
  • Story Type: Reviews; Groups: Community
From application deployment to provisioning, Ansible is a powerful open source tool for automating routine IT tasks. It can help an organization's IT run smoothly, with core IT processes networked and maintained. Ansible is an advanced IT orchestration solution, and it can be deployed even over a large, complex network infrastructure.

Four more years! Four more years! Svelte Linux desktop Xfce gets first big update since 2015

  • The Register; By Tim Anderson (Posted by bob on Aug 20, 2019 7:15 AM CST)
  • Story Type: Editorial; Groups: Linux, Xfce
Hop from 4.12 to 4.14 fixes 'a boatload of bugs'. Hooray! In contrast to the frenetic pace of updates now typical in the software industry, the team behind Xfce, a lightweight desktop for Linux, have released version 4.14 nearly four-and-a-half years since the last stable release, 4.12.…

Compact computer designed for rugged field controller duty

Nexcom’s rugged, entry-level “NIFE 104” embedded computer runs Linux or Windows on an Intel Bay Trail CPU and offers dual GbE, RS232/485, USB 3.0, HDMI, TPM 2.0, and dual mini-PCIe. Nexcom announced a fanless, compact embedded computer that it variably describes as an M2M automation gateway, SoftPLC fieldbus controller, and general-purpose industrial PC. Measuring a […]

Command line quick tips: Searching with grep

If you use your Fedora system for more than just browsing the web, you have probably needed to search for text in your files. For instance, you might be a developer that can’t remember where you left some code snippet. Or you might be looking for a setting stored in your system configuration files. Whatever […]

How to Install and Configure OpenShift Origin PaaS Server on Ubuntu

OpenShift is a free and open-source Platform-as-a-Service developed by Red Hat. It is used to develop, host and scale applications in the cloud environment. OpenShift provides support for lots of languages like Java EE6, Ruby, PHP, Python, Perl, MongoDB, MySQL, and PostgreSQL.

WebAssembly for speed and code reuse

  • Opensource.com (Posted by bob on Aug 19, 2019 1:54 PM CST)
  • Story Type: News Story
Imagine translating a non-web application, written in a high-level language, into a binary module ready for the web. This translation could be done without any change whatsoever to the non-web application's source code. A browser can download the newly translated module efficiently and execute the module in the sandbox. The executing web module can interact seamlessly with other web technologies—with JavaScript (JS) in particular. Welcome to WebAssembly. read more

Moving files on Linux without mv

  • Opensource.com (Posted by bob on Aug 19, 2019 8:57 AM CST)
  • Groups: Linux; Story Type: News Story
The humble mv command is one of those useful tools you find on every POSIX box you encounter. Its job is clearly defined, and it does it well: Move a file from one place in a file system to another. But Linux is nothing if not flexible, and there are other options for moving files. Using different tools can provide small advantages that fit perfectly with a specific use case. Before straying too far from mv, take a look at this command’s default results. First, create a directory and generate some files with permissions set to 777: read more

An introduction to bpftrace for Linux

Bpftrace is a new open source tracer for Linux for analyzing production performance problems and troubleshooting software. Its users and contributors include Netflix, Facebook, Red Hat, Shopify, and others, and it was created by Alastair Robertson, a talented UK-based developer who has won various coding competitions. read more

Writing Kubernetes controllers the wrong way is still useful

When you try to shoehorn an idea, approach, or code into a situation that's not expecting it, you get surprising and fun results. In his Lightning Talk at the 17th annual Southern California Linux Expo (SCaLE 17x), "Writing Kubernetes controllers 'the wrong way' is still useful," sysadmin Chris McEniry shares his experience with an out-of-cluster etcd-controller.

GNOME and KDE team up on the Linux desktop, docs for Nvidia GPUs open up, a powerful new way to scan for firmware vulnerabilities, and more news

  • Opensource.com; By Scott Nesbitt (Posted by bob on Aug 17, 2019 12:56 PM CST)
  • Story Type: Roundups; Groups: GNOME, KDE, Linux
In this edition of our open source news roundup, we take a look two new powerful data visualization tools, Nvidia open sourcing GPU documentation, exciting new tooling to secure firmware for self-driving cars, and more!

Jetson Nano based robotics kit connects to SparkFun sensors

SparkFun has launched a version of Nvidia’s Jetson Nano based JetBot AI Kit robotics kit equipped with its Qwiic pHat, a wide-angle camera, and more. Also new: a SparkFun DLI Kit for Jetson Nano to use in conjunction with an Nvidia AI course. When Nvidia launched its Linux-powered Jetson Nano module and $99 Jetson Nano […]

« Previous ( 1 ... 387 388 389 390 391 392 393 394 395 396 397 ... 1221 ) Next »