You are here |
ahalbert.com | ||
| | | |
zwischenzugs.com
|
|
| | | | Continuing in the series of posts about lesser-known bash features, here I take you through seven variables that bash makes available that you may not have known about. 1) PROMPT_COMMAND You might already know that you can manipulate your prompt to show all sorts of useful information, but what fewer people know is that you... | |
| | | |
chris-martin.org
|
|
| | | | ||
| | | |
rickardlindberg.me
|
|
| | | | This article is about how I've become more efficient at using Bash, the interactive UNIX shell. When I work in Bash, I often want to execute a command again. In the beginning I re-typed the command and pressed enter. This worked fine for short commands, but became tedious for longer commands. In some shells this is the only way to enter a new command. But Bash remembers the recently executed commands and provides ways to recall them. | |
| | | |
nodogmablog.bryanhogan.net
|
|
| | In my previous post I showed how to build a .NET 5 library inside a docker image and deploy it to an AWS Lambda. This post is a small extension on that. I'm going to build a .NET 5 Web API application, turn it into a docker image, deploy it to an AWS Lambda, and connect an API Gateway to the Lambda to call the controller inside the application, inside the container, inside the Lambda! |