Showing headlines posted by bob

« Previous ( 1 ... 153 154 155 156 157 158 159 160 161 162 163 ... 1156 ) Next »

Set up a .NET development environment

  • Fedora Magazine; By Federico Antuña (Posted by bob on May 20, 2021 4:16 AM EDT)
  • Story Type: Tutorial; Groups: Fedora, Linux
Configure a .NET development environment on Fedora Linux (including Azure Functions tools and SSL) for C# and related languages.

Install ModSecurity with Apache in a Docker Container

ModSecurity is a free, open-source, and most popular web application firewall (WAF) that protects your web application against a wide range of Layer 7 attacks. In this tutorial, I will show you how to install ModSecurity 3 with Apache inside a Docker container.

Faster Python: Mark Shannon, author of newly endorsed plan, speaks to The Register

The biggest challenge? "Backwards compatibility of features that we might not even know we have". Interview Python creator Guido van Rossum last week introduced a project to make CPython, the official implementation, five times faster in four years. Now Mark Shannon – one of the three initial members of the project – has opened up about the why and the how.…

How to manage AWS Cloudwatch using aws-cli

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 20, 2021 12:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, I will show you aws-cli commands to manage Cloudwatch from the terminal. This guide will help you get started with using aws-cli for creating, managing Cloudwatch alarms.

Linux Foundation offers free WebAssembly online class

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on May 19, 2021 10:37 PM EDT)
  • Story Type: News Story; Groups: Linux
WebAssembly, the stack-based virtual machine, is expanding well beyond websites to become a useful Rust and JavaScript programming tool for many programs.

Android 12 beta lands bringing better personalisation, speed upgrades, and some privacy tools borrowed from iOS 14

  • The Register; By Matthew Hughes (Posted by bob on May 19, 2021 9:54 PM EDT)
  • Story Type: News Story; Groups: Android
Google Pixel phone not required. Google has flicked "publish" on its Android 12 beta, with the bleeding-edge OS winging its way to enrolled devices.…

Free Course Explores WebAssembly Modules from the Cloud to the Edge

With our world being increasingly driven by apps and the microservices that support them, adoption of WebAssembly (Wasm) continues to accelerate. WebAssembly is a stack-based virtual machine that can greatly improve the performance and capabilities of websites and, despite the name, nearly any other kind of non-web platform you can imagine. Besides making browsers much […]

An Abridged Guide to the Enterprise Linux Landscape

Whether you are welcoming CentOS Stream or looking for alternatives, the recent decision from the CentOS community to focus on CentOS Stream has forced a lot of technical leaders to rethink their Enterprise Linux strategy.  Today, Linux comes in every shape and size imaginable — with the kernel running on tiny low power computers and IoT devices, mobile phones, tablets, laptops all the way up to midrange and high-power mainframe servers.

1Password releases full-featured Linux desktop application

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 19, 2021 4:35 PM EDT)
  • Story Type: News Story; Groups: Linux
1Password has just released the first big-name password management program for Linux desktop users.

Myriad X based AI vision camera offers a choice of 2MP and 8MP sensors

EyeCloudAI will soon go to Crowd Supply to launch an open-spec, Pi-compatible “CDK” edge AI camera kit based on Intel’s Myriad X VPU with 1GB RAM and a choice of 2MP rolling or global shutter or 8MP rolling shutter sensors. EyeCloudAI, which successfully launched a series of OpenNCC embedded vision AI cameras on Kickstarter last […]

Manage your Raspberry Pi with Cockpit

Last year, I wrote about using Cockpit to manage my Linux servers. It is a web-based tool that gives you a clean, powerful interface for managing multiple servers and their associated services and applications. It also eases regular day-to-day administrative tasks.

Are you using this magic method for filesystems from Python 3.6?

  • Opensource.com; By Moshe Zadka (Posted by bob on May 18, 2021 11:03 PM EDT)
  • Story Type: Tutorial; Groups: Python
This is the seventh in a series of articles about features that first appeared in a version of Python 3.x. Python 3.6 was first released in 2016, and even though it has been out for a while, many of the features it introduced are underused and pretty cool. Here are three of them.

4 essential characteristics of successful APIs

If you are building an application that uses some variation of a client/server model, you need an application programming interface (API). An API is a clearly defined boundary between one process and another. A common boundary in web applications is a REST/JSON API.

Network address translation part 4 - Conntrack troubleshooting

  • Fedora Magazine; By Florian Westphal (Posted by bob on May 18, 2021 2:17 PM EDT)
  • Story Type: News Story; Groups: Fedora
This is the fourth post in a series about network address translation (NAT). The first article introduced how to use the iptables/nftables packet tracing feature to find the source of NAT-related connectivity problems. The second article introduced the “conntrack” command. The third article gave an introduction to the “conntrack” event framework. This article shows how […]

Microsoft sheds some light on perplexing Outlook blank email incident: Word was to blame

  • The Register; By Tim Anderson (Posted by bob on May 18, 2021 9:54 AM EDT)
  • Story Type: News Story; Groups: Microsoft
Office 365 users learn that Microsoft can make or break their productivity every 4 hours. Microsoft has published a Preliminary Post Incident Report on last week's events which broke Outlook on Windows for millions of users, making emails impossible to view or create.…

Firefly launches $89 and up SBC with an RK3566 and M.2 storage

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 18, 2021 5:31 AM EDT)
  • Story Type: News Story; Groups: Community
Firefly has launched a “ROC-RK3566-PC” SBC with a Rockchip RK3566 and 2GB ($89) or 4GB ($119) RAM plus 32GB eMMC, GbE, WiFi/BT, MIPI, HDMI, M.2, and 3x USB. Specs have also been posted for a RK3568-based model. T-Chip Technology’s Firefly community project is continuing its transition to Rockchip’s quad-core, Cortex-A55 based RK3566 and RK3568 by […]

Use open source tools to set up a private VPN

  • Opensource.com (Posted by bob on May 17, 2021 10:56 PM EDT)
  • Groups: Linux; Story Type: News Story
Getting from one place to another over a computer network can be a tricky thing. Aside from knowing the right address and opening the right ports, there's the question of security. For Linux, SSH is a popular default, and while there's a lot you can do with SSH it's still "just" a secure shell (that's what SSH stands for, in fact.) A broader protocol for encrypted traffic is VPN, which creates a unique, virtual private network between two points. read more

Convenient matrices and other improvements Python 3.5 brought us

  • Opensource.com (Posted by bob on May 17, 2021 4:21 PM EDT)
  • Groups: Python; Story Type: News Story
This is the sixth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.5 was first released in 2015, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them. The @ operator The @ operator is unique in Python in that there are no objects in the standard library that implement it! It was added for use in mathematical packages that have matrices. read more

How to Install Drupal 9 on Fedora 34

This tutorial shows you how to install Drupal 9 CMS on Fedora 34. We will use Apache as the webserver and MariaDB for the database.

Manage AWS SNS Topics using aws-cli

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 10:54 PM EDT)
  • Groups: Linux; Story Type: News Story
In this article, I will show you the commands to create an SNS Topic, Subscription, confirm, and delete the Subscription on Linux shell using aws-cli.

« Previous ( 1 ... 153 154 155 156 157 158 159 160 161 162 163 ... 1156 ) Next »