Showing headlines posted by bob

« Previous ( 1 ... 230 231 232 233 234 235 236 237 238 239 240 ... 1156 ) Next »

Why now is the best time to use GNOME

The GNOME desktop environment has been through many changes since its initial release in March 1999. For most of this time, the open source project has issued updates twice a year, which gives users predictability in when they can expect new features to land on their Linux and other Unix-like desktops. Its latest release, GNOME 3.36, came out in March, and the project is preparing to issue its next iteration in September. To learn about what's new in GNOME, I spoke with Emmanuele Bassi. read more

Red Hat Enterprise Linux 8.3 beta released

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jul 30, 2020 12:49 AM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
The next generation of Red Hat's flagship business Linux distribution is on its way.

Stackable Raspberry Pi HAT provides up to 64 Resistance Temperature Detectors

Sequent Microsystems is Kickstartering a stackable, $30 and up “Mega-RTD” HAT that supports up to 64 Resistance Temperature Detector (RTD) channels for precise temperature measurements. Resistance Temperature Detector (RTD) sensors, which are used for highly precise temperature measurements in industrial and laboratory systems, can be found on embedded systems such as Advantech’s WISE-710 IoT gateway […]

Bypass your Linux firewall with SSH over HTTP

With the growth of connectivity and remote jobs, accessing remote computing resources becomes more important every day. But the requirements for providing external access to devices and hardware make this task complex and risky. Aiming to reduce this friction, ShellHub is a cloud server that allows universal access to those devices, from any external network. read more

From a trickle to an Application Stream: Red Hat opens barriers for RHEL 8.3 beta

System Roles another key ingredient in six-monthly update Red Hat Enterprise Linux (RHEL) 8.3 has hit beta, with security and production stability pointed to as key goals for the update.…

Demonstrating Perl with Tic-Tac-Toe, Part 4

  • Fedora Magazine (Posted by bob on Jul 29, 2020 6:40 PM EDT)
  • Groups: Fedora; Story Type: News Story
This final part to the series demonstrating Perl with Tic-Tac-Toe provides a module to make the computer even smarter – perhaps too smart! Can you beat it?

Jobs in Kubernetes

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 29, 2020 1:32 PM EDT)
  • Groups: Linux; Story Type: News Story
A job creates one or more Pods to perform a particular operation and ensures the pods successfully terminate. When a specified number of pods successfully complete, the job is complete. When a job is deleted, it deletes the Pods it created. A Job can also be used to run multiple Pods in parallel.

How learning Linux introduced me to open source

  • Opensource.com (Posted by bob on Jul 29, 2020 12:31 PM EDT)
  • Groups: Linux; Story Type: News Story
When I entered the engineering program as a freshman in college, I felt like a frivolous teenager. In my sophomore year, and in a fortunate stroke of serendipity, I joined Zairza, a technical society for like-minded students who collaborated and built projects separate from the academic curriculum. It was right up my alley. Zairza provided me a safe space to learn and grow and discover my interests. There are different facets and roadways to development, and as a newbie, I didn't know where my interests lay. read more

$149 Nano-ITX carrier extends Verdin SoMs including upcoming i.MX8M Plus module

Toradex has launched an open-spec “Dahlia” carrier for its i.MX8M Mini and Nano based Verdin modules with GbE, 2x USB 3.0, 3x USB Type-C, MIPI-CSI, DSI-based HDMI, and mini-PCIe. Toradex also revealed a Verdin module with the NPU-enabled i.MX8M Plus. When Toradex announced a new family of Linux-driven, i.MX8M driven Verdin compute modules at Embedded […]

Embedded Vision Systems Adopt AI and IoT Tech

  • Circuit Cellular; By Jeff Child (Posted by bob on Jul 29, 2020 1:38 AM EDT)
  • Story Type: News Story; Groups: Embedded
(Circuit Cellar article) As vision systems evolve, they’re leveraging all the latest technology trends in embedded computing. Box-level system solutions are keeping pace with AI-level processing, IoT functionality and advanced camera connectivity.

Red Hat Enterprise Linux 8.3 beta released

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 29, 2020 12:24 AM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
The next generation of Red Hat's flagship business Linux distribution is on its way.

Named arguments squeak into PHP 8.0, 7 years after first RFC

  • The Register (Posted by bob on Jul 28, 2020 12:48 PM EDT)
  • Groups: PHP; Story Type: News Story
How about inheritance? 'One of the bigger open questions' says author of proposal The next major version of the PHP language will support named arguments after 76 per cent of lead developers voted to include it.…

Dual-display version of RK3399-based Rock Pi 4 starts at $59

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 28, 2020 10:19 AM EDT)
  • Story Type: News Story; Groups: Debian, Intel
Radxa’s “Rock Pi 4 Model C” SBC starts at $59 with a Debian-driven RK3399, 4GB RAM, and NVMe and dual-display support. Radxa is also offering some free beta samples of its Intel-based Rock Pi X. Last October, Radxa unveiled its Rock Pi 4 Model C variant of its similarly Rockchip RK3399 based Rock Pi 4 […]

M.2 card and Raspberry Pi based gateway deliver Real-Time Ethernet

Hilscher unveiled a “cifX M.2” card that brings Real-Time Ethernet and FieldBus to PC based systems. The company also released its previously tipped, Raspberry Pi based netPI Real-Time Ethernet gateway for $445. Hilscher has launched a cifX M.2 expansion card equipped with its netX 90 Real-Time Ethernet controller. It has also begun shipping a netPI […]

Analyze your web server log files with this Python tool

Ever wanted to know how many visitors you've had to your website? Or which pages, articles, or downloads are the most popular? If you're self-hosting your blog or website, whether you use Apache, Nginx, or even Microsoft IIS (yes, really), lars is here to help. read more

How to Install TeamPass Password Manager on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 27, 2020 11:10 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
TeamPass is a Collaborative Passwords Manager used for managing passwords and sharing them among team members. In this tutorial, we will be going to show you how to install TeamPass Password Manager on Ubuntu 20.04 with Let's Encrypt SSL.

5 open source IDE tools for Java

Java frameworks make life easier for programmers by streamlining their work. These frameworks were designed and developed to run any application on any server environment; that includes dynamic behaviors in terms of parsing annotations, scanning descriptors, loading configurations, and launching the actual services on a Java virtual machine (JVM). Controlling this much scope requires more code, making it difficult to minimize memory footprint or speed up startup times for new applications.

What does it mean for code to ?

  • Opensource.com; By Alex Bunardzic (Posted by bob on Jul 27, 2020 7:27 PM EDT)
  • Story Type: Editorial; Groups: Developer
Extreme Programming co-founder Ron Jeffries famously wrote: "The trick is never to let the code not be working." It is impossible to know if your code is working as designed if the code isn't running. To have code that compiles without errors and always runs without exceptions doesn't mean that the code is working.

Choosing open source as a marketing strategy

  • Opensource.com; By Lucas Galvanini (Posted by bob on Jul 27, 2020 12:39 PM EDT)
  • Story Type: Editorial; Groups: Community
It can take a while to understand the concept of open source software—at least for me, it was difficult to understand why anyone would develop a product and then open it up to the entire world. It is a general assumption that products are developed to be sold, not to be given for free, and I saw software as such a product. After a while, however, the value of open source, especially in terms of product development, became clearer to me.

Globalization: A history of openness

  • Opensource.com (Posted by bob on Jul 27, 2020 2:52 AM EDT)
  • Story Type: News Story
In my career conducting international business, I traveled to more than 80 countries worldwide. I was always struck by how strongly regions of the world are connected, and I began studying the forces of globalization as a result. read more

« Previous ( 1 ... 230 231 232 233 234 235 236 237 238 239 240 ... 1156 ) Next »