Showing headlines posted by bob

« Previous ( 1 ... 150 151 152 153 154 155 156 157 158 159 160 ... 1192 ) Next »

Rocky Linux arrives on Google Cloud

The CentOS Linux clones, such as Rocky Linux, are making their presence known on the major public clouds.

Hacking the Linux Kernel in Ada – Part 1

For this three part series, we implemented a ‘pedal to the metal’ GPIO driven, flashing of a LED, in the context of a Linux kernel module for the NVIDIA Jetson Nano development board (kernel-based v4.9.294, arm64) in my favorite programming language … Ada! Part 1. Review of a kernel module, build strategy, and Ada integration. […]

Looking Ahead: The CNF Certification Program

Here at The Linux Foundation’s blog, we share content from our projects, such as this article by Joel Hans from the Cloud Native Computing Foundation’s blog.  The telecommunications industry is the backbone of today’s increasingly-digital economies, but it faces a difficult new challenge in evolving to meet modern infrastructure practices. How did telecommunications get itself […]

A glossary of terms about cyberattacks, from ransomware to DDoS

  • The Mozilla Blog; By Kristina Bravo (Posted by bob on Apr 7, 2022 3:36 AM CST)
  • Story Type: Editorial; Groups: Mozilla
If you read news about technology, you’re bound to run into some jargon. Here at Mozilla, we believe that information should be as accessible as possible regardless of your level of expertise. We want to help you approach stories about technology with more curiosity and with a little less head-scratching involved. We’ll break down headline-making […]

Make your own Git subcommands

  • Opensource.com; By Seth Kenlon (Posted by bob on Apr 7, 2022 2:22 AM CST)
  • Story Type: Tutorial; Groups: Developer
Git is pretty famous for having lots of subcommands, like clone, init, add, mv, restore, bisect, blame, show, rebase, and many more. In a previous article, I wrote about the very useful rev-parse subcommand for Git. Even with all of these subcommands available, users still come up with functions to improve their Git experience. While you're free to create Git-related commands and run them as scripts, it's easy to make your own custom Git subcommands. You can even integrate them with Git through rev-parse.

INNOTECH reveals the AX-1020 Atom x6000E Elkhart Lake SBC 

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Apr 6, 2022 11:53 PM CST)
  • Story Type: News Story; Groups: Intel
Recently,  INNOTECH announced the introduction of their AX-1020 which integrates Intel’s Atom x6000E Elkhart Lake high performance SoCs. This SBC provides high performance and flexibility due to its support of different Elkhart Lake Series SoCs. The AX-1020 might be integrated with the Atom x6245E (2GHz, 12W TDP), the Atom x6413E(1.5GHz, 9W TDP) or the Atom […]

10 Git tips we can't live without

Git tips are a dime a dozen, and it's a good thing because you can never get enough of them. If you use Git every day, then every tip, trick, and shortcut you can find is potentially time and effort saved. I asked Opensource.com community members for their favorite Git hacks. Here they are!

What is a cyberattack and what can we do to protect ourselves online?

  • The Mozilla Blog; By Kristina Bravo (Posted by bob on Apr 6, 2022 9:25 PM CST)
  • Story Type: Editorial; Groups: Mozilla
Cyberattacks are nothing new. According to the FBI, the first major “attack on the internet” predated even the web — a self-replicating malicious program created by a grad student who shortly apologized with instructions to remove it. While the software didn’t damage or destroy any files, it spread, within 24 hours, to about 6,000 of […]

2021 ACM computing prize goes to UC Berkeley machine learning pioneer

  • The Register; By Brandon Vigliarolo (Posted by bob on Apr 6, 2022 5:42 PM CST)
  • Story Type: News Story; Groups: Community
Pieter Abbeel may not be a name you know, but you've probably heard of his work. This year's ACM Prize in Computing is going toward a machine learning specialist whose work, even if you haven't heard of him, is likely to be familiar.…

AlmaLinux comes to Windows Subsystem for Linux

Community-supported, Red Hat-compatible distro now available to Microsoft fans. A Windows Subsystem for Linux-friendly version of AlmaLinux has turned up in the Microsoft Store, adding to an impressive array of options for WSL users.…

4 questions about the essence of openness

  • Opensource.com; By Brook Manville (Posted by bob on Apr 5, 2022 11:29 PM CST)
  • Story Type: Editorial; Groups: Community
But if the world were to somehow make a transformational leap towards more global openness, what would actually be required? The conceptual challenge of that is daunting—but a first step might begin simply by articulating some of the unexplored questions that follow from Open's overall vision.

What Git aliases are in your .bashrc?

Many open source users love a good Bash alias and are usually happy to show off a particularly robust .bashrc file when given the chance. If you're a frequent user of Git, you might benefit from a few Git aliases mixed in with your other Bash aliases. Alternately, you can create aliases specific to Git with this git config command. This example sets the git co command to git checkout.

How to Install and Use SFTP on Linux Servers

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 5, 2022 1:45 AM CST)
  • Story Type: Tutorial; Groups: Linux
SFTP or SSH File Transfer Protocol is a method for securely transferring data between computers. In this guide, you will learn how to set up SFTP Server on a Linux system.

My last post on LinuxGizmos

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 4, 2022 11:17 PM CST)
  • Story Type: News Story; Groups: Embedded
This is my last LinuxGizmos story after nine years as Editor and Chief Writer. But LG lives on. I started at LinuxGizmos shortly after Rick Lehrbaum launched the site in early 2013. In 2018, he sold LinuxGizmos to KCK Media Corp., which has done an admirable job supporting Rick’s tradition of reporting news on embedded […]

Extend Kubernetes service discovery with Stork and Quarkus

The change happened because microservices need to communicate with multiple backend services to improve the load balancing and service resiliency.

How to Install and Configure GitLab on Ubuntu 20.04

GitLab is an open-source DevOps lifecycle tool used to host and manage Git repositories. In this tutorial, we will show you how to install GitLab CE on Ubuntu 20.04 server.

Jetson powered edge AI system has eight PoE ports

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 2, 2022 10:11 AM CST)
  • Story Type: News Story
Aaeon’s “Boxer-8254AI” edge AI system combines a Jetson Xavier NX with 8x GbE with PoE/PSE, 2x GbE, 4x USB, HDMI 2.0, CAN, COM, DIO, SATA, mini-PCIe, and M.2 E-key. Aaeon has revealed one of its fanless Boxer computers powered by a Jetson Xavier NX module and featuring 8x Power-over-Ethernet GbE ports for powering cameras and […]

Install GitLab on Alma Linux 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 2, 2022 5:48 AM CST)
  • Story Type: Tutorial; Groups: Developer, Linux
GitLab is a free and open-source DevOps software that comes with multiple tools to develop, secure, and operate software in a single application. In this post, we will explain how to install GitLab CE on Alma Linux 8.

Linux secure networking security bug found and fixed

Nothing is quite as vexing as a security hole in a security program. Xiaochen Zou, a graduate student at the University of California, Riverside, went looking for bugs in Linux and found a whopper. This vulnerability, CVE-2022-27666, in IPSec's esp6 (Encapsulating Security Payload) crypto module can be abused for local privilege escalation.

What's KernelCare?

This article explains all that you need to know about KernelCare. But before studying about KernelCare, let’s do a quick recap of the Linux kernel. It’ll help you understand KernelCare better. The Linux kernel is the core part of Linux OS. It resides in memory and prompts the CPU what to do.

« Previous ( 1 ... 150 151 152 153 154 155 156 157 158 159 160 ... 1192 ) Next »