What Are You Doing Right Now
-
@EddieJennings said in What Are You Doing Right Now:
@Dashrender said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
About to head home. Thing learned today: in Azure, there's apparently no console-level access for a Windows VM.
really? that kinda seems odd.
I’ll look for it tomorrow, for I agree it’s odd.
It's not odd, it's expected. No need to look, it's definitely not there.
-
Installing glances using PyPI (pip) instead dnf on Fedora because DISK I/O was not showing and keep being reminded upgrading glances using pip.
-
@black3dynamite said in What Are You Doing Right Now:
Installing glances using PyPI (pip) instead dnf on Fedora because DISK I/O was not showing and keep being reminded upgrading glances using pip.
Until Fedora updates
python3-psutil
past 5.4.3-7 you have to use this work around -
@JaredBusch said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
Installing glances using PyPI (pip) instead dnf on Fedora because DISK I/O was not showing and keep being reminded upgrading glances using pip.
Until Fedora updates
python3-psutil
past 5.4.3-7 you have to use this work aroundThanks but I'll stick with with
pip install --user glances
for now. -
looking at the makita range of 18v gardening weapons.
-
Serpentine belt started squealing yesterday afternoon, this morning I have a check battery light on in my car.
Wonderful, but at least this car has been an amazing car and hasn't needed a lot of investment to keep it going so spending to fix it is worthwhile.
-
Southbound
-
Enjoying some finally cool, fall air outside with the doggo.
-
-
Looking into PGP software for an SFTP vendor requirement
-
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
-
Finally getting to my coffee.
-
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur. -
Building a VDI instance for @JeremyRichardson
-
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur.Okay, that's okay then as worded. It's not combined, it's just "only SFTP PGP files to us". So you just need any PGP software, not related to the SFTP software or process.
-
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur.Okay, that's okay then as worded. It's not combined, it's just "only SFTP PGP files to us". So you just need any PGP software, not related to the SFTP software or process.
Right. I've never used PGP software before. Anything you recommend?
-
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur.Okay, that's okay then as worded. It's not combined, it's just "only SFTP PGP files to us". So you just need any PGP software, not related to the SFTP software or process.
Right. I've never used PGP software before. Anything you recommend?
Well, if you are on Fedora or Ubuntu, it's built into the OS and you just use it the same as if you were zipping a file.
The command is just gpg. That's it. That simple
-
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur.Okay, that's okay then as worded. It's not combined, it's just "only SFTP PGP files to us". So you just need any PGP software, not related to the SFTP software or process.
Right. I've never used PGP software before. Anything you recommend?
I assume you are on Windows. So you want to install from Chocolatey. Here is the GPG page for that.
-
If for some reason you want a GUI..
-
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
Looking into PGP software for an SFTP vendor requirement
What is the actual vendor requirement? That's a really odd combination to have together.
Vendor is Concur and it's just listed as a requirement. My boss is in France this week so I can't ask him about it.
This is what is listed for the PGP portion of the requirements:
Environment Requirements:
PGP software --
Note: All files must be encrypted with PGP. This ensures that the data remains secure while at rest as well as in flight.
PGP key pair --
Note: You will need to provide Concur a public PGP key only if you will be receiving extract files from Concur.Okay, that's okay then as worded. It's not combined, it's just "only SFTP PGP files to us". So you just need any PGP software, not related to the SFTP software or process.
Right. I've never used PGP software before. Anything you recommend?
I assume you are on Windows. So you want to install from Chocolatey. Here is the GPG page for that.
Can't install chocolatey. I am very much so locked down with very specific permissions.