Материалы по теме 'ubuntu' | DevsDay.ru

IT-блоги Материалы по теме 'ubuntu'

IT-блоги Материалы по теме 'ubuntu'


Разработка dev.to 19 мая 2024 г. 19:01

In this tutorial, you will learn how I increased the flexibility and performance of my Astro-powered blog by integrating Couchbase. We will walk through the step-by-step process in transforming your Astro static blog into one that leverages a NoSQL d...... читать далее

tutorial webdev database

Разработка dev.to 19 мая 2024 г. 9:57

INTRODUCTION Have you ever felt curious about Ubuntu Linux and wanted to try it out? Perhaps you’re a developer wishing to test software or a student yearning to explore its vast capabilities but, at the same time, worried about tampering with your...... читать далее

linux ubuntu virtualmachine linuxserver

Разработка dev.to 18 мая 2024 г. 22:40

Introduction In today's fast-paced development environment, having a CI/CD pipeline set up to automatically run tests, check project builds, and manage deployments can save significant time and enhance scalability. It has become a necessity for any...... читать далее

devops kubernetes githubactions cicd

Разработка dev.to 18 мая 2024 г. 20:18

Initial problem: can't connect to a Google Cloud VM instance created through vscode. Try to get SSH connection to the instance through Google Cloud Console: Checked firewall rules. There already exists a predefined rule that applies to all insta...... читать далее

cloud cloudskills

Разработка dev.to 18 мая 2024 г. 20:10

Have you ever been in a situation where you made a PR or MR and waited for a couple of seconds for the output of the CI pipeline? But something went wrong, and you can't see the issue in the blink of an eye. And you get annoyed that you must read a f...... читать далее

php opensource codequality

Разработка dev.to 18 мая 2024 г. 18:00

Scheduling tasks to run at specific times or intervals is an essential feature of many web applications, allowing for automation of repetitive tasks such as sending emails or notifications, report generation, and periodic data updates. Django-Q provi...... читать далее

python django

Разработка dev.to 18 мая 2024 г. 17:37

Django, a high-level Python web framework, simplifies the creation of complex, database-driven websites. However, handling long-running tasks synchronously in web applications can lead to performance bottlenecks and a poor user experience. This is wh...... читать далее

django python

Разработка dev.to 18 мая 2024 г. 12:57

Lately at work, I have been using Terraform for our Infrastructure as Code (IaC) requirements for AWS workloads. As part of this learning journey, I also acquired Terraform Associate certification. I wanted to explore Terraform for non-AWS use case...... читать далее

snowflake terraform githubactions devops

Разработка dev.to 18 мая 2024 г. 9:56

I am not sure why this happens but each time i install a new linux system and i try to pip install a pythonlibrary i am getting the following warning/error message: error: externally-managed-environment × This environment is externally managed ╰─...... читать далее

pip linux python fix

Разработка dev.to 17 мая 2024 г. 20:30

Todo o tutorial está sendo feito dentro de uma WSL2 com Ubuntu do Windows 11. Primeiro precisamos de um PostgreSQL com PostGIS instalado. Nesse exemplo vamos iniciar utilizando Docker Container com o comando abaixo: docker run --name postgis -p 5...... читать далее

Разработка dev.to 17 мая 2024 г. 20:13

Writing smart contracts is one thing but, interacting with them is another.Today we are going to dive into how we can interact with our deployed smart contracts locally using web3.py. I would recommend you to look out for my early post which is a beg...... читать далее

vyper bnbchain web3 python

Разработка IntelliJ IDEA 17 мая 2024 г. 11:22

Choosing the right Java runtime for your Spring Boot project might seem trivial at first glance. After all, all runtimes are based on the OpenJDK code and offer the same APIs. But not all runtimes are created equal. This article will discuss various...... читать далее

idea java jdk spring-boot

DevOps ubuntu.com 17 мая 2024 г. 10:52

CentOS 7 is on track to reach its end-of-life (EoL) on June 30, 2024. Post this date, the CentOS Project will cease to provide updates or support, including vital security patches. Moving away from the RHEL-based ecosystem might appear daunting, but...... читать далее

case study centos cloud Cloud migrations Migration Open source Server Ubuntu

Разработка dev.to 17 мая 2024 г. 6:12

Introduction Laravel is a popular free and open-source PHP-based web framework used for building high-end web applications. It is renowned for its expressive and elegant syntax. In this article, we will deploy a Laravel app on a LAMP stack. LAMP sta...... читать далее

devops ubuntu bash laravel

Разработка dev.to 16 мая 2024 г. 22:43

Introduction Containerization is becoming commonplace in modern software development. The practice involves the development of software applications in isolated environments that mimic a desired operating system. Containerization has enabled develo...... читать далее

django docker webdev beginners

Разработка dev.to 16 мая 2024 г. 17:53

One of the most recent projects I did was an exam project for a cloud engineering program I am doing. We were asked to: Automate the provisioning of two Ubuntu-based servers, named “Master” and “Slave”, using Vagrant. On the Master node, create a b...... читать далее

linux mysql php bash

Разработка IntelliJ IDEA 16 мая 2024 г. 14:48

A new season of our Early Access Program has officially started! The first EAP build for IntelliJ IDEA 2024.2 is now available for download, offering a sneak peek at some of the exciting updates in the pipeline. You can download the new version from...... читать далее

eap idea news early-access-program intellij-idea java

Разработка dev.to 16 мая 2024 г. 13:46

Install NGINX: If you haven't already installed NGINX on your Ubuntu 24.04 you can do so using the package manager $sudo apt update $sudo apt install nginx Copy your default configuration file to your domain configuration file created (change m...... читать далее

Разработка dev.to 16 мая 2024 г. 7:48

Introduction In today's multimedia-driven world, streaming video content efficiently and reliably is more critical than ever. AWS MediaConnect and the Secure Reliable Transport (SRT) protocol provide robust solutions for broadcasting video streams...... читать далее

ffmpeg srt mediaconnect streaming

Разработка dev.to 16 мая 2024 г. 4:39

Eclipse IDE is a powerful tool for developers, but like any complex software, it can sometimes experience sudden crashes, particularly on Ubuntu. These crashes can be frustrating and disruptive. This article will provide several solutions to help you...... читать далее