How do I get Bitvise WinSSHD to provide me with a CMD console when I log in? I set up Bitvise SSH server locally, and logged in locally with cygwin and with Bitvise SSH client. A bit odd that I can’t get output with ls, but that aside. Notice it’s […]
Daily Archives: June 6, 2022
12 posts
So I have a TL-WN823N V2 wifi dongle and my Home internet connection is 100Mbps. My PC is a bit old one and the motherboard is a Gigabyte B85-HD3 rev 2.0 . The case has 2 physical ports which are connected to the motherboard front IO (USB 2). I also […]
I have a test case that should trigger access denied conditions. On Linux, this is achieved by chmod 000 unreadable.txt. I’m trying to replicate this functionality on Windows. From my understanding, a command like icacls unreadable.txt /deny 'Everyone:(RC)' should have done the trick. icacls confirm the deny rule: Everyone:(DENY)(Rc,S) but […]