Tag: Linux
-
How to write custom cypher procedures with NetworkX and Memgraph
Posted on February 15, 2021, Level intermediate Resource Length medium
Angular is one of the most popular front-end frameworks, with 30% of developers preferring it for their projects. Angular is especially useful for large scale projects with many different views and components. By Ryan Thelin.
Tags linux devops how-to app-development cloud big-data cio data-science
-
Kubernetes and Ubuntu: 2020 roundup
Posted on January 31, 2021, Level beginner Resource Length medium
Kubernetes has always been a crucial part of Canonical's vision and contribution to the IT world. All leading cloud providers, such as Google, Microsoft, Amazon, Cisco and IBM run cloud Kubernetes services on Ubuntu, because we focus on the latest container capabilities in modern kernels. By Anastasia Valti.
Tags kubernetes containers open-source cloud linux devops software
-
The RustyHermit unikernel
Posted on January 28, 2021, Level intermediate Resource Length long
RustyHermit is a unikernel, which is completely written Rust. Unikernels are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, which build the backbone of typical cloud / edge infrastructures. By @stlankes.
Tags programming linux devops performance
-
Amazon ECS vs. Amazon EKS: Ultimate showdown
Posted on January 20, 2021, Level beginner Resource Length medium
This article will focus on the two featured AWS weapons for microservices and cloud architecture: Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS). By Serkan Özal.
Tags aws linux devops kubernetes cio cloud
-
Demystifying Ansible for Linux sysadmins
Posted on January 19, 2021, Level beginner Resource Length short
Taking the labor out of labor-intensive tasks is what Ansible is all about. Learn the basics here. By Pratheek Prabhakaran.
Tags ansible linux devops how-to
-
How to install PHP 8 on Ubuntu 20.04
Posted on December 12, 2020, Level beginner Resource Length short
PHP is one of the most widely used server-side programming languages. Many popular CMS and frameworks such as WordPress, Magento, and Laravel are written in PHP. PHP 8.0 is the latest major release of the PHP language. It introduces several breaking changes, performance improvements, and lots of new features such as named arguments, JIT compiler, union types, match expression, and more. By linuxize.com.
Tags php linux web-development app-development performance
-
How to supercharge string search through a directory hierarchy on a Linux/Unix
Posted on December 1, 2020, Level intermediate Resource Length short
Usually, I use the grep command/egrep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems. By Vivek Gite.
Tags linux devops software cloud performance
-
A sysadmin's guide to containerizing applications
Posted on November 15, 2020, Level beginner Resource Length medium
Curious how to containerize your Linux applications? Learn by example, and understand the challenges of various application types and how to overcome them. By Scott McCarty (Red Hat, Sudoer).
Tags software linux devops how-to cio
-
How K3s, Portworx, and Calico can serve as a foundation of cloud native edge infrastructure
Posted on September 2, 2020, Level intermediate Resource Length medium
Kubernetes is finding its way from the cloud to the edge via the data center. During the early days, Kubernetes was considered for hyperscale workloads running in the public cloud. It eventually became the consistent and unified infrastructure layer to run workloads in hybrid cloud and multicloud environments. By Janakiram MSV.
Tags linux devops kubernetes web-development containers iot
-
Graphtage: A new semantic diffing tool
Posted on September 1, 2020, Level beginner Resource Length short
Graphtage is a command line utility and underlying library for semantically comparing and merging tree-like structures such as JSON, JSON5, XML, HTML, YAML, and TOML files. By Evan Sultanik.
Tags linux software programming web-development open-source
-
Developing on Windows with WSL2
Posted on August 18, 2020, Level beginner Resource Length medium
Since a new build of Windows with WSL2 (Windows Subsystem for Linux) just got out, author took the chances and tried out a whole new developer experience: Doing web development in Windows! And by web development author means fullstack. By Sebastian Deutsch.
Tags how-to linux software programming
-
IBM completes successful field trials on Fully Homomorphic Encryption
Posted on August 8, 2020, Level beginner Resource Length medium
Fully Homomorphic Encryptio (FHE) allows computation of still-encrypted data, without sharing the secrets. We're already accustomed to data being encrypted while at rest or in flight—FHE offers the possibility of doing computations on it as well, without ever actually decrypting it. By Jim Salter.
Tags ibm performance infosec software-architecture linux