Showing headlines posted by bob

« Previous ( 1 ... 254 255 256 257 258 259 260 261 262 263 264 ... 1245 ) Next »

How to create Cloudwatch alarms for an SQS Queue on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 9, 2021 1:47 AM EDT)
  • Story Type: Tutorial; Groups: Linux
CloudWatch metrics for SQS queues are collected and pushed to CloudWatch at one-minute intervals automatically. These metrics are provided at no charge in CloudWatch for both standard and FIFO queues. In this article, we will create an alarm for the "NumberOfMessagesSent" metric.

5 commands to level-up your Git game

  • Opensource.com (Posted by bob on Apr 8, 2021 11:19 PM EDT)
  • Story Type: News Story
If you use Git regularly, you might be aware that it has several reputations. It's probably the most popular version-control solution and is used by some of the biggest software projects around to keep track of changes to files. It provides a robust interface to review and incorporate experimental changes into existing documents. read more

Xen releases a new version 4.15 after a slightly delayed development process

  • The Register (Posted by bob on Apr 8, 2021 7:36 PM EDT)
  • Story Type: News Story
Teases new ‘Hyperlaunch’ tech that will allow booting of whole VM fleets The Xen project has released another upgrade to its open source hypervisor.…

Protect external storage with this Linux encryption system

  • Opensource.com (Posted by bob on Apr 8, 2021 5:07 PM EDT)
  • Groups: Linux; Story Type: News Story
Many people consider hard drives secure because they physically own them. It's difficult to read the data on a hard drive that you don't have, and many people think that protecting their computer with a passphrase makes the data on the drive unreadable. This isn't always the case, partly because, in some cases, a passphrase serves only to unlock a user session. In other words, you can power on a computer, but because you don't have its passphrase, you can't get to the desktop, and so you have no way to open files to look at them. read more

Why I love using bspwm for my Linux window manager

  • Opensource.com; By Stephen Adams (Posted by bob on Apr 8, 2021 9:16 AM EDT)
  • Story Type: News Story; Groups: Linux
Some folks like to rearrange furniture. Other folks like to try new shoes or redecorate their bedroom on the regular. Me? I try out Linux desktops. After drooling over some of the incredible desktop environments I've seen online, I got curious about one window manager in particular: bspwm.

A swarm in May is worth a load of hay, is it? JetBrains Code With Me collaborative programming tool released

Swarm programming with audio, video, and everyone editing at once – what could go wrong? JetBrains today pushed out Code With Me, formerly in preview, a plugin to support remote collaborative coding, as well as updates to its Java and Ruby IDEs.…

How to Install Erlang Programming Language on Debian 10

Erlang is a general-purpose programming language and runtime environment. In this tutorial, I will show you how to install Erlang on Debian 10.

Get started with batch files in FreeDOS

  • Opensource.com; By Kevin O'Brien (Posted by bob on Apr 8, 2021 12:36 AM EDT)
  • Story Type: Tutorial; Groups: Linux
On Linux, it's common to create shell scripts to automate repetitive tasks. Similarly, on FreeDOS, the open source implementation of old DOS operating systems, you can create a batch file containing several FreeDOS commands. Then you can run your batch file to execute each command in order.

IBM creates a COBOL compiler - for Linux on x86

What’s this got to do with Big Blue's hybrid cloud obsession? Cloudifying COBOL ... until you repent and go back to z/OS IBM has announced a COBOL compiler for Linux on x86.…

Using network bound disk encryption with Stratis

  • Fedora Magazine (Posted by bob on Apr 7, 2021 3:56 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Learn how to use Stratis and Tang to manage disk encryption over the network at scale.

Tiger Lake and 64GB NVMe squeeze onto Mini Type 10

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 7, 2021 12:13 PM EDT)
  • Story Type: News Story; Groups: Intel
Advantech’s rugged, Mini Type 10 sized “SOM-7583” module ships with an 11th Gen Core CPU plus up to 64GB NVMe, a 2.5GbE controller, and an optional “SOM-DB5830” carrier board. The SOM-7583 is the first module we have seen that deploys Intel’s 11th Gen Tiger Lake UP3 on an 84 x 55mm COM Express Mini Type […]

Contribute at Fedora Linux 34 Upgrade, Audio, and Virtualization test days

Fedora test days are events where anyone can help make sure changes in Fedora Linux work well in an upcoming release. Fedora community members often participate, and the public is welcome at these events. If you’ve never contributed to Fedora before, this is a perfect way to get started. There are three upcoming test events […]

Rockchip based thermal screening AiO includes 2MP camera

Advantech’s IP65-protected “One-to-One Visitor Thermal Screening Kiosk” runs Android on a Rockchip RK3288 and has a 11.6-inch touchscreen, a 2MP camera for face capture, and an Avalo thermal sensor. A year ago, we posted a story headlined Embedded Linux joins the Covid-19 battle, which covered various embedded solutions targeting a response to the coronavirus. Products […]

How to create an SQS queue on AWS using Terraform

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 7, 2021 4:23 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will create an SQS queue using Terraform on AWS. We will also add a policy that will allow all to send messages to the queue.

Teach anyone how to code with Hedy

  • Opensource.com (Posted by bob on Apr 7, 2021 12:17 AM EDT)
  • Story Type: News Story
Learning to code involves learning both the programming logic and the syntax of a specific programming language. When I took my first programming class in college, the language taught was C++. The first code example, the basic "Hello World" program, looked like the example below. read more

Mini-PC features RK3568, dual GbE, PoE+, and WiFi 6

On Indiegogo: Firefly’s $122 and up “Station P2” mini-PC powers up with a quad -A55 Rockchip RK3568 with up to 8GB LPDDR4 and 64GB eMMC plus WiFi 6, 2x GbE with PoE+, 4x USB, HDMI, SATA, and M.2. Last year, T-Chip Technology’s Firefly community project launched a Station P1 Geek Computer mini-PC with a Rockchip […]

Experiment on your code freely with Git worktree

  • Opensource.com (Posted by bob on Apr 6, 2021 9:13 PM EDT)
  • Story Type: News Story
Git is designed in part to enable experimentation. Once you know that your work is safely being tracked and safe states exist for you to fall back upon if something goes horribly wrong, you're not afraid to try new ideas. Part of the price of innovation, though, is that you're likely to make a mess along the way. Files get renamed, moved, removed, changed, and cut into pieces. New files are introduced. Temporary files that you don't intend to track take up residence in your working directory. read more

Use Apache Superset for open source business intelligence reporting

  • Opensource.com (Posted by bob on Apr 6, 2021 6:08 PM EDT)
  • Groups: Apache; Story Type: News Story
They say software is eating the world, but it's equally clear that open source is taking over software. Simply put, open source is a superior approach for building and distributing software because it provides important guarantees around how software can be discovered, tried, operated, collaborated on, and packaged. For those reasons, it is not surprising that it has taken over most of the modern data stack: Infrastructure, databases, orchestration, data processing, AI/ML, and beyond. read more

Yep, the 'Who owns Linux?' case is back from the dead

Not to worry, zombies with a gambling addiction probably won't eat your enterprise brains Column It seemed like a classic April The First spoof. Indeed, some tech titles had it on their lists of best pranks of the day. But it's true: the software zombie court case to end all zombie software court cases has woken from its slumber. Nearly 29 years after it first lurched from the crypt, SCO v The World Of Linux is back, and it smells just as bad as ever.…

Software Innovation Prevails in Landmark Supreme Court Ruling in Google v. Oracle

In an important victory for software developers, the Supreme Court ruled today that reimplementing an API is fair use under US copyright law. The Court’s reasoning should apply to all …

« Previous ( 1 ... 254 255 256 257 258 259 260 261 262 263 264 ... 1245 ) Next »