- Home
- Tag: Scripting
Posts tagged Scripting
Tag: Scripting
Operating Lambda: Building a solid security foundation – Part 2

Feed: AWS Compute Blog. Author: James Beswick. In the Operating Lambda series, I cover important topics for developers, architects, and systems administrators who are managing AWS Lambda-based applications. This two-part series discusses core security concepts for Lambda-based applications. Part 1 explains the Lambda execution environment and how to apply the principles of least privilege to your workload. This post covers securing workloads with public endpoints, encrypting data, and using AWS CloudTrail for governance, compliance, and operational auditing. Securing workloads with public endpoints For workloads that are accessible publicly, AWS provides a number of features and services that can help mitigate ... Read More
The Ethereum Virtual Machine (EVM)
Feed: Featured Blog Posts - Data Science Central. Author: Monika Sangwan. Vitalik Buterin (https://vitalik.ca) conceptualized Ethereum (https://ethereum.org) in November, 2013. The core idea proposed was the development of a Turing-complete language that allows the development of arbitrary programs (smart contracts) for blockchain and Decentralized Applications (DApps). This concept is in contrast to Bitcoin, where the scripting language is limited and only allows necessary operations. The EVM is a simple stack-based execution machine that runs bytecode instructions to transform the system state from one state to another. The EVM is a Turing-complete machine but is limited by the amount of gas ... Read More
Give Your Business Users Simple Augmented Analytics
Feed: Featured Blog Posts - Data Science Central. Author: Kartik Patel. When you launch an analytics solution within your enterprise, you are probably concerned about getting your business users to adopt that solution. If you can’t engage the business user and achieve user adoption, your return on investment (ROI) will be poor! But, it is important to understand that the right augmented analytics solution can provide the structure and foundation for business users without requiring them to have a sophisticated knowledge of algorithms and analytical techniques. Features and tools like Assisted Predictive Modeling, Smart Data Visualization and Self-Serve Data Preparation ... Read More
Ryan Lambert: First Review of Partitioning OpenStreetMap
Feed: Planet PostgreSQL. By Ryan Lambert -- Published February 21, 2021My previous two posts set the stage to evaluate declarative Postgres partitioning for OpenStreetMap data. This post outlines what I found when I tested my plan and outlines my next steps. The goal with this series is to determine if partitioning is a path worth going down, or if the additional complexity outweighs any benefits. The first post on partitioning outlined my use case and why I thought partitioning would be a potential benefit. The maintenance aspects of partitioning are my #1 hope for improvement, with easy and fast loading ... Read More
Back up Linux virtual machines running mission-critical workloads
Feed: Microsoft Azure Blog. Author: Kirushna Kumaar Ganesan. As organizations continue to embrace Linux, we see a growing number of enterprises running business and mission-critical workloads on Linux virtual machines in Azure. Azure Backup service offers application consistent backup of Linux virtual machines in Azure to safeguard against unintended destruction of data in your virtual machines. Azure Backup also has a specialized offering for SAP HANA that is workload-aware, offers a 15 minute recovery point objective (RPO), and allows the backup and restore of individual databases. As part of our continued commitment to Linux:
Azure Backup has several improvements to agent-based application consistent backup ... Read More
The Myths, Not So Myths, and Truths about Data Science
Feed: R-bloggers. Author: R on Curious Joe. [This article was first published on R on Curious Joe, 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. Background As a student, when I was starting to seriously consider Data Science (DS) as a career option, the first thing that came to mind was where I should start or even before that, what I should learn first! Like many others, I too started with an online ... Read More
Extent Map Backup & Recovery
Feed: MariaDB Knowledge Base Article Feed. Author: . ColumnStore uses a smart structure called an Extent Map to provide a logical range for partitioning and remove the need for indexing, manual table partitioning, materialized views, summary tables and other structures and objects that row-based databases must implement for query performance. Extents are logical blocks of space that exist within a physical segment file, and is anywhere between 8 and 64 MB in size. Each Extent supports the same number of rows, with smaller data types using less disk space. The Extent Map catalogs Extents to their corresponding blocks (LBID's), along ... Read More
MySQL Shell 8.0.23 for MySQL Server 8.0 and 5.7 has been released
Feed: Planet MySQL; Author: InsideMySQL.com; Dear MySQL users,MySQL Shell 8.0.23 is a maintenance release of MySQL Shell 8.0 Series (acomponent of the MySQL Server). The MySQL Shell is provided underOracle’s dual-license.MySQL Shell 8.0 is highly recommended for use with MySQL Server 8.0 and5.7. Please upgrade to MySQL Shell 8.0.23.MySQL Shell is an interactive JavaScript, Python and SQL consoleinterface, supporting development and administration for the MySQLServer. It provides APIs implemented in JavaScript and Python thatenable you to work with MySQL InnoDB cluster and use MySQL as a documentstore.The AdminAPI enables you to work with MySQL InnoDB cluster and InnoDBReplicaSet, providing integrated ... Read More
Security Trends In 2021 and How To Protect Your Site

Feed: Liquid Web. Author: Jerry Vasquez; The global pandemic has brought a change in the latest security trends. According to Akamai’s research, the main targets of cyberattacks are retail, hospitality, and travel industries, but corporate marketing systems or even web hosting companies aren’t safe from being targeted by assailants. These security issues also spill over to 2021, and it’s more important than ever to know how to protect your site against these attacks. You can patch some security loopholes using robust attack prevention software, such as firewalls, Virtual Private Networks (VPN), and strong authentication. Yet, some attacks exploit human errors ... Read More
How to Improve Project Security by Automating and Managing AWS Multi-Account Access

Feed: AWS Partner Network (APN) Blog. Author: Robert Patt-Corner. By Robert Patt-Corner, Principal Consultant and Cloud Architect at EGlobalTech Many of our enterprise customers at EGlobalTech improve project security by segregating individual projects, or project environments like DEV or PROD, in separate Amazon Web Services (AWS) accounts. Mapping each project or project environment to a unique account provides a clear and easy way to maintain security boundaries and built-in cost accounting. At EGlobalTech, we use a project-per-account model for accounts we manage, and strongly encourage it for our customers who self-manage their AWS facilities. In this post, I will focus ... Read More
Recent Comments