Jump to content

Jamo

Members
  • Posts

    1,449
  • Joined

  • Last visited

Everything posted by Jamo

  1. lol ours is 7 30mb 8 50mb 9 60mb 10 80mb 11 100mb We are really generous you see O and the fact that RM provide servers with about 1gb of hard disk space.....
  2. unfortunately we are in a ridiculous nanny state where everything is over monitored and labelled as 'making everything more safe' when in fact it is aggravating the very people it is there to protect. Its the punishment of the masses for the flaws of the few
  3. This needs to have the server configured in some way or form, I am unaware of how (sorry for being totally unclear) the only reason I know this is cus our county email system has recently been 'upgraded' so we can access the exchange (using the owa address) on iPhones and WM devices. Before even using the same details it wasn't possible.
  4. Have you REMOVED Norton 360 though? It has a horrible tendency to stick around after uninstall, especially the firewall which usually is set to maximum pwnage of incoming connections. Use the norton removal tool which is available here: Download and run the Norton Removal Tool And forever rid the computer of that peice o rubbish.
  5. Well the MSI will work, but the permissions may be wrong. You may have to then customize the writeaccess.ini file which the RM Appagent uses to adjust permissions on folders as it installs the package.
  6. You need to create a new folder inthe packages drive, plonk an MSI in the folder called the same as the folder and then you need to refresh the packages by right clicking on main site and click update package list. This will refresh the AD files and I believe create the INI file for you. You can create shortcuts usign the shortcut bank and the resources section on the RMMC then.
  7. I think it may have only affected this particular board as I know some people have had success with RAID0 with them. Still even one drive should be damn fast.
  8. My brother bought one and the difference is insane, it really surprised me how much more responsive the whole OS felt when doing normal tasks. He did buy a second and RAID0'ed them together but the performance dropped, was something to do with the nVidia chipset on the mobo if i remember always worth checking before buying
  9. Not sure about a 256MB drive, might be pwned by anything but Win3.1 lol
  10. We need to hold onto the references for later use in changing the textbox colour basically.
  11. The List example I gave just now does what you want just wrapped up in an STL container style format without the extra vars. Forget that last bit i just deleted I am thinking of C++ vectors! You need to use the List.Item(0) etc to access the items.
  12. How are you creating this dynamic array? As far as I know VB doesn't have the ability to have dynamic arrays with out using containers such as the one I suggested without keeping track of array bounds etc which gets very messy.
  13. Shouldn't you use one of the containers in VB for that rather than an array? I believe arrays are fixed length in VB so if all of the values aren't populated you will see that error Generic Lists in VB.NET - ForEach, FindAll, and Sort Generic Methods That way you can grow and shrink the list as required. Dim listOfTextboxes As List(Of Textbox) listOfTextboxes.Add(textbox1); listOfTextboxes.Add(textbox2); listOfTextboxes.Add(textbox3); listOfTextboxes.Add(textbox4); Dim value As Textbox For Each value In listOfTextboxes value.etc etc Next
  14. Jamo

    I want!

    Ooooo! Looks cool! I have been wondering if there would be any changes! The windows aren't as purple as mine though lol
  15. Jamo

    I want!

    I think Lucid Lynx (Ubutnu 10.4) is going to look similar to 9.10 but a quick install of compiz and you could get: Purple Haze GNOME-Look.org
  16. RAID0 should be faster in most cases, RAID5 is supposed to be slower as it involves calculations of parity etc which RAID0 doesn't. RAID0 stripes data effectively storing one half on one physical media adn one half on the other. RAID10 is becoming more popular which is RAID1 volumes striped requires 4 disks min but has the best of both worlds.
  17. Weird! I wouldn't think its the speed, our proxy is an old RM FSeries with about 1GB Ram and a P4 2.4..... its shocking but delivers the web fast enough!!! We use IDENT authentication, its fails sometimes which is annoying but most of the time it is reliable. Use wireshark to look for collisions or unneccesary traffic from the box.
  18. The old QNAP drives have a whole host of features QNAP TS-410 Turbo NAS SATAII, RAID 0, 1, 5, 6, JBOD, Gigabit Ethernet and iSCSI - Ebuyer Im either toying with one of these or building an atom based server using ubuntu server... not decided yet
  19. In some circumstances RAID1 can be faster than RAID5 due to RAID5's increased overhead.
  20. [ame=http://www.youtube.com/watch?v=96dWOEa4Djs]YouTube- Samsung SSD Awesomeness[/ame] This is so the future though! Having a smaller SSD as an OS drive really makes the PC so responsive can always shift the user folders onto a RAID1 drive after.
  21. If you want top scores should have gone SSD! What was the reason for SAS above SATA?
  22. I know M$ get blamed a lot for copying stuff from other people... but they have copied the original iPhone with no cut and paste this time! Bad idea!! Its competitors are already way ahead in terms of usability its going to offer nothing new and alienate the customers they have already in the mobile market.
  23. Ah im afraid thats just shameless plug for my acoustic project lol well you could listen to the acoustic music to help you relax whilst pinging?
  24. Ping default gateway then if that works try pinging and tracert -ing some sites and see if you get any responses. Do you have a proxy server which requires ident replies?
  25. I am quite interested how people are getting along with RM's SP3 update packages, from the instructions it all seems overly complicated!! Especially as we have just finished installing IE7 and now there is a new version for SP3!!?!?! It also gives a time for installation of between 20 and 60 minutes.... How accurate is this? Some of our laptops can be very slow on first boot so it will be interesting how they get along!
×
×
  • Create New...