Showing headlines posted by bob

« Previous ( 1 ... 365 366 367 368 369 370 371 372 373 374 375 ... 1210 ) Next »

3.5-inch SBC cranks it up with Whiskey Lake

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 9, 2019 12:46 PM CST)
  • Story Type: News Story; Groups: Intel, Ubuntu
Ibase’s 3.5-inch “IB919” SBC runs Ubuntu or Windows on an 8th Gen Whiskey Lake-UE CPU with up to 32GB DDR4, 2x SATA, 2x M.2, 2x GbE, 4x USB 3.1 Gen2, and triple display support. Ibase unveiled a 3.5-inch SBC with Intel’s up to quad-core 8th Gen Whiskey Lake-UE with 15-year guaranteed availability. The Ubuntu-ready IB919 […]

Why to choose Rust as your next programming language

Choosing a programming language for a project is often a complicated decision, particularly when it involves switching from one language to another. For many programmers, it is not only a technical exercise but also a deeply emotional one. The lack of known or measurable criteria for picking a language often means the choice digresses into a series of emotional appeals.

Command line quick tips: Locate and process files with find and xargs

  • Fedora Magazine; By Ben Cotton (Posted by bob on Oct 9, 2019 7:49 AM CST)
  • Story Type: Tutorial; Groups: Fedora, Linux
find is one of the more powerful and flexible command-line programs in the daily toolbox. It does what the name suggests: it finds files and directories that match the conditions you specify. And with arguments like -exec or -delete, you can have find take action on what it… finds.

Making the IoT More Open: A Common Framework for IoT Edge Computing with EdgeX Foundry

  • Linux.com; By Swapnil Bhartiya (Posted by bob on Oct 9, 2019 2:52 AM CST)
  • Story Type: Editorial; Groups: Linux
The internet of things (IoT) is a diverse space, but it’s also fragmented by design, whether it’s consumer IoT or industrial IoT. The post Making the IoT More Open: A Common Framework for IoT Edge Computing with EdgeX Foundry appeared first on Linux.com.

Fanless, Whiskey Lake mini-tower starts at $220

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 9, 2019 12:23 AM CST)
  • Story Type: News Story; Groups: Linux
Shuttle is launching a fanless, $220 and up “DS10U” mini-tower that runs Linux or Windows on an 8th Gen Whiskey Lake-U with 2.5-inch SATA, 2x GbE, 4x USB 3.1, 4x USB 2.0, triple displays, and 2x M.2. Shuttle Computer Group, which launched an Apollo Lake based EN01 mini-PC earlier this year, has now introduced a […]

Kubernetes communication, SRE struggles, and more industry trends

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.

How to Install Java (JDK and JRE) on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 8, 2019 9:54 PM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
In this tutorial, we will show you how to install Java on the Debian 10 (Buster). We will install both the JDK (Java Development Kit) and the JRE (Java Runtime Environment on a Debian server.

Type 6 module features Ryzen Embedded V1000

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 8, 2019 7:25 PM CST)
  • Story Type: News Story; Groups: Embedded
Portwell’s “MEDM-B603” is a COM Express BasicType 6 module with an AMD Ryzen Embedded V1000 with up to 16GB DDR4 and I/O including GbE, SATA, PCIe, DDI, and USB 3.0. American Portwell Technology announced a “coming soon” Basic Type 6 module with AMD’s Ryzen Embedded V1000 SoC aimed at graphics-intensive duties such as medical imaging […]

What programming language would you teach a kid first?

  • Opensource.com (Posted by bob on Oct 8, 2019 4:57 PM CST)
  • Story Type: News Story
For the 10th year in a row, the Finding Ada Network celebrates Ada Lovelace Day on the second Tuesday of October. It is a global celebration with flagship and grassroots events honoring the achievements and contributions of women in science, technology, engineering, and math (STEM). read more

Linus Torvalds isn't worried about Microsoft taking over Linux

In his recent meeting with Torvalds, Steven J. Vaughan-Nichols talked to Linus Torvalds and several other of the Linux kernel's top programmers.

7 steps to securing your Linux server

This primer will introduce you to basic Linux server security. While it focuses on Debian/Ubuntu, you can apply everything presented here to other Linux distributions. I also encourage you to research this material and extend it where applicable. 1. Update your server The first thing you should do to secure your server is to update the local repositories and upgrade the operating system and installed applications by applying the latest patches. On Ubuntu and Debian: read more

Linus Torvalds isnt worried about Microsoft taking over Linux

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Oct 8, 2019 7:15 AM CST)
  • Story Type: Editorial; Groups: Linux, Microsoft
And you shouldn't be either. Every company wants to rule Linux -- none of them can or ever will.

Six ultra-compact embedded PCs tap Apollo Lake

Portwell’s rugged, Linux-friendly “Kuber-2000” embedded computers are based on Intel’s Apollo Lake and measure only 99 x 92 x 46mm. Different models are optimized for isolated I/O, CAN/automotive, PoE, soft PLC, and wireless. American Portwell Technology has launched a family of six Kuber-2000 industrial mini-PCs with different I/O packages aimed at specific applications.

Announcing the All Things Open 2019 lightning talk lineup

If you're attending the All Things Open conference in Raleigh, NC this year be sure to check out our Lightning Talk series on Tuesday, October 15 at 12:45 pm EDT.

Install and Secure Redis Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 8, 2019 1:06 AM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
Redis also know as "Remote Dictionary Server" is an open-source and in-memory database that can be used as a database, cache and message broker. In this tutorial, we will learn how to install and secure Redis on Debian 10 server.

GNU means GNU's Not U: Stallman insists he's still Chief GNUisance while 18 maintainers want him out as leader

  • The Register; By Thomas Claburn (Posted by bob on Oct 8, 2019 12:04 AM CST)
  • Story Type: Editorial; Groups: GNU
Now-removed personal website statement sparks confusion. On Monday, a group of maintainers of the GNU Project, the free operating system created by Richard Stallman, questioned Stallman's leadership and emitted a joint statement for rethinking how the project should be managed going forward.…

Using the Java Persistence API

The Java Persistence API (JPA) is an important Java functionality for application developers to understand. It translates exactly how Java developers turn method calls on objects into accessing, persisting, and managing data stored in NoSQL and relational databases. This article examines the JPA in detail through a tutorial example of building a bicycle loaning service.

7 Java tips for new developers

Java is a versatile programming language used, in some way, in nearly every industry that touches a computer. Java's greatest power is that it runs in a Java Virtual Machine (JVM), a layer that translates Java code into bytecode compatible with your operating system. As long as a JVM exists for your operating system, whether that OS is on a server (or serverless, for that matter), desktop, laptop, mobile device, or embedded device, then a Java application can run on it. If you're just getting started with Java programming, here are seven basics you need to know.

Introduction to open source observability on Kubernetes

In the first article in this series, learn the signals, mechanisms, tools, and platforms you can use to observe services running on Kubernetes.

IceWM - A really cool desktop

IceWM is a very lightweight desktop. It’s been around for over 20 years, and its goals today are still the same as back then: speed, simplicity, and getting out of the users way. I used to add IceWM to Scientific Linux, for a lightweight desktop. At the time, it was only a .5 Meg rpm. […]

« Previous ( 1 ... 365 366 367 368 369 370 371 372 373 374 375 ... 1210 ) Next »