EduBadger Posted January 11, 2024 Posted January 11, 2024 Anyone tried anything with https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview ?
pfl Posted January 17, 2024 Posted January 17, 2024 (edited) because the OCR requirements are that actual files are read and written to, which unless I'm mistaken, an online IDE cannot do. This is down purely to the requirements of the exam board for this subject. So to do this, you need actual python installing on an actual computer to fulfil the read/write element of the spec. [ATTACH=CONFIG]70507[/ATTACH] I'm sure I created an example of reading/ writing and appending to files in replit before.... it was a while ago ... let me see if i can find it... https://replit.com/@Mr-PP5/Writing-to-a-text-file#main.py This is from 2 years ago to show the reading and writing of files in an online ide There's some good examples I create a while ago how to interact with sql lite which our ICT teaching staff used for their lessons Edited January 17, 2024 by pfl
kennysarmy Posted March 4, 2024 Posted March 4, 2024 https://azure.microsoft.com/en-gb/services/lab-services/ Bit of a bump but we're looking now at Azure Labs. Just a quick question, once this is setup correctly is it simply a case of the students logging in via a browser or do they need some kind of RDP client?
kennysarmy Posted March 5, 2024 Posted March 5, 2024 Bit of a bump but we're looking now at Azure Labs. Just a quick question, once this is setup correctly is it simply a case of the students logging in via a browser or do they need some kind of RDP client? So looks like students need to be able to run MSTC.exe which we have currently got locked down with AppLocker policies. What are the risks in allowing computing students to run the *.rdp files downloaded from https://labs.azure.com/virtualmachines ?
mavhc Posted March 5, 2024 Posted March 5, 2024 Same as any other exe. 1. Is the exe malicous? No. 2. Did I leave the firewall open so people can connect over RDP to random computers? If your restrictions on people connecting to random computers on the internet is based on them not being able to run an RDP client, I've got bad news for you: Web browsers. 1
flyinghaggis Posted March 5, 2024 Posted March 5, 2024 (edited) So looks like students need to be able to run MSTC.exe which we have currently got locked down with AppLocker policies. What are the risks in allowing computing students to run the *.rdp files downloaded from https://labs.azure.com/virtualmachines ? We're considering using Azure Labs as a replacement for Virtualbox aswell so would be keen to hear if you feel it's a suitable alternative to VirtualBox. Do you know if the downloaded RDP files from Azure labs use the regular port 3389 to connect or are then encapsulated in HTTPS/etc somehow. If so I guess you could look at options to block port 3389 on client workstations (local firewall, switch ACLs, etc )which would help secure them. Edited March 5, 2024 by flyinghaggis 1
mrnoisy Posted March 6, 2024 Posted March 6, 2024 Bit of a bump but we're looking now at Azure Labs. Just a quick question, once this is setup correctly is it simply a case of the students logging in via a browser or do they need some kind of RDP client? Just standard RDP client
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now