Jump to content

uid0

Member
  • Posts

    353
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by uid0

  1. Did you try Menu | Setup | Puppy universal installer ?
  2. You could try this: http://oneguycoding.com/automachron/ achron.exe /q [i]timeserver[/i]
  3. If .wbt files are not plain img or iso then you'd need to convert them, but grub4dos is a good bootloader: http://diddy.boot-land.net/grub4dos/Grub4dos.htm Edit: looks like img are more reliable: http://www.msfn.org/board/index.php?s=&amp...ost&p=95086
  4. Trueimage can image partitions or whole disks, and only switches to sector based backups with filesystems it can't read (e.g. netware). The result is that a sector based backup can only be restored to the same size partition / disk, while file based ones can be restored to smaller partitions or disks, if the original had free space. With windows and linux versions, and several free offerings, it's pretty good.
  5. Have you checked the dns server address? If the router had a default password there is even malware that will mess with the router's dns, but that's probably pretty rare.
  6. I use: cmdlines.txt [COMMANDS] "RunOnceEx.cmd" "import_reg.cmd" "cmdlines.cmd" import_reg.cmd @echo off cd /d %windir% for %%a in (__*.reg) do regedit /s %%a exit (assuming you put all your reg files in $$ and name them __*.reg) For better examples see http://unattended.msfn.org/unattended.xp/view/web/17/
  7. People have in the past, although using winbuilder probably gives a better / smaller result.
  8. Or if it's a short password, this freeware may help. Despite the name, it works with word and excel files. http://www.msfn.org/board/index.php?s=&amp...st&p=754288
  9. A convenient way would be to borrow rules from spamassassin, but they don't appear to do this - presumably it is so easy for a spammer to find a real version number to use? Apparently you can check custom rules against a mailbox, but I've not tried it: http://wiki.apache.org/spamassassin/MassCheck The long winded way would be to download all the historic OE patches for all windows versions (and all languages?) and check them all...
  10. I've written a vb.net winforms app which takes result sets from sql server, displays them in a datagrid and dumps them to excel. As a quick'n'dirty hack, I set the display properties by using the data type, so floating point columns are displayed with no decimal places, decimal columns 2 d.p. I'd like to replace this hack with something more flexible, so I was wondering if there was a normal way to transfer this kind of metadata. I could use part of the column name and then strip it off, but that seems like another dirty hack, or I could use another table or a set of output parameters. Does anyone have any advice? Thanks
  11. @darrelljon Since you've got a puppy link in your sig - this may not be the best distro if you are looking for security. I've not looked at 4 yet but in 3 there were no limited accounts, just root.
  12. No doubt you spotted this already: http://www.msfn.org/board/GreenMachine-s-C...NF-t117354.html
  13. The pagefile shouldn't be a problem. Try aida32 or everest home edition for the memory specs.
  14. I use this to silence XP a bit: quieter.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current] @=""
  15. Try changing each where clause to WHERE LEFT(city,1) BETWEEN 'A' AND 'C'
  16. My latest addition are a print server and mains power network, on a radio controlled mains socket. Now if only I could train the cat to go get the printouts...
  17. If it's a short password, then this cracker is freeware: http://web.archive.org/web/20070827012635/...el-cracker.com/ exe available from: http://web.archive.org/web/20070406203120/...acker_setup.exe
  18. uid0

    Steady State

    There is also Returnil, although it's only free for personal use: http://www.returnilvirtualsystem.com/
  19. I think the thread was discontinued, rather than the software.
  20. I'm afraid you may need to start from scratch... http://unattended.msfn.org/unattended.xp/view/web/1/
  21. Service rather than software, but this was recommended recently: http://www.zamzar.com/url/
  22. You could use it for a notebook demanding lower amps, but not volts.
  23. You could use disk cloning software but it would probably not be supported if you had to deploy the backup. IcemanND has a good list: http://www.msfn.org/board/Disk-Imaging-Software-t100299.html You'd be better looking at RAID and a second DC, if it's the only one.
×
×
  • Create New...