- Home
- Tag: Linux
Posts tagged Linux
Tag: Linux
Amazon ECS now supports Amazon ECS Exec and Amazon Linux 2 for on-premises container workloads
Feed: Recent Announcements. Amazon Elastic Container Service (Amazon ECS) now supports Amazon ECS Exec and Amazon Linux 2 for workloads running on-premises with Amazon ECS Anywhere. ECS Exec makes it easier for customers to troubleshoot errors, collect diagnostic information, interact with processes in containers during development, and get “break-glass” access to containers to debug critical issues encountered in production. With Amazon Linux 2, customers can now easily use the same AWS-secured operating system on-premises and in the cloud for development and testing. AWS customers running containerized applications on-premises often need to run commands on a subset of containers. With Amazon ECS ... Read More
AWS Launch Wizard now supports the latest versions of SUSE Linux Enterprise Server and SAP HANA, S/4HANA, and BW/4HANA
Feed: Recent Announcements. AWS Launch Wizard now supports SAP S/4HANA 2021, SAP BW/4HANA 2021, SAP HANA SPS06, and SUSE Linux Enterprise Server (SLES)15 SP3. Customers planning to transform their business processes by adopting SAP S/4HANA or SAP BW/4HANA often want to use the latest releases from SAP and operating system (OS) vendors. This launch makes it easy for customers to deploy and scale these applications and OS versions in accordance with AWS, SAP, and SUSE best practices. AWS Launch Wizard offers a guided way of sizing, configuring, and deploying AWS resources for third party applications, such as Microsoft SQL Server ... Read More
Frits Hoogland: The anatomy of a linux read call, part 2

Feed: Planet PostgreSQL. This blogpost is about the internals of a linux pread (pread64) call, which both Postgresql and YugabyteDB are using. In the previous post I've set the stage of the mandatory steps and thoughts for understanding IO performance. The essence is that there are several layers that an IO call (pread64()) has to cross from user land before the actual IO is executed on the physical device. The previous post described the execution flow of a read call that got serviced by the linux page cache. This part takes a look into what happens when physical does actually ... Read More
Enforcing CIS benchmarks on Linux using Open Source Puppet
Feed: Puppet.com Blog RSS Feed. Author: ; If you're looking to enforce CIS benchmarks with Puppet Compliance Enforcement Modules, click here.Enforcing CIS benchmarks on Linux using Open Source Puppet CIS (Center for Internet Security) is a non-profit organization that aims to develop a best practice in relation to cyber security. The CIS benchmarks have been adopted by many organizations as the standard against which to measure their systems. You can download a copy of the CIS standards for free from CIS Security; if you do, you'll see the high number of benchmarks. For example, for CentOS 7 there are 186 ... Read More
Efficient Linux at the Command Line
Feed: O'Reilly Media, Inc. Upcoming Titles. Author: O'Reilly Media, Inc.. Want to increase your Linux productivity to get more done in less time? This practical book teaches you how to be quick and efficient at the Linux command line. You'll learn to create and run complex commands that solve real business problems, organize your files for quick access, efficiently process and retrieve information, and automate manual tasks. You'll truly understand what happens behind the shell prompt.Efficient Linux at the Command Line teaches general best practices and the concepts behind them, so no matter which Linux tools you use, you can ... Read More
Amazon Nimble Studio adds new features to support Linux, Usage Based Licensing, and Los Angeles Local Zone
Feed: Recent Announcements. Starting today, Amazon Nimble Studio has added new features for customers deploying or updating their cloud-based studios. With additional support for Usage Based Licensing (UBL) from AWS Thinkbox Deadline, deeper Linux integration, and the Los Angeles Local Zone, Amazon Nimble Studio provides customers added functionality when deploying their cloud-based content creation studio. These updates provide customers the ability to deploy infrastructure necessary to use UBL from the AWS Thinkbox Marketplace directly from StudioBuilder. Customers will be able to purchase render licenses for popular digital content creation (DCC) software applications and consume them for Deadline-based render tasks. Support for ... Read More
Frits Hoogland: The anatomy of a linux read call
Feed: Planet PostgreSQL. Reading data is a fundamental property of many applications, especially for databases, because their function is to manage data, and use a disk to persist data and read the stored data. A lot of people would take the database's latency measurement, or the latency measured by a tool and take that as the fundamental IO speed. This blogpost is about what that figure means, and to help you in diagnose and think about that latency. A fundamental property that MUST be known is whether the read call is done buffered (using page cache of linux) or unbuffered ... Read More
Trick to Simulate a Linux Server with less RAM
Feed: Planet MySQL; Author: Jean-François Gagné; I created the first draft of this post many years ago. At that time, I was working with physical servers having 192 GB of RAM or more. On such systems, doing memory pressure tests with MySQL is complicated. I used a trick to simulate a Linux server with less RAM (also works with vms, probably not with Kubernetes or containers). I recently needed the trick again and as I will refer to it in a future post, now is a good time to complete and publish this. TL&DR: huge pages... Let's say you want ... Read More
AWS App2Container (A2C) now supports containerization of .NET running on Linux
Feed: Recent Announcements. AWS App2Container (A2C) now supports containerization and deployment of .NET applications running on Linux. With this release, customers can use A2C to detect the .NET Core runtime version (.NET Core 3.1, .NET 5, .NET 6) and containerize the application using the corresponding runtime base images. Customers can take advantage of cost and performance benefits offered by Linux containers. Customers can continue to deploy these containerized applications to their choice of container platforms, Amazon Elastic Container Service (Amazon ECS), Amazon Elastic Kubernetes Service (Amazon EKS), AWSFargate, and AWS App Runner using A2C ... Read More
parallelly 1.29.0: New Skills and Less Communication Latency on Linux
Feed: R-bloggers. Author: JottR on R. [This article was first published on JottR on R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. parallelly 1.29.0 is on CRAN. The parallelly package enhances the parallel package – our built-in R package for parallel processing – by improving on existing features and by adding new ones. Somewhat simplified, parallelly provides the things that you would otherwise expect to find in the parallel package. The future ... Read More
Recent Comments