Showing headlines posted by Scott_Ruecker

« Previous ( 1 ... 14 15 16 17 18 19 20 21 22 23 24 ... 1132 ) Next »

10 tutorials to teach you something new about Java

When Java was developed in 1995, its goal was to be a single language for unified software delivery. Write your code once, and run it on any computer. It was a lofty goal then, and for many languages, it's a goal that remains elusive even today. Java has managed, in its 27-year lifespan, to achieve its stated goal. It drives applications on desktops, servers, and the cloud, and it's the foundation of the Android operating system.

GitLab version 15 goes big on visibility and observability

One-stop DevOps shop GitLab has announced version 15 of its platform, hot on the heels of pull-based GitOps turning up on the platform's free tier. Version 15.0 marks the arrival of GitLab's next major iteration and attention this time around has turned to visibility and observability – hardly surprising considering the acquisition of OpsTrace as 2021 drew to a close, as well as workflow automation, security and compliance.

What is Amazon Workspace and how to create it on AWS

Amazon WorkSpaces is a Desktop-as-a-Service (DaaS) solution managed by AWS. We can use it to provision either Windows or Linux desktops. These desktops can be created in just a few minutes. They can quickly scale to provide thousands of desktops.

Broadcom in talks to buy VMware: multiple reports

Broadcom is in early talks to buy VMware, according to The New York Times, Bloomberg, and Reuters. VMware is not commenting on the matter. This one is interesting, because the three sources we've linked to above all say they've got the news from "a person familiar with the matter." All say the deal is nowhere near done, a price has not been discussed, and a transaction is far from certain to happen.

Google Makes Public Their Open-Source PSP Security Protocol

Hearing "open-source", "PSP", and "security" all together got me excited with my initial reaction thinking it was about AMD's Platform Security Processor (PSP) albeit that's not the case here. Google's PSP announced today is the "PSP Security Protocol" and is designed for dealing with cryptographic hardware offloading at data center scale and used by Google already in production.

Linus Torvalds debuts 'boring old plain' Linux kernel 5.18

Linus Torvalds has released version 5.18 of the Linux kernel. The maintainer-in-chief’s post announcing the release was typical of those he made for each of the eight release candidates: this time around he found no nasty surprises, additions were neither major nor complex, and no glitches impacted the development process.

Stay Organized With These 7 Calendar Apps for Linux

Calendar apps are a necessity for keeping track of events and your to-do tasks in this hectic modern work life. These apps can help you never forget anything again. The calendar apps available for Linux have a lot of handy productivity features that will help you remember stuff, suggest important dates, and help build good habits. So, let's look at the most productive and efficient calendar apps you can download and use on your Linux device.

The 10 Best Linux Apps for Musicians

If you're a musician of any kind, from beginner to professional, Linux provides an amazing assortment of free, yet powerful, platforms and applications that will boost your productivity and help you to show off your creativity.

Linux Foundation Podcast Series: “The Untold Stories of Open Source”

The power of a story. I first wrote about this 7 years ago in a series I titled Lessons from a Two Year Old. But it is a reality as old as time itself – humans are wired for stories. We enjoy listening to them, telling them, and they help us to relate to others and to remember things. And everyone has a story to tell – many of which haven’t been told yet.

Open Source Software Security: Turning Sand into Concrete

Last week I had the privilege of participating in the Open Source Software Security Summit II in Washington, DC. The Linux Foundation and OpenSSF gathered around 100 participants from enterprise, the U.S. government, and the open source community to agree on an action plan to help increase the security of open source software.

Mozilla opens testing for Manifest v3 extensions in Firefox

Mozilla on Wednesday launched a Developer Preview program to solicit feedback on Firefox extensions that implement Manifest v3, a Google-backed revision of browser extension architecture.

How to rename a branch, delete a branch, and find the author of a branch in Git

One of Git's primary strengths is its ability to "fork" work into different branches. If you're the only person using a repository, the benefits are modest, but once you start working with many other contributors, branching is essential. Git's branching mechanism allows multiple people to work on a project, and even on the same file, at the same time. Users can introduce different features, independent of one another, and then merge the changes back to a main branch later. A branch created specifically for one purpose, such as adding a new feature or fixing a known bug, is sometimes called a topic branch.

Web UI Dashboard for Kubernetes

Kubernetes dashboard provides a web-based UI for the cluster. One can deploy applications on the cluster using the dashboard as well as troubleshoot the existing applications in the cluster. In this article, we will install the official dashboard provided by Kubernetes and set up a service account to access it.

A programmer's guide to GNU C Compiler

Get a behind-the-scenes look at the steps it takes to produce a binary file so that when something goes wrong, you know how to step through the process to resolve problems.

SENSE, an affordable multipurpose sensor board for Arduino and Raspberry Pi

The SENSE is a compact board loaded with several sensors to gather data from the environment. The device also integrates a battery backed RTC (Real Time Clock) and an SD card socket to enable easy data logging. The product was developed by a seventeen-year-old electronics enthusiast and president of his high school’s robotic team, Zack Seifert.

What is AWS CloudTrail and how to use it

AWS CloudTrail helps to enable compliance, governance, and risk auditing of your AWS account. Whatever actions that are carried out or performed using AWS IAM User, IAM Role, or an AWS service are recorded as events in AWS CloudTrail.

How I got started with RHEL

Red Hat Enterprise Linux (RHEL) celebrated its 20th anniversary days before RHEL 9 was released. See how some of our top authors evolved from "what's this?" to power users.

FreeBSD 13.1 is out for everything from PowerPC to x86-64

The latest version of FreeBSD, 13.1, was released this week for both 32 and 64-bit forms of x86, Arm, POWER – and 64-bit RISC-V. FreeBSD is one of the oldest open-source Unixes that's still actively maintained and is directly descended from the original BSD Unix developed at the University of California at Berkeley in the 1970s: the Berkeley System Distribution.

What is AWS GuarDuty and how to use it

AWS GuardDuty is a continuous security monitoring service. It analyzes and processes the AWS CloudTrail management event logs, VPC Flow Logs, CloudTrail S3 data event logs, and DNS logs. In this article, we will see the step to enable AWS GuardDuty and then disable it.

Understanding Linux System Calls With the strace Command

When programs running on Linux want to use the resources managed by the operating system (reading files, creating processes, etc.), they make system calls to the OS. System calls work at the kernel level and perform the necessary operations, leaving control back to the calling program. The strace tool provides the ability to trace these system calls on Linux.

« Previous ( 1 ... 14 15 16 17 18 19 20 21 22 23 24 ... 1132 ) Next »