-
When running
`curl -kL dexterindustries.com/update_tools | sudo bash`
it fails with the following error:
`script_tools installer script must be run with "pi" user. Exiting.`
Viz.:
```
pi@raspb…
-
I'm using Skipper do to a Canary deployment of an application on Kubernetes.
After the deployment of the Canary, I want to know how it is doing by checking the results of HTTP requests that the Canar…
-
https://echoingursb.github.io/2018/01/13/%E5%B8%B8%E8%A7%81%E4%BA%8C%E7%BB%B4%E6%95%B0%E7%BB%84%E6%93%8D%E4%BD%9C/
-
b11af99077a19a54ab006d82eebeea06d0ea76d4 breaks any strings containing the character `&`:
``` ps
PS> plink -pw vagrant vagrant@192.168.137.193 "whoami && whoami"
vagrant
poros\jacob
```
Note that `w…
-
I have the following code :
```r
#' Who Am I?
#'
#' @return A tibble with user information
#'
#' @export
#' @rdname whoami
#' @examples
#' users_list(user = "me")
#' whoami()
#'
users_…
-
**Describe the bug**
traefik dashboard and whoami.docker.localhost not working
**To Reproduce**
Steps to reproduce the behavior:
1. 'run current 02-Configure-Traefik/docker-compose.file.yml'
2.…
ghost updated
2 years ago
-
## Expected behavior
Return the name of the team.
## Current behavior
Returns the org name as the username:
`pulumi whoami -v` returns:
```
User: karsenbarg
Organizations: …
-
## The Problem
```
$ raku -e 'dd $*USER, $*GROUP'
Any
Any
```
## Expected Behavior
Something including my windows userid
## Environment
```
$ sw_vers.bat
C:\sandbox\rakudo>systeminfo …
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
I tried to run traefik in a docker swarm and wanted to expose the dashboard as shown in the docs…
xsrf updated
4 months ago
-
## Regular usage works as expected
```shell
bun install concurrently
bun concurrently "pwd" "whoami"
# produces:
[0] /c/dev
[1] loki-sff\loki
[1] whoami exited with code 0
[0] pwd exited…