linux

20 items tagged with "linux"

20 Articles

Articles

Change Models Path on Ubuntu for Ollama

2024-08-06
Tools & Systems

Mount Azure File Share to Azure App Service or Azure Functions Linux Container Apps

This code snippet shows you how to mount Azure Storage file share as a local drive in a Linux container app hosted in Azure App Service or Azure Functions. Outline of the code The code snippet does the following: Create a storage account Create file service Create a file share Create an App Service resource with Linux container Mount the file share to the app For .NET 8 containers If you use .NET 8 images that runs without root permissions, please mount the file share to path under /home. Otherwise, you may encounter errors like the following when deploying to Azure: "message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.","details":[{"code":"DeploymentFailed","target":"/subscriptions/\\\/resourceGroups/\\\/providers/Microsoft.Resources/deployments/kontext-web","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InternalServerError","message":"There was an unexpected InternalServerError. Please try again later. x-ms-correlation-request-id: \\\*"}

2023-12-26
Microsoft Azure

Creating Azure Function App with .NET 8 - Bicep Example

.NET 8 preview 7 is now supported for Azure Functions Linux consumption plan when creating dotnet-isolated function app. This code snippet shows you how to create a Function App using .NET 8. The key part is to change linuxFxVersion to 'DOTNET-ISOLATED|8.0'.

2023-09-04
Microsoft Azure

Install .NET 8 SDK on Ubuntu

2023-05-06
Tools & Systems

Overwrite Connecting String via Environment Variable for ASP.NET Core on Docker

2023-04-25
ASP.NET Core

Install Spark 3.3.0 on Linux or WSL

2022-06-20
Tools & Systems

Install Spark 3.2.1 on Linux or WSL

2022-06-14
Spark & PySpark

Install Hadoop 3.3.2 in WSL on Windows

2022-04-18
Hadoop, Hive & HBase

How to upgrade from WSL 1 to WSL 2

2022-02-09
Tools & Systems

Apache Spark 3.0.1 Installation on Linux or WSL Guide

2020-12-27
Spark & PySpark

Apache Spark 3.0.0 Installation on Linux Guide

2020-08-09
Spark & PySpark

Install Hadoop 3.3.0 on Linux

2020-08-04
Hadoop, Hive & HBase

Install Hadoop 3.3.0 on Windows 10 using WSL

2020-07-31
Hadoop, Hive & HBase

Big Data Tools on Windows via Windows Subsystem for Linux (WSL)

2019-05-19
Sqoop

Sqoop Installation on Windows 10 using Windows Subsystem for Linux

2019-05-19
Sqoop

Apache Spark 2.4.3 Installation on Windows 10 using Windows Subsystem for Linux

2019-05-19
Spark & PySpark

Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

2019-05-18
Zeppelin

Install Windows Subsystem for Linux on a Non-System Drive

2019-05-15
Tools & Systems

Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)

2019-05-11
Hadoop, Hive & HBase

Mount Windows Shared Folder in SUSE or other Linux VMware Guest

2018-04-04
Tools & Systems