What Are You Doing Right Now
-
@thwr said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
ML is slow.
Ah, I've been on the phone. That must be it.
-
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
Workload, Life, ML
-
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
ML is slow.
Ah, I've been on the phone. That must be it.
Your
spamming skillknowledge transfer rate was better a few years ago -
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
It's more easier to get into using PowerShell if you start out with a task that you do often. And then search online showing examples on how to implement those tasks via PowerShell.
-
@black3dynamite said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
It's more easier to get into using PowerShell if you start out with a task that you do often. And then search online showing examples on how to implement those tasks via PowerShell.
Yeah, there is maybe 5 minutes of PS basics you should read about. Like how it is object based, what are commandlets, etc. Then, dive in. Sure, read more, but not first. Start with... actually doing basic things at the command line in PS.
-
Morning everyone!
-
Here, something to play with:
Get-WmiObject -Class Win32_PhysicalMemory | Select-Object Manufacturer,@{Name="Size (GB)"; Expression={[math]::round($_.Capacity/1GB, 2)}},Configuredclockspeed,Banklabel,Devicelocator,Serialnumber | Format-Table -AutoSize
Also works (like many other things in PowerShell) on remote machines
Get-WmiObject -Class Win32_PhysicalMemory -ComputerName xxx | Select-Object Manufacturer,@{Name="Size (GB)"; Expression={[math]::round($_.Capacity/1GB, 2)}},Configuredclockspeed,Banklabel,Devicelocator,Serialnumber | Format-Table -AutoSize
Source:
-
@scottalanmiller said in What Are You Doing Right Now:
Morning everyone!
Morning? Already made an apple pie, visited my parents, went shopping and just got back
-
Setting up a new pc for a client.
-
Starting the system off with the credge
-
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
-
@black3dynamite said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
Going to be making a bunch of 1909 drives to speed updates on tech laptops in the field.
-
@JaredBusch said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
Going to be making a bunch of 1909 drives to speed updates on tech laptops in the field.
Reminds me of this guy who "demonstrated" ZFS RAID using tons of USB flash drives. Wasn't this video, but something like that:
-
@thwr At least these will be going to a bunch of people scattered around Illinois and Missouri, and have like a real purpose.
-
Just finished updating Citrix PVS images.
-
Wondering how big my GrayLog server is at the moment.
Friday added two servers, our DC and Radius Server. No filters . Also some of our unifi AP's.
Just to see what data I can see and how big I might need the production version to be.
-
@EddieJennings is building out a new, huge KVM server for us. Yes, Fedora 31.
-
@scottalanmiller said in What Are You Doing Right Now:
@EddieJennings is building out a new, huge KVM server for us. Yes, Fedora 31.
Fun times
-
@scottalanmiller said in What Are You Doing Right Now:
@EddieJennings is building out a new, huge KVM server for us. Yes, Fedora 31.
What is huge about it? More details man! I need something to entertain me while lying around after getting my appendix removed.
-
@travisdh1 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@EddieJennings is building out a new, huge KVM server for us. Yes, Fedora 31.
What is huge about it? More details man! I need something to entertain me while lying around after getting my appendix removed.
How the hell have you not mentioned that your appendix needed removal?