Jump to content

ReDucTor

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by ReDucTor

  1. slashdot ofcourse But i'd say you already knew that
  2. Output buffering is probably being used. Try this at the top of your script. ob_implicit_flush(true); Or you can start using flush() through out your code.
  3. The only bug i've found is having a proxy which requires auth, that appears to be crashing virtual box if i dont close the manager window quick enough. (still present in recent versions), hence i cant do that rego thing on first startup
  4. reg query "HKLM\HARDWARE\DEVICEMAP\Scsi" /s Its simple registry keys.
  5. Get some seagate raptors, or cheetahs, upgrade it to SAS.
  6. IRC. Anyone who wants me and knows me and isnt on irc can call i reckon. I very rarely go on MSN too many anoying people on it.
  7. http://www.autoitscript.com/autoit3/docs/f...ocessExists.htm Try process exists instead If ProcessExists ("wweb32.exe") == 0 Then run("C:\Program Files\WordWeb\wweb32.exe") sleep(100) EndIf Send("^!w")
  8. Read this http://www.cprogramming.com/tutorial/c-vs-c++.html
  9. I'd go with the rubbish bin with it. You dont want to try installing Windows 95 via floppys because you'll end up throwing it in the bin, when you get half way through and find one floppy is damaged. Plus it takes for ever. I had an old IBM which I had to install Windows 95 on via floppy disks. 98 however I've never seen on floppy. Take the HDD out, plug it into a diff pc, copy install files onto it, put it back in.
  10. http://msdn.microsoft.com/en-us/library/aa371464(VS.85).aspx objItem.Description = "ahaha"
  11. If its media centre you want and your not too fussy about raid, etc. Grab one of these http://cgi.ebay.com.au/3-5-HDD-Media-Playe...1QQcmdZViewItem Or essentially get an old xbox, chip it, then use xbmc (alot cheaper) Then if you want it running 24/7 you might need to mod it to keep it cool a bit.
  12. FreeNAS is pretty easy to setup, doesnt take a few hours. A few minutes more like it. But then it doesn't fall into USB compatible. If he just wants to use explorer for it, then Samba will work to access FreeNAS. What do you describe as a good one? What features are you going to use which you want out of an expensive one? How many clients are going to be accessing it?
  13. Windows 95 still had to load explorer before you had a desktop, so it did take a few seconds to show, crashing /con/con was nasty when that became known only took them like 5 years to patch it. I'm guessing if your a 95 fan you still use seperate windows for opening folders, god that use to s*** me before i figured out how to change it. I believe in always trying the new (or close enough), because one day backwards compatability will be missed, and then you'll be stuffed. Anyone started learning Office 2007/2008? Now thats a jump into telli-tubby land if i ever saw something.
  14. In XP you can go Tools -> Folder Options, Go down to txt file, then click advanced, and delete what you want.
  15. This is determined by the DVD player, for which formats can be played, and also the video if it will be handled. Newer video players are starting to handle DivX format, so if the video is encoded as divx, and your DVD player says it can play them then you're fine just burn it as a DVD Data disc. However if it does not handle DivX format, and/or the video is not in DivX format then you must re-encode the video using a program such as DVD Flick. Or if your lucky and have a chipped xbox w/ XBMC (or some other good home entertainment unit), you can probably just burn the video files and put them on there, or if its an xbox plug a network cable to it and play it from there.
  16. There should not be any issues with GPOs or Remote Control because it has a different IP Address, GPOs are deployed based on OUs and Objects with in them, the computer will be stored based on its SID, this should not change. Remote control should only be affected if you use IPs instead of Host names, It would be wiser to use hostnames as DHCP has expiry on addresses. If you want both adapters to have the same IP specify a static IP for them both, and then reserve it in DHCP. Note: One possible reason why Remote control might not work is firewall settings on the adapters not the same for both.
  17. Depending on what your trying to do, you might be better using the language which the program you are attempting to read the memory from is written in then, data types can be alot easier to manage.
  18. Its a rental, so i cant really put any good mounts somewhere to wrap it around.
  19. Ulteo Virtual Desktop uses coLinux I use VirtualBox which is just another virtual machine.. You could simply create a script which hibernates for both os's then make it on your desktop and dual boot it. Dirty but simple
  20. You could setup a box as a hardware firewall with smoothwall or something running on it. That way you get full control with iptables/ipchains
  21. Check the IPs of the computers. start->run -> cmd -> ipconfig Check that file and printer sharing is running control panel -> network connections -> lan properties -> check file and printer sharing (also check firewall has not blocked it) Check machines can ping each other start-> run -> cmd -> ping computername
×
×
  • Create New...