Explore >> Select a destination


You are here

ahalbert.com
| | zwischenzugs.com
16.3 parsecs away

Travel
| | 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
15.8 parsecs away

Travel
| |
| | rickardlindberg.me
17.6 parsecs away

Travel
| | 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
107.3 parsecs away

Travel
| 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!