-
Posts
485 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Jona
-
Hi All, We're still having some teething issues with our 24x7 losing signal quality and hence didn't get BBC 1 on Sunday night at a playable quality. If anyone could grab "Birdsong" episode 1 and put it on the clickview exchange I'd really appreciate it: Birdsong | Series 1 - Episode 1 | Radio Times Think it was 9pm Sunday. Thanks a lot Jona
-
If your trying to route phone calls out over the uncontended internet line, assuming your phone system uses SIP, you probably only need to give the the phone server a default gateway of router 2 as that will be the device establishing the sip session with your voice-over-ip provider.
-
Clickview Request - Stargazing Live Episode 3
Jona replied to Jona's topic in AV and Multimedia Related
Brilliant, have downloaded to our library. Thanks a lot! -
That depends on where you define the default route / gateway in windows you can usually find this out via ipconfig /all or route PRINT (your looking for network destination 0.0.0.0)
-
Hi all, We had an issue with the tuning of our click view 24x7 last week, if someone could capture Stargazing Live Episode 3 (Stargazing Live | Series 2 - Episode 3 | Radio Times) and put it onto the click view exchange I'd be really grateful! Episode 1 & 2 seem to have been uploaded already, but could really do with 3. Thanks! Jona
-
We're looking for someone to come and provide 1st line support at a large independent boarding School in Surrey Outline details are on our website: Bursarial Vacancies but do reply if you'd like more details. It would suit someone who already has some experience but who wants to come and work in a busy environment and develop their skills over a range of tasks.
-
Hi all, I've used the contentByMail module (Michaels Dauerbaustelle - What is ContentByMail?) to great success on my Joomla 1.0 install however I want to upgrade to 1.5 and was wondering if anyone had used this module/mambot successfully in 1.5 or if there are any good alternatives. Content By Mail grabs stuff from a pop mailbox and turns it into news, we use it to easily generate site content by subscribing the e-mail address to our news e-mail list. Cheers Jona
-
Just doing some more research on this attached is a screenshot of the error. Some screenshots in the cachepilot user manual here: http://smartstore.equiinet.net/articles/dodownload.asp?a=smartstore.equiinet.net.21.8.2006.14.52.36.pdf&i=281132 (pdf - page 42) seem to suggest there is a "DNS entries" screen under located under Maintence > Network. Wonder if anyone with a cachepilot from RM could confirm this is the case and possible post a screenshot of this screen? Cheers Jona
- 4 replies
-
- cachepilot
- dns
-
(and 2 more)
Tagged with:
-
Thanks for you suggestions Tom. 1. That was my thought however typical school they have no idea about how the cachepilot works apart from the web interface they use to block / unblock websites. Am looking for advice on how these beasties work to try and figure this out. 2. Unforuntatly they have a load of laptops floating around with hardcoded proxy settings in IE, but this might be an option for their CC3 machines. Cheers Jona
- 4 replies
-
- cachepilot
- dns
-
(and 2 more)
Tagged with:
-
Hi all, As some of your know I'm currently working on a helpdesk system for a school as part of my final year project for uni. I installed it last weekend and only have one outstanding issue which is the following: The server has an internal static IP say: 10.18.79.200 The server has samba providing a net-bios hostname say: helpdesk-beta Now I can access all service except for http via the helpdesk-beta domain name. When I have the proxy configured in the web browser if I try to access http://helpdesk-beta I get an error back from the proxy saying unresolvable. I assume this is because the proxy is attempting to resolve the hostname using an external DNS server which obviously dosn't know about the machine? I belive the school use a cachepilot box provided by RM can anyone confirm how the DNS on these is normally setup and if it's possible to add a local entry? The only alternative is to add the address as an exception in the web-browser but this is obviously undesirable. Thanks Jona
- 4 replies
-
- cachepilot
- dns
-
(and 2 more)
Tagged with:
-
Hi all, My Dad is in the process of setting up a small computer room at his school. They have a very limited budget for application software. So looking for suggestions for free/cheap D+T / office software so far have: Open Office The Gimp Scribus Serif's free stuff PCs will be running Windows XP, although will have no internet access. Suggestions greatfully appreciated Cheers Jona
-
Hi All, I'm writing some bespoke software for a school as part of my final year project. One the the desirable features in LDAP integration. Students and Staff need to be able to login so I will need to use the curriculum network. I've got the LDAP authentication working in my virtual machine with a standard windows 2003 domain controller. The school runs RM CC3 on windows 2003 servers, are there any specific problems to look out for when trying to use LDAP on an RM server. Does anyone have an useful tips for a smooth integration? Assume that the Active directory LDAP to query will be on server \\prefix-sr-001?? Cheers Jona
-
Thanks for the replies so far guys. It is a possibility that it is close enough to an exchange to get some form of broadband but it will be touch and go, that option is first to be investigated I guess. There's certainly no cable of the Virgin Media, etc type. Apparently they have tried "mobile broadband" type modems from one of the providers but from what I can gather it was much more 2g speeds than 3g. Cheers Jona
-
Hi all, My Dad has just started a new job at a school with no internet connectivity apart from dialup in the school office for e-mails. As a DT teacher he is keen to get some kind of internet connection. The school is quite out in the wilds so I should imagine will only get slower broadband speeds. Does anyone have any school friendly recommended broadband suppliers or bright ideas regarding fibre, satellite, etc? Cheers Jona
-
Hi All, The company I'm currently working for are selling off some old servers and other random items on ebay. Wondered if it would be of interest to anyone. See: eBay Seller: coreware ltd: Computing items on eBay.co.uk Cheers Jona
-
Quite a lot of intresting and useful info here: Google Answers: Sending CTRL character in a Windows batch file Cheers Jona
-
Moodle - Automatically Enrolling students to courses
Jona replied to FN-GM's topic in Virtual Learning Platforms
"Set Course enrollable to No in the course settings. This disables internal enrollment for your course. " Or use an enrolement key see: Enrolment FAQ - MoodleDocs Internal enrolment - MoodleDocs -
As above, typing error, will correct in the orignal post.
-
something like print_r(mysql_fetch_array($result)); Should do the job, to display it in a more formatted way you'll want to assign the array to a variable and then do a for loop such as: $rows = mysql_fetch_array($result); foreach($rows as item){ print $item['field1']; print $item['field2']; } Hope that helps. Cheers Jona Ninja edit: To correct typo.
-
Yeh surely the best way in the short-term is to remove these modules. I think Edugeek need to make it more clear what Licence they release their joomla under. Presumably the source is covered by GNU 2.0 so it's mostly just a question of the licencing of the template..... But there seems to be quite a lot of confusion about what you can and can't use it for. Jona
-
If you host it under pure apache I suspect this is possible with either mod_spelling or mod_rewrite however if moodle is wrapping the hosting of it these may not work as well and/or may break other things.... Jona Ninja edit: mod_spelling now seems to be known as mod_speling : http://httpd.apache.org/docs/2.0/mod/mod_speling.html
-
More context might be handy.... The only thing I could come up with is this: Association of Professional, Executive, Clerical and Computer Staff - Wikipedia, the free encyclopedia which since it merged with GMB in 1989 seems kind of irrelevent....?
-
not having make is a symptom of not having a compiler installed. You probably need to install gcc. How you go about doing that on an eeepc I'm not sure. Can you not find a .deb for IdentD? Jona
-
Intresting because googling your username turns up lots of profiles for a 15 year old... IT admin at 15? I'm slightly suspicious! As noted above there are lots of vb apps on the net to do this already just google it..... But if you arn't the administrator you may well be in violation of the AUP on your network, if you are the Admin why can't you just enable netsend? Jona
