arkus.space
  • Home
Sign in Subscribe

Scripting

A collection of 2 posts
Passing environmental variables through SSH
DevOps

Passing environmental variables through SSH

Problem When working with CI systems, sometimes you want to connect to a server through SSH and execute some commands. Often, you do it like this ssh user@host <<'EOL' # your commands here EOL which will send the commands until the EOL is reached. Those commands
Nov 13, 2023 4 min read
Writing short utility scripts in JavaScript or TypeScript is actually ok
Scripting

Writing short utility scripts in JavaScript or TypeScript is actually ok

Sometimes, you want to make some part of the workflow automated, so you don't need to repeat the same manual tasks again and again. When it's a bunch of commands that you need to execute sequentially, most people go for bash scripts (UNIX people, Windows users
Jul 31, 2023 6 min read
Page 1 of 1
arkus.space © 2025
  • Sign up
Powered by Ghost