2097
Members-
Posts
1,077 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by 2097
-
New Headphones for my Computer - Any Recommendations
2097 replied to flyinghaggis's topic in General Chat
Ebay ID is 110916843112 There £25 refurbished , but are a very nice headphone. They use USB and a mono and stereo jack ( USB for lights , stereo for sound , mono for mic)- 22 replies
-
- audio
- headphones
-
(and 2 more)
Tagged with:
-
New Headphones for my Computer - Any Recommendations
2097 replied to flyinghaggis's topic in General Chat
i have been though 4 cheapy sets in like a year . They all brake on the top !! So instead of spending £50 quid on a decent pair went onto ebay and started looking for some gaming headphones I then came across some razor's Piranhas for £3 with a broken socket . So bought a new connector on ebay , another £2 ( attached with my trusty soldering iron ) And now i have some fully working headphones for £5 If your like me and brake them all the time this might be the best solution for you !- 22 replies
-
- audio
- headphones
-
(and 2 more)
Tagged with:
-
So if i was to purchase another server , would the software cover me for both ? Im a little confused as to what it covers . People on this thread are stating it costs £1000's etc . So with this Essentials kit at £500 im wondering what it actually covers ?
-
Thanks for all the replys Could some one summerise ? servers are going to be backup DC , Exchange , Sims , Print server , and possibly a remote app server . This is going to be all on one server . Backups wont be a problem , and can be sorted out in some way after ( seen a few vmware scripts + external backup software) Am i right in assuming that the software i posted will do ?
-
Requirements we have 1 server with 64gb ram the server has 2 CPU's we want to run between 4-6 Vm's The free version of vmware limits the ram to 32gb we have been looking at this VMware Europe Online Store - Product Information I see they state they limit the number of hosts , am i right to assume this means the number of servers ? and not the number of individual virtual machines running on each server . Has any one else bought this ? Many thanks 2097
-
I have a ML350 as a file server , bought it new last year at a pretty good price . Good server choice Reason i bought it was because the school didnt have any racks ! so all servers were tower based . I then built up a 45U cabinet , and converted them all to rack . 6 servers now , and soon to be 4 virtual servers ! ( once my monster of a virtual server comes )
-
The wireless on my superhub seems to be a tad faulty , sometimes requires me to reboot it ! Ive just bought a belkin n1 ( £11 off of ebay brand new ) and plan to shove the SH into modem mode ! Im also thinking along the lines of Fiber from both my server and PC to my HP gigabit switch ..( i have a couple of GBIC's which i got very cheap ! )But unsure on the benefit !
-
mrbs maximum advance booking time not being enforced
2097 replied to pjaway's topic in Network and Classroom Management
hi , im also having this same problem ... Any one using this in one of the recent versions ? -
we went for these , dual core is enough for what we use them for Fujitsu Esprimo E400 Small Form Factor PC / Intel Core i3-2120 / 2GB / 500GB / Windows 7 Pro + FREE 3 Year Warranty - www.misco.co.uk obviously the 3 year warrenty is worth it for us , onsite so any MB problems they come out and fix . Weve had Fujitu's before and they lasted 4 years and are now all dieing due to capacitor issues ! ( which these are replacing ) Extra stick of ram @ £8 and jobs a gooden
-
Should also be better for redundancy . Incase of a hardware failure ( providing you have 2 VM servers )
-
Thanks for all the information people , dont like lyers so maybe i should be changing suppliers !! Its quite a big order after specing all the ram,HDD's etc . Thanks all for your help ! 2097
-
Do you not assign each VM an indivdual card ?
-
Upgrading 2003 to enterprise will sort the ram issue ( plus you can keep it 32bit) Our DC atm , handles ( DNS,AD,DHCP,GPO) And worst of all !!! EXCHANGE !!! will be changed in the summer though ... we currently have 8 physical servers , but plan to expand using VMware we are very similar PC/user wise .
-
thanks for that ! , i should buy some more Nics any way as i plan on running Vm's can some one answer me this , i currently have a company saying the above is an old server and out of date . They instead are trying to sell me this HP ProLiant DL380 G7 E5620 1P 6GB-R SFF SAS 460W PS Server/TV (470065-479) specifications - HP Small & Medium Business products Is it me or is it exactly the same except it has 6gb ram instead of 4gb ? Many thanks for the replys Luke
-
seem to be having a problem finding out how many ports are actually on this server ! BT Business Direct - HP DL380 G7 E5620 P410I/256/4/DVDRW (470065-482) Just a base spec , but ideally want 4 networking ports minimum ! . any one have one of these ? The 6gb RAM version specifys 4 ports .. Where this 4gb version differs on all websites ! Am i right to assume they all use the same MB , so the ports should really be the same ?
-
Bit confused on howto supply power to a Smart 5000va ups . Do these need to be wired in by an electrician ? , i have hard wired it in directly to the UPS . Im assuming though i cant power it via a normal plug socket with a 13a fuse ? its connected to our mains which has a circuit breaker down stairs . Any help ? as all our smaller UPS's ( which this is replacing) , just plug into a socket ! . Thanks ! 2097
-
obviously also depends on what he does . I know a lot of contract people who " keep the school going " with no real development . For £55 per hour , cant be that much more expensive to get some one in full time , with ambition to drive the ICT forward.
-
i hate startrek apart from Enterprise , thats because it wasnt really *g33ky* id love to go just to get a autograph from Scott Bakula , loved him in quantum leap !
-
we got some new fujitsu's , kids pushed in the floopy slots I bought some cheap memory card readers , plugged them in jobs a gooden !
-
i tested out Impero , as well as lanschool and ab tutor . Abtutor was the best priced and easiest to use . The problem i found with either Impereo or lanschool ( cant remember which ), the version i used if the teacher didnt reset the policy lets say ' disable usb drives' even after a reset they was still disabled ! Not very good with some teachers ! . I like abtutors licencing as well , we only have 4 ICT suites + a smaller one so it was quite cheap ! .
-
how big is the default profile ? are these local profiles ? Are new profiles exempt from corruption ? i use a script to remove student mandatorys that the hive clean up misses . If you want a copy send me a message .
-
Heres the only things i needed to change in the login script , i think IRC the username and password below is for the MYSQL database . The software also can tell if its a teacher or student logged on , it doesnt use the AD members groups but the description field. So you need to add either staff or pupils to the description field on each user. ' Configuration for HTTP - change these strHTTPURL = "http://www.domain.com/logintracker/update.php" strHTTPUsername = "username" strHTTPPassword = "password" ' User descriptions. Change to suit your environment staff = "Staff ,staff" student = "Pupils,pupils,year6" logoff script is also the same thing . Change address and username and password I had it up and running very quick ! *Edit* Could be wrong what the username and password is for .. Could be for the HTACCESS used to protect it !
-
try setting up the DHCP on the cisco controller , see if this works first . Then disable and look for something on the controller thats blocking the port
