Jump to content

awhatty

Active Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by awhatty

  1. its sort of eycandy then i have orange winxp loading screen that has a prita on it used an app to do it however there are ;links around that tell you what to hex etc to get this

    But no installer

    edit a good site for all tweaks (also reverting admin scripts) www.kellys-korner-xp.com

  2. take it when you say spoked it in your emial from jinx ie

    Also, don't miss our two new partners, Hak.5 and Geekdrome. Show your love

    for the indy podcasts and snag a T this weekend. All proceeds benefit their

    technical and mischievous debauchery.

  3. yeah thats what it is for

    i work in IT and we get issues with the sped it takes to load pages etc therefore

    using this we can time and set it running on a remote machine to log alsorts of things

    mainly used to test and see the page loading time on ecommerce sites etc

    the html reading is not required this was tested only to show the time a pc takes to procvess the page

    i might add at this point it was to compare two diffrent pcs on a network to see what sort of timings resulted over the day etc

    also the socket code is a nice idea true but again in the instance of what is needed this was done in five minutes and worked

    vbs is the quickest and eastest to knock something up in a notepad that has full control etc

    unles s you know something that does not require a compiler on a nomal workstation? (notincluding bat or cmd files etc)

  4. ok ill start a thread in side her e

    heres some code it times in secs a webpage to load and reports to a csv file add in a at command to schedule it you have a web page testers

    -------------------------------------------------

    Dim tries

    Dim ErrorMess

    Dim fso

    Dim tf

    ErrorMess ="All OK!"

    tries = 0

    Set objIE = CreateObject("InternetExplorer.Application")

    Set fso = CreateObject("Scripting.FileSystemObject")

    Set tf = fso.OpenTextFile("D:PCAudit.csv",8)

    objIE.Navigate "http://www.hak5.org/forums/posting.php"

    objIE.Visible = false

    WScript.Sleep 1000

    Do While tries < 200 And objIE.StatusText <> "Done"

    tries = tries + 1

    WScript.Sleep 1000

    Loop

    If tries > 5 Then ErrorMess = "Ok"

    If tries > 10 Then ErrorMess = "Long Wait"

    If tries > 15 Then ErrorMess = "Very Long Wait"

    If tries > 20 Then ErrorMess = "Nearly Timing out"

    If tries > 25 Then ErrorMess = "Very Close to Time out"

    If tries > 30 Then ErrorMess = "Failed"

    rem msgbox(tries & ErrorMess )

    tf.WriteLine ((tries -1) & "," & ErrorMess & "," & date() & "," &time())

    objIE.Quit

    rem msgbox("ok" & ErrorMess )

    ---------------------------------------------------------

    also a batch file to create a new batch filethat runsa at startup this just installs a printer good for networks and roaming profiles

    echo startMachineNamePrinterName >>"D:Documents and SettingsAll UsersStart MenuProgramsStartupprint.bat"

    Start "D:Documents and SettingsAll UsersStart MenuProgramsStartupprint.bat

  5. yeah but all i see round the boards is code this code that etc. thought a good place to find them all in one house and if common then could post the wiki bits as needed

  6. This may or may not help

    in my Line of bussniess i look after site tech stuff this includes headsets

    the plantronics are much better and what we are using now for the whole company which has over 20,000 call centre staff ( i look after a small 2-3k of them

    that said we used to use GN netcom ones etc the GN has good cancelling etc however over all a poorer design i think

    most places opt for plantronics nowadays unless they have legacey stuff

  7. I have one

    Dead poower supply Humm???

    check diffrent kettle lead = dead hummm?

    at thie point i open the bad boy up and see a blow fyse

    for some reason i had fired the power supply a few more times

    thus i have full current a soldered in fuse and a dam hot soldering iron and long length of solder

    next this SH~@~ F~@~ electricution and burns on my hand

    never solder live circuits it hurts

  8. I decided to upgrade some old systems using old parts etc duel booting linux and windows on them the Linux is reinstalling at the moment as want to put Fedora on the BOX at the moment.

    My question is or does any one know a way to use the windows image which is already registered corectly to alow the build to go on ??

    i have a restore disk and a ghost boot disk got the image on the drive manual using the ghost disk and finding the ghost image on the local cdrom etc

    but i know from before this may not work is there a way round this?

  9. yeah and small and neat seens then being used in cars at the moment over in the US as computers for cars etc

    guess this small boards we may see to have other uses about £200 approx price at the moment looked at the mini ITX but still on the largish size for portablity etc

  10. First post a linux one

    i have had duel boots for a while usally grabing isos from linuxiso.org, theres many to chose from and the distros are getting better each day. the main choose i tell people to try is Mandrake with a KDE desktop. Most people no geaks find it very easy a nice gui for installing and once they learn the new syntax concept they are happy. I have my 9 year old nephew on linux mandrake 10.1 which is duel botting with XP home. he set the dueal boot using lilo to boot to Mandrake as the first option. And he plays UT2004 (which he installed) on linux much easier than XP.

    I agree with the statements winodws is the larger OS in the world however once you use LInux you find more and more reason to stay booted into it. is reason that comes to mind is opensoruce.

    another i find is spyware, virus and other malware seems the script kiddies avoid linux more so your that little bit more safer. before i start a whole new agument on the most secure. Yes i know linux has bugs etc but they are patched a lot quicker and help is a lot more easier to find i.e miicrosft x amout of programmers and linux has the potential of the words programmers.

×
×
  • Create New...