Jump to content

geoffd

Members
  • Posts

    39
  • Joined

Everything posted by geoffd

  1. Vacancy for an IT Technician at Our Lady's Catholic High School, Fulwood, Preston. Closing date for applications is 17th November. https://schooljobs.lancashire.gov.uk/nt_vacancyDetails.asp?id=62347
  2. We got our internet provider to turn it off as they control this area of the XG. There are two authentication methods that are running on the box, one was WMI and if the XG dddin't get a timely repsonse every ten minutes the user was logged out, the other was data and the user had to use 10mb per hour. We had WMI turned off and the data limit dropped to 500k.
  3. We have turned off the WMI polling on the XG box and that appears to have stopped the issue as it is set to check back veery ten minutes and if there is a delay the user is logged out. All is working as it should at the moment.
  4. Have a bit of a random issue with STAS in that random users get kicked off the internet and have to sign in via the captive protal to gain access. All users are in the same authentication group and all computers have the same settings. However the majority work fine but random ones get kicked off, anyone come across this?
  5. We have a vacancy for an IT Technician at OUr Lady's CAtholic High School, please click the link for details. https://www.olchs.lancs.sch.uk/school/information/vacancies/
  6. IT Technician post at Our Lady's Catholic High School, Preston. Details below: https://schooljobs.lancashire.gov.uk/nt_vacancyDetails.asp?id=57106 PLEASE NOTE THIS IS FULL TIME, LCC HAVE MADE AN ERROR IN THE POST WHICH WILL BE CORRECTED SHORTLY.
  7. Senior IT Technician needed at Our Lady's Catholic High School, Preston. Please see the link below for details. https://www.olchs.lancs.sch.uk/school/information/vacancies/ Closing date for applications 1st November at 12 noon.
  8. Our Lady's Catholic High School. Preston, St Anthony's Drive, Fulwood, Preston, Lancashire, PR2 3SQ Tel: 01772 326900 School website: http://www.olchs.lancs.sch.uk The post of Senior IT Technician will involve assisting the Director of IT Systems in the delivery of IT technical resources and services across the school and will deliver technical services to support academic activities. The post also involves providing IT support to two of our feeder primary schools. The successful candidate will need to possess excellent written and oral communication skills and be a strong team player. They must also have 5 A*-C GCSE's including Mathematics and English (or equivalent) and also have a technical qualification or relevant technical experience. All applicants will need to have a full driving licence and own transport as the post requires regular visits to our feeder primary schools. The closing date is Noon on Thursday 30 October 2021. For an informal discussion please contact: Please telephone Geoff Diggles, Director of IT Systems on 01772 326926 Application forms and Information can be found at https://www.olchs.lancs.sch.uk/school/information/vacancies/
  9. For those that may be interested we have a Senior Technician vacancy in the ICT SUpport Department at Our Lady's Catholic High School in Fulwood Preston, details are on Lancashire.gov and also Untitled Page http://www3.lancashire.gov.uk/corporate/vacancies/vacancyDetails.asp?id=47038
  10. such is life
  11. I am running a Moodle 2.5.2 on Windows Server 2008 R2, with PHP 5.3.19 installed. I am trying to get the APC Cache Plug in working to help improve performance. I have been following the kink in the Moodle Docs (as well as others) from here - Installing APC in Windows - MoodleDocs I have added the module but cannot get the PHP extension to load in order to be able to configure it in Moodle. I saved the required file for PHP 5.3 into the Ext folder and edited the PHP.ini, restarted and nothing. Is there something I am missing, any help would be greatly appreciated.
  12. We have had One Connect create a gateway to our system so we can get external access to our new internal moodle. The redirect in our ISA server and the gateway are fine, have spent the last day or so on these, but we keep getting strange problems with Moodle. Initially our "config.php" file was set to our internal address http://moodle.moodle24 this worked fine internally. To fit with the redirect we changed this to Redirect initially the site could be seen externally but some of the graphics where not rendering correctly. Internally the site could not now be accessed as it got the page "This site can only be accessed via http://moodle24.olchs.lancs.sch.uk/moodle24.” It then tried to redirect and went round in a loop. The site is built in windows server 2008 R2 using IIS7, I have no HTTP redirects set, when I set these the site cannot be displayed. Do we know any way to get the site to work internally and externally? is this a PHP issue and if so what needs adding? Can two entries be made in config.php? Any help would be appreciated.
  13. I totally agree, I post on my own and on several others, share the knowledge I say
  14. I think that one has gone, I do remember that forum and it seems unfindable now.
  15. I have control of the Filter at County for our school so can unblock items I wish. Is that facility not available in your area?
  16. Edugeek is an excellent forum of which obviously I am a member. However, that does not mean people cannot create other areas and forum for people to use. Why pigeon hole everything in one place. Variety is good. I use lot's of different forums not just this one as diffrent people, different ideas. I am not trying to achieve anything (world domination maybe ) just exercising my right to do something new. Edugeek probably did the same all those years ago when it was first formed and nobody posted here.
  17. I have started a a forum in the Preston area as a way of sharing ideas etc between schools, it's only in its infancy but check it out OLCHS Tech Forum - Home
  18. Equal Pay Review????? Since when has someone taking a pay cut been equal, typical useless County and Government policies.
  19. The console was fine overall, sometime the client didn't remove from the users computer so then it has to be removed first. Then a script is good.
  20. Using the scripts to remove then install I have managed to start getting through the new console 4.5 quite quickly.
  21. Remove via batch command "c:\program files\Sophos Sweep for NT\ESXP\setup.exe" -remove -ni -s or if it's a server path "\\servername\Sophos Sweep for NT\ESXP\setup.exe" -remove -ni -s Read more: OLCHS Tech Forum - Login
  22. If you have psexec installed @echo off echo "Starting Removal of Sophos" psexec %1 msiexec.exe /x "c:\program files\sophos\autoupdate\cache\savxp\sophos anti-virus.msi" /q /norestart psexec %1 msiexec.exe /x "c:\program files\sophos\autoupdate\cache\rms\sophos remote management system.msi" /q /norestart psexec %1 msiexec.exe /x "c:\program files\sophos\autoupdate\cache\sau\sophos autoupdate.msi" /q /norestart echo "MSI's removed" psexec %1 reg delete HKLM\Software\Sophos /f psexec %1 reg delete HKCU\Software\Sophos /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos Agent" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SavService" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SAVAdminService" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos AutoUpdate Agent" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos AutoUpdate Service" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos Certification Manager" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos EMLib Update Agent" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SEMscheduler" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos Management Service" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sophos Message Router" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SQLAgent$SOPHOS" /f psexec %1 reg delete "HKLM\SYSTEM\CurrentControlSet\Services\MSSQL$SOPHOS" /f psexec %1 reg delete "HKLM\System\CurrentControlSet\Services\Eventlog\Sophos" /f echo "Registry cleaned up" psexec %1 rmdir "c:\program files\sophos" /s /q echo "Sophos folder removed" psexec %1 "c:\windows\system32\gpupdate" /force /boot
  23. Just go to my forum above as I find ways I am documenting them as a reminder of what I am doing.
  24. I have been installing the new console 4.5 that schools have to use from March. The instructions are a bit off and you end up having to find your own way round things. I have started documenting them on my forum which I set up a few days ago: OLCHS Tech Forum - Home
  25. Nice info itgeek worth knowing.
×
×
  • Create New...