itgeek
Members-
Posts
496 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by itgeek
-
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?
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
I am going to purchase a new moodle server. 1500 students 150 teachers what spec would you recommend
-
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
-
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
-
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
-
Hi Ubuntu 10.04 php, I am running php5. Thanks for your help
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
