Blog Archives
-
Slow file copy
Posted on January 22nd, 2021 at 22:32 Comment on the AskWoody LoungeI’m setting up a new Server 2019 with HyperV and I’m reminded of something I did on the LAST Server 2019 that I set up.
I disable RSS on the server by typing into PowerShell the following command: netsh int tcp set global RSS=Disabled
And then Disable-NetAdapterRsc -Name (and then you put in the name of your Ethernet connection)
Now for that second command you need to make it easy on yourself by renaming the name of the Ethernet connection so you don’t have to type a huge line into the command. When I went googling for the exact command I realized that while I don’t do this command on my workstations, I DO indeed do this command on my servers. There is a detailed write up on this blog about this command and it walks you through the process of identifying if your network connection is impacted by RSC.
So what is RSC? A technology that is SUPPOSED to make things better/faster. I’ve found that at least when your server is supposed to do file sharing, it does better when it’s off.
The underlying issue (as I understand it) comes down to drivers. For me, I needed to turn this off. On desktops running the latest Windows 10 and reasonably up to date drivers I have not needed to use this command to impact wifi speed on my workstations.
-
2021 has arrived
Posted on December 31st, 2020 at 20:00 Comment on the AskWoody Lounge(well for some…. for me not quite)
Well we almost have made it. It is …or nearly is… 2021.
I’ve seen some of the fireworks displays of other countries – hopefully these links work for everyone?
England fireworks and drone show
Here’s to a better 2021 for everyone from all of us here at Askwoody.com
-
Twas the night before 2020 style
Posted on December 25th, 2020 at 01:05 Comment on the AskWoody LoungeDepending on where you live it’s either the night before or the day of Christmas. I hope you will have or have had a wonderful day where ever you are. Here’s hoping that all of your technology worked, your Christmas lights were all lit up, and more than anything else, you and your loved ones are hanging in there even if we can’t be as much together as we want to this year.
The other night, Dolly Parton sang a song on her Christmas special that resonated with me because of this year. Have a listen to the song here (*) and more importantly read the lyrics here.
This has been such an unusual year that I just want to take this opportunity to thank each and every one of you and especially thank Woody for starting this site. I want to thank him for entrusting me to continue on with what he started. I know I’m looking forward to 2021 and I hope you are too!
Again thank you for all that you do here on Askwoody.com.
“I believe to my very core we’ll walk again in the sunshine by the seashore
That we’ll dance and we’ll sing and be happy again
Don’t know how or when
But we will again
You’ll see ….”(*) If you can’t view the video from that link, try this one instead. (thank you E in the comments for the link to one that works in Belgium)
-
Arecibo Observatory Tower collapse
Posted on December 3rd, 2020 at 16:04 Comment on the AskWoody LoungeOff topic post for the day – wow what a view of when the radio observatory collapsed.
There was a drone inspecting the Tower 4 Cables when the collapse started so we get a close up on the cables breaking, check the second video segment. pic.twitter.com/Qw37Z5byWg
— Scott Manley (@DJSnM) December 3, 2020
-
Today is…. uh…
Posted on November 13th, 2020 at 11:44 Comment on the AskWoody LoungeI kinda agree. Let’s stay safe out here.
Happy Friday the 13th, 2020. Not that I'm superstitious or anything, but if you need me I'm hiding under the table for the rest of the day.
— Jesper Johansson (@jjdives) November 13, 2020
-
Patch Lady – what’s a GUID
Posted on October 9th, 2020 at 21:56 Comment on the AskWoody LoungeSo the other day Microsoft indicated that they will be slightly changing the release notes – better known as knowledge base or KB’s as we often call them.
The KB ID will now be in the link and there will be a new thing in it that will look a little strange.
It’s called a GUID or Globally Unique Identifier. This is a unique number or value that is used to identify something. You can actually generate your own for various things.
It is a 128-bit integer number used to identify resources. The term GUID is generally used by developers working with Microsoft technologies, while UUID is used everywhere else.
Bottom line if starting next week when we get the October updates you see a funky thing like “b8a2d0c6-a297-4ed2-b59b-9ccc0ad35eca” on the last part of the URL (or uniform resource locator), just be aware that this is new.
-
In memoriam
Posted on September 18th, 2020 at 19:20 Comment on the AskWoody Lounge -
IBM System/370 on a… Raspberry Pi
Posted on September 5th, 2020 at 07:26 Comment on the AskWoody LoungeAstounding.
@mainframed767 on Twitter just tweeted this:
I have been running a full IBM System/370 Mainframe on a $20 Raspberry Pi Zero for ~5 months. Thousands of lines of COBOL and HLASM running flawless. Tested an entire bank’s mainframe COBOL on it.
All he’s missing is the 029 card puncher and the console typewriter.