Search results

  1. Trizoy

    WIFI History

    Fingbox does this. Nice little network device to monitor things. Although this free service is slowly becoming a pay for cool features service.
  2. Trizoy

    Does Downloading Say 1 Hour Daily Use up A lot of Energy per My Utility Bill?

    400W Power Supply uses ~400Watts of power per hour. At ~$0.30 for 1 kwh(1000Watts for an hour), that's $0.12 per hour(For high California Electricity Rates). The expensive things for high bills are big motors like a Air Conditioning, Spa pump or Pool pump, or electric heaters(Spa Heater, Pool...
  3. Trizoy

    prob w/datediff

    DATEDIFF has 3 params to pass. 'Interval', 'Date1', 'Date2'. Looks like you have Date1 and Date2, but not how you want the "Difference' returned in. You probably want day. so try 'DATEDIFF(day, CURDATE(), duedate) AS dayslate' Options: year, yyyy, yy = Year quarter, qq, q = Quarter month...
  4. Trizoy

    How to test hard drive

    Is it worth it? Anything you put on there could be lost with a drive failure. I don't know how old it is, but there is usually a date stamped on the sticker. Drives usually last about 5 years.
  5. Trizoy

    How to overlay any program while gaming?

    2 screens would work..
  6. Trizoy

    Extend WIFI through metal wall?

    Pick up a wifi repeater(wifi from house to container outside), mount the antenna through a hole in the container, with the router on the inside(Ethernet from box the computer). Plug into sweeee ethernet. Might work.
  7. Trizoy

    Silent Desktop

    Speakers\Headphones plugged in?
  8. Trizoy

    What software can i use to take over my mother's computer?

    If you and your mom both have a Gmail account, you could enable Google Remote Desktop.
  9. Trizoy

    php not working?

    I have played with php a little.. I could be completely off here. A few things to test. -Is php running server side? Do a simple print statement like.. $txt1 = "php code"; echo "Testing:" . $txt2; If it prints it, then looks to be running. -when you check your connection, print a...
  10. Trizoy

    php not working?

    Do you do something like "$mysqli = new mysqli("localhost", "my_user", "my_password", "world");" In the hoappsdb-connect.php? Does it exist? Maybe print some outputs from that to show it connected properly? Good luck.
  11. Trizoy

    Solid state drives.

    I recently upgraded a home server to SSD's and opted to buy 2 drives and mirror the contents for harddrives failure(Raid). 500gb hd for $60 each? Sure.
  12. Trizoy

    What's wrong with my chrome browser?

    Is it able to go to any website? I recently had an issue with the latest chrome on Win10, where it wouldnt get a connection to any site. Had to set it to run as Win7 compatibility to get it to work. Good luck.
  13. Trizoy

    Can what you write on Facebook groups be found by Facebook friends?

    Or your ex has your password..
  14. Trizoy

    Excelling at failing Excel

    The image you attached starts with the column 'AA' and not 'A'. This suggests that there are ~26 hidden columns of data. (A-Z). You may be able to select all cells(Ctrl + A), and right click the top row of column letters and select unhide all. Also, your issue with updating external links. Try...
  15. Trizoy

    Unable to access certain URLs

    Do the links or redirects go directly to a file?
  16. Trizoy

    Excelling at failing Excel

    Sometimes spreadsheets just stop working.. I have found if you save in newer formats, then roll back to an older format (if required) will allow to work. With <2mb of size, and nor formulas it may have vba code running in the background. For example are there buttons that you can click? Or does...
  17. Trizoy

    Ethernet to wifi extender?

    You could test your desktop in the potential location of the wifi extender, see if it helps. You could do this with moving your DESKTOP, or getting a long USB and put your current USB adaptor where your think the extender would go. This may be difficult given you have a desktop, but could save...
  18. Trizoy

    No Monitor Display when VGA Cable plugged into video card port

    Function +F8 to duplicate screen output? And/or reducing resolution to minimum.. good luck.
  19. Trizoy

    GRRRR Save me!!!

    Did you try lower the resolution to the lowest setting? Good luck
  20. Trizoy

    Need help in extending internet 120ft to my shop

    Conduit outside around the base of the house? If you have direct line of site(or drywall construction), you could do a simple range extender on the other side of the house. Then run Ethernet to the shop.
Back
Top