Jump to content

itgeek

Members
  • Posts

    496
  • Joined

  • Last visited

Everything posted by itgeek

  1. Hi I have just got a spec for a dell server to run ubuntu moodle on. Dell wont support ubuntu. How do others do it? I was thinking....... vmware esxi and ubuntu running in a vm?
  2. Hi I have setup smb web client, everything looks ok and can see my files. However when I try to upload files I get internal server error 500. Thanks
  3. Thnaks for the link, I am looking for instruction on what to enable first ie. turn ssl on in moolde, self sign certificate etc etc Thanks
  4. Hi I am setting up an ssl certificate on ubuntu running moodle. I would like the login page to just have ssl. I have bought the certificate could somebody point me in the right direction. do I need to create a self signed first? Thanks
  5. Hi I am having problems getting a cron job set to backup out moodle server running ubuntu to a windows share.. Could anybody point me in the right direction? Thanks
  6. Hi, I am having problems when trying to compile this on ubuntu. I run the following command and get The program 'autoconf' can be found in the following packages autoconf apache2-threaded-dev debian-builder The program 'autoconf' can be found in the following packages: * autoconf * autoconf2.13 Try: apt-get install Thanks
  7. Hi we have this installed and working. We would like to give the student this facility but how can we restrict file types and monitoring? Kind Regrads
  8. Hi I am planning on using moodle as a student/staff intranet. To create this do I just make a course then give the correct groups member of the course? I am also thinking when a user logs in to run a script to check if they are a student/staff then automatically redirect to the correct page. Any advise? Thanks
  9. Hi I am going to purchase a server for moodle. Please could somebody advise on spec if possible running ubuntu? Student 1500 Staff 150 Thanks
  10. I am going to purchase a new moodle server. 1500 students 150 teachers what spec would you recommend
  11. Thanks so much for your reply. I was thinking that moodle would run quicker on server. You have made me re-think my plans. Thanks again
  12. Hi I am planning to move over moodle installation over to ubuntu server, from desktop. Please could somebody tell me how I can manage this and connect to it to see the files in the www var ? I also will be linking this to the network to transfer files etc? Thanks
  13. Hi there thanks for the reply: We are running Ubuntu 10.04 with PHP Version 5.3. Could you recommend a ssl provider? Thanks
  14. Hi I am going to purchase a ssl certificate. Please could somebody advise on how to import a purchased ssl certificate into moodle not a self signed? Thanks
  15. Thanks for all your help. I have now sorted this I needed to enable create mobile accounts in the connection. Thanks
  16. Hi I am having a few problems joining mac to windows ad. I am unable to loginto the mac with any ad account. I did manage to login once? Please help Thanks
  17. Hi Ubuntu 10.04 php, I am running php5. Thanks for your help
  18. Hi Yes been on the moodle site. I am not running ssl, I have changed this in the config file and still no joy. Thanks
  19. Hi I am having difficulty getting the smb windows share web client working. It shows a blank window. I enabled debugging and get errors Deprecated: Function split() is deprecated in /var/www/blocks/smb_web_client/class_smbwebclient.php on line 251 Deprecated: Function split() is deprecated in /var/www/blocks/smb_web_client/class_smbwebclient.php on line 252 Deprecated: Function split() is deprecated in /var/www/blocks/smb_web_client/class_smbwebclient.php on line 252 Deprecated: Function split() is deprecated in Please can anybody help? Thanks
  20. Hi I have setup vlc to stream live tv over the network. I have got this working with udp to one pc. I am able to send this to all pc using media player. I want to be able to use vlc client for the remote pc`s, I have been looking into this and it says you must setup multicast ip. Please could you advise on how I setup up a multicast ip for client computers? Thanks
  21. Ok I now have this working. I am having trouble setting the default printer in the room. I am using the script below but how do I get it to select the deafult printer? Option Explicit DIM RegEntry, ComputerName RegEntry="HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\ComputerName" ComputerName = ReadRegValue(RegEntry) if InStr(1,ucase(ComputerName),"LAB1-",vbTextCompare) > 0 then call SetPrinter("\\LAB1\LaserJet") if InStr(1,ucase(ComputerName),"LAB2-",vbTextCompare) > 0 then call SetPrinter("\\LAB2\LaserJet") if InStr(1,ucase(ComputerName),"OFFICE-",vbTextCompare) > 0 then call SetPrinter("\\OFFICE\LaserJet") 'so on and so forth. wscript.quit ' *** This subroutine installs and sets the default printer Sub SetPrinter(ByVal PrinterPath) DIM WshNetwork Set WshNetwork = CreateObject("WScript.Network") WshNetwork.AddWindowsPrinterConnection(PrinterPath) WshNetwork.SetDefaultPrinter Printerpath end sub ' **** This function returns the data in the registry value Function ReadRegValue(ByVal RegValue) DIM WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") ReadRegValue="" On Error Resume Next ReadRegValue= WSHShell.RegRead(RegValue) End Function
  22. Hi we have a problem our roaming profile has all the printer that the user has logged onto. How do we get rid of this? Thanks
  23. Hi we are running the script below but when a student is on they get printers from other rooms? Option Explicit DIM RegEntry, ComputerName RegEntry="HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\ComputerName" ComputerName = ReadRegValue(RegEntry) if InStr(1,ucase(ComputerName),"LAB1-",vbTextCompare) > 0 then call SetPrinter("\\LAB1\LaserJet") if InStr(1,ucase(ComputerName),"LAB2-",vbTextCompare) > 0 then call SetPrinter("\\LAB2\LaserJet") if InStr(1,ucase(ComputerName),"OFFICE-",vbTextCompare) > 0 then call SetPrinter("\\OFFICE\LaserJet") 'so on and so forth. wscript.quit ' *** This subroutine installs and sets the default printer Sub SetPrinter(ByVal PrinterPath) DIM WshNetwork Set WshNetwork = CreateObject("WScript.Network") WshNetwork.AddWindowsPrinterConnection(PrinterPath) WshNetwork.SetDefaultPrinter Printerpath end sub ' **** This function returns the data in the registry value Function ReadRegValue(ByVal RegValue) DIM WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") ReadRegValue="" On Error Resume Next ReadRegValue= WSHShell.RegRead(RegValue) End Function
  24. Hi we are in the process of deploying printer with gpo and the loopback enabled feature. Please could you tell me how you deploy printers on your networks and set default printers? Thanks
  25. Hi I am in the process of converting a p2v machine using vmware converter 4.0.1. I am unable to find the option to shutdown source on the advanced page. Thanks
×
×
  • Create New...