What Are You Doing Right Now
-
@dustinb3403 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Today is the day that we are going to hit 50K posts in this thread!
Unless we're all really quiet.
Nope, you did it.
-
@dustinb3403 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Today is the day that we are going to hit 50K posts in this thread!
Unless we're all really quiet.
Proud of you!
-
How is that possible? . . .
-
We'll make it just from talking about being so quiet.
-
@dustinb3403 said in What Are You Doing Right Now:
How is that possible? . . .
Ah... rounding up and shit.
-
Bottom number must be rounding.
-
Unraveling what appears to be white labeling misconfigurations by both my predecessor and I for SendGrid.
-
@coliver Fakes news LOL
-
I'm cleaning up an owncloud installation... and sorting out email settings for it.
-
Trying to write a powershell script that will pull the username and computer name of whoever plugs in the USB drive and email it to us, from the USB drive. Username is easy
whoami
. Emailing it is easy. Computer name, not so much, so far. Then I have to try to write the batch script that I hope will run when they plug in the USB drive to run the powershell script. -
Need to make some coffee.
-
Folks from Varidesk are roaming my offices right now.
-
@nerdydad said in What Are You Doing Right Now:
Trying to write a powershell script that will pull the username and computer name of whoever plugs in the USB drive and email it to us, from the USB drive. Username is easy
whoami
. Emailing it is easy. Computer name, not so much, so far. Then I have to try to write the batch script that I hope will run when they plug in the USB drive to run the powershell script.hostname
-
@scottalanmiller said in What Are You Doing Right Now:
Need to make some coffee.
Start by planting a seed, waiting 15 years, harvest and then cook the beans, and then grind the beans to make the coffee.
-
@coliver said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to write a powershell script that will pull the username and computer name of whoever plugs in the USB drive and email it to us, from the USB drive. Username is easy
whoami
. Emailing it is easy. Computer name, not so much, so far. Then I have to try to write the batch script that I hope will run when they plug in the USB drive to run the powershell script.hostname
Thank you. That was too easy.
-
@dustinb3403 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Need to make some coffee.
Start by planting a seed, waiting 15 years, harvest and then cook the beans, and then grind the beans to make the coffee.
Ha! Reminds me of a joke someone made in Everquest once.
Player 1: How are babies made?
Player 2: Well, at the Character Select screen . . . -
@nerdydad said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@nerdydad said in What Are You Doing Right Now:
Trying to write a powershell script that will pull the username and computer name of whoever plugs in the USB drive and email it to us, from the USB drive. Username is easy
whoami
. Emailing it is easy. Computer name, not so much, so far. Then I have to try to write the batch script that I hope will run when they plug in the USB drive to run the powershell script.hostname
Thank you. That was too easy.
You could also do
$env:Username
and$env:ComputerName
. I believe thatwhoami
andhostname
are aliases for those. -
@hobbit666 said in What Are You Doing Right Now:
Trying to get one of my Pi's to talk to the zabbix server
Fixed it
-
I'm assuming a credentials issue was involved?
-
Coffee is underway.