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

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

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


Разработка dev.to 26 апреля 2024 г. 10:11

In today's rapidly evolving tech landscape, mastering the command line streamlines the development process for developers. The command line can be accessed through various shell environments like Bash and PowerShell. This article explores the shell e...... читать далее

Разработка dev.to 25 апреля 2024 г. 15:40

PgBench is a popular tool for testing PostgreSQL database performance. Still, its default 'TPC-B-like' workload, which involves many roundtrips and context switches, may not effectively reflect actual performance as it could skew results. To overcome...... читать далее

postgres pgbench sql database

Разработка dev.to 25 апреля 2024 г. 13:14

Acquiring the image First, you need to download and install a bootstrapped Arch Linux image. Open a Windows PowerShell and download a bootstrapped tarball from a suitable Arch Linux mirror: Invoke-WebRequest -Uri "https://archlinux.mirror.pcext...... читать далее

wsl windows linux archlinux

Разработка dev.to 25 апреля 2024 г. 11:49

Introduction DevOps engineers play a pivotal role in blending software development and system operations to enhance both system reliability and deployment efficiency. Their importance has grown significantly in the tech industry, driven by the need...... читать далее

devops cloud

Разработка dev.to 25 апреля 2024 г. 9:14

This is the first in a series of articles on practical ways to ensure that your server is secure. As an example, we'll take Linux Debian with ispmanager 6 and a WordPress site. This article will describe: Security during Debian installation Securi...... читать далее

Разработка dev.to 25 апреля 2024 г. 6:01

Okay, let's face it, sometimes I can making easy projects let's say: I can connect to API and making something funny or good enough I can work with Databases and CRUD I can do simple javascript and typescript functionality I can do simple PHP blog...... читать далее

beginners skills improving development

Разработка dev.to 25 апреля 2024 г. 0:50

Installing in Ubuntu: curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash Give permissions: sudo chown $USER /var/run/docker.sock Run in the terminal: lazydocker Ref...... читать далее

docker lazydocker terminal gui

Разработка dev.to 24 апреля 2024 г. 19:34

Git is a crucial collaborative tool that virtually every developer uses. Understanding Git isn't just a technical proficiency—it's a key to fostering successful collaboration in a development environment. By mastering Git, you position yourself as an...... читать далее

Разработка dev.to 24 апреля 2024 г. 12:12

In the ever-evolving landscape of software development, streamlining workflows is paramount to success. In this article, we’ll explore how to leverage the powerful combination of GitHub Actions, Docker, and the GitHub npm Package to automate and opti...... читать далее

devops github docker npm

DevOps linuxhint.com 24 апреля 2024 г. 10:23

There are various simple ways you can use to create a the files in bash. We have explained multiple commands to create bash files from the terminal.... читать далее

BASH Programming

Разработка dev.to 24 апреля 2024 г. 1:20

Prerequisites Set up a Cloudflare account Read more Installations Install nvm sudo apt install curl bash curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash source ~/.profile #### ctrl+d o back to ZSH sou...... читать далее

cloudflare workers serverless node

Разработка dev.to 23 апреля 2024 г. 22:28

Before Docker, developers, and operations engineers had a huge setback when deploying an application to the servers because dependencies were to be installed on every machine to run the desired application. This approach created a lot of errors and m...... читать далее

Разработка dev.to 22 апреля 2024 г. 23:05

Preamble My initial plan was to set up the GitLab server in docker on the Raspberry Pi mainly for portability as I would be setting up different tools and had no plans to add resources to the Pi. However, I ran into some problems. I'm not particula...... читать далее

raspberrypi gitlab learning

Разработка dev.to 22 апреля 2024 г. 14:06

Introduction About 7 years ago, in the midst of writing Elm in Action, Richard Feldman developed rtfeldman/elm-spa-example, wrote Tour of an Open-Source Elm SPA and graciously shared both of them with the Elm community. The community's response was...... читать далее

elm spa webapp scaling

Разработка dev.to 22 апреля 2024 г. 11:21

Prerequisites: A virtual machine set up on a cloud provider (AWS, Google Cloud, Azure) or a local virtualization platform (VirtualBox). Basic understanding of command line and Linux concepts. Deploying PostgreSQL on a Virtual Machine (VM) and con...... читать далее

Разработка dev.to 22 апреля 2024 г. 5:20

Introduction: In the ever-evolving landscape of cloud computing, developers constantly seek efficient tools to streamline the deployment and management of infrastructure. Amidst the myriad of options, Amazon Web Services (AWS) Cloud Development Kit...... читать далее

Разработка dev.to 22 апреля 2024 г. 2:03

No mundo do desenvolvimento de software, dominar ferramentas como o Git e GitHub se tornou fundamental para qualquer desenvolvedor. Com isso, por meio deste guia básico espero contribuir para o início da sua jornada no mundo da programação colaborati...... читать далее

Разработка dev.to 21 апреля 2024 г. 22:00

In real deployments, without atomic clocks, the time synchronized by NTP can drift, and servers in a distributed system can show a clock skew of hundreds of milliseconds. A simple way to test this in a Docker lab is to fake the clock_gettime function...... читать далее

yugabytedb distributed sql database

Разработка dev.to 21 апреля 2024 г. 13:56

No Need for Binary Installation Files and Complex Configurations On Linux, you only need to have docker, docker-compose and some helping libraries such as git, curl, bash, yq installed. Can easily migrate the whole system to other Linux servers. (i...... читать далее

cicd shell

Разработка dev.to 21 апреля 2024 г. 1:24

First.. anyone with a "FLOG" app... not trying to take the name away or claim it, but I do think Flog is a neat little way of explaining the logging stack... similar to ELK... (FluentBit / Loki / Grafana) the why With the latest flare-ups...... читать далее