Let's talk about shell

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
Search for a command to run...

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
No comments yet. Be the first to comment.
AWS Bedrock AgentCore lets you deploy agents as managed containerized runtimes. This guide shows how to automate this deployment using Pulumi and Docker. What You'll Deploy Docker container with your agent code Amazon ECR to store the image Bedroc...

Introduction This guide shows how to deploy AWS Bedrock Agents using Pulumi and TypeScript. Prerequisites AWS Account with Bedrock access Node.js and npm installed Pulumi CLI installed Project Setup Generate Project with Pulumi pulumi new aws-t...

Starting My Homelab Journey with a Raspberry Pi 4B

I recently discovered Docker compose profiles and wanted to share it as it can be useful to someone else. Docker Compose profiles let you control which services run without modifying your docker-compose.yml. They’re useful for separating optional s...

These days, i’m using AWS Bedrock to create Agents.And i faced this error when testing my agents many times so i decided to write down the workaround that i found. An error occurred (dependencyFailedException) when calling the InvokeAgent operation: ...

Before i started to code, i used to navigate inside my computer within the graphic interface. ( i learned later it's called GUI for Graphic User Interface).
But when i started to learn how to code, everyone told me, you need to learn the command line.
So i did it, and now i spend most of my days typing commands in my terminal.
But as i was learning how to use it, i was really confused by the terms :
What is a shell ? What's the difference between those terms ?
The shell is a is a command-line interpreter : it's a program that takes commands and gives them to the operating system to perform.
It is called a shell because it is the outermost layer around the operating system.
On most Linux systems, the shell program is called bash (Bourne Again SHell which is an enhanced version of the original shell program sh ).
Bash is both a shell and language.

On Windows systems, the equivalent shell program is command prompt.

Powershell is the successor of the famous command prompt on Windows.
It's not only a shell but also a scripting language.

No matter what shell you use, it's your choice.
Whatever you feel comfortable with and you can interact easily with your computer, that's fine :)
I used Powershell for some time when using Windows and i really liked it !
I am on Linux most of the time.
I used the basic terminal for a long time (Bash).
Lately, i changed and i am using Tilix : https://gnunn1.github.io/tilix-web/
I like it a lot because i can divide my terminal super easily.
What about you ?
Tell me in the comments :)