Jump to content

andy_b

Members
  • Posts

    1,473
  • Joined

  • Last visited

Everything posted by andy_b

  1. SoonTM: https://hivehome.uservoice.com/forums/223103-product-ideas/suggestions/4969272-wireless-radiator-thermostat-valves
  2. Not IP - but I have used one of these when I had a dodgy router that would need power cycling once in a blue moon. Saved me having to drive into work at the weekends... https://www.uk-automation.co.uk/powertxt-gsm-power-control-and-monitoring/
  3. Autohotkey script / exe ? - https://www.autohotkey.com/ ;Swap Mouse Buttons ;Win + F1 to swap ;Win + F2 to revert ;Environment #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #NoTrayIcon #SingleInstance force #F1:: DllCall("SwapMouseButton",int,true) return #F2:: DllCall("SwapMouseButton",int,false) return
  4. andy_b

    VPP App Store Invoices

    I've had them take 3 days.
  5. I have seen this used, it is good - but quite expensive, Pugh have it for £425: https://www.zoomtext.com/download-zoomtext-free-trial/
  6. A possible way: If the "08:10" is text: =VALUE(LEFT(A1,FIND(":",A1)-1))*12+VALUE(RIGHT(A1,FIND(":",A1)-1)) will give you the months If the "08:10" is formatted as time you will need an extra column to convert to text: =TEXT(A1,"hh:mm"), then apply the above to that.
  7. We use a IDP Smart 50. I think in 4/5 years the only thing (other than new ribbons) we have done is run a cleaning card through it. Do you really want an encoding printer?
  8. WinFF as a frontend to FFMPEG is simple to use and can do PAL DVD widescreen: https://www.videohelp.com/software/WinFF
  9. We sometimes find it slow-ish sometimes. But this week it has seemed particularly bad.
  10. I can't remember off the top of my head if it is available in the default UI. But with the Asuswrt-Merlin firmware (https://asuswrt.lostrealm.ca/) you can create a cron job (https://www.cyberciti.biz/faq/how-to-add-cron-job-on-asuswrt-merlin-wifi-router/) to tweak the firewall with iptables as required.
  11. Pretty much covered here: https://www.paxtonaccess.ae/docs/Application%20Notes/AN1031-AE.pdf Just need to wire ACU to fire panel. Configure Net2 software and setup.
  12. We have this mailtip enabled in Office 365 to prompt the users: https://newsignature.com/articles/dont-send-that-enable-mailtip-for-external-recipients-in-office-365/?lang=gb
  13. Was this the program? Download Change Password
  14. We sometimes just force an update with powershell if we have this problem: https://kallesplayground.wordpress.com/useful-stuff/windows-server-2012-r2-data-deduplication/
  15. Have you checked what DNS the Server is pointing to in its Network Adapter settings? If there is only one DNS server onsite the AD/DNS server should point to itself. (You might need to run ipconfig /flushdns to clear cached addresses if you have changed the DNS server for the Network Adapter)
  16. Employ a Navajo* speaker. Get them to type the document in Navajo. They can then read the document to staff as and when required. *Or another obscure language
  17. EEVblog - https://www.youtube.com/channel/UC2DjFE7Xf11URZqWBigcVOQ bigclivedotcom - https://www.youtube.com/channel/UCtM5z2gkrGRuWd0JQMx76qA AvE - https://www.youtube.com/channel/UChWv6Pn_zP0rI6lgGt3MyfA Computerphile - https://www.youtube.com/channel/UC9-y-6csu5WGm29I7JiwpnA Numberphile - https://www.youtube.com/channel/UCoxcjq-8xIDTYp3uz647V5A Lawful Masses with Leonard French - https://www.youtube.com/channel/UChBJtu4BhT8b8t9Qe9R-EZg Tom Scott - https://www.youtube.com/channel/UCBa659QWEk1AI4Tg--mrJ2A standupmaths - https://www.youtube.com/channel/UCSju5G2aFaWMqn-_0YBtq5A Sixty Symbols - https://www.youtube.com/channel/UCvBqzzvUBLCs8Y7Axb-jZew CGP Grey - https://www.youtube.com/channel/UC2C_jShtL725hvbm1arSV9w CaptainDisillusion - https://www.youtube.com/channel/UCEOXxzW2vU0P-0THehuIIeg Techmoan - https://www.youtube.com/channel/UC5I2hjZYiW9gZPVkvzM8_Cw Lindybeige - https://www.youtube.com/channel/UC9pgQfOXRsp4UKrI8q0zjXQ Bad Obsession Motorsport - https://www.youtube.com/channel/UCHvBHWBzzB7NyU5tIiEZHBg
  18. andy_b

    OnePlus 3

    Cost was in euros - but including collection and return via ups, was about £75.
  19. andy_b

    OnePlus 3

    Just had my 3T screen repaired by Oneplus. Took about five working days from collection to return.
  20. There is a built in recipe "Daily color page limit " should be fairly easy to adapt this to B/W (inputs.job.isGrayscale) and apply it to specific printer?
  21. Seems to be ok here. Browsing using eduproxy is working as normal. Ping resolves to the same IP address - but gets blocked by their cisco gateway.
  22. In the "printer selection" page on iOS can you tap the blue circled i and then tap "Forget Username and Password" ?
  23. This report should be built in.
  24. There should be a first and last report built in that kinda does this. For true time and attendance functionality you need separate readers to have users "clock in" and "clock out2: http://www.paxton-access.co.uk/docs/application%20notes/AN1029.pdf
  25. You create custom reports to report on a variety of information - I have a trigger sending a specific report (as a csv) to HR every morning. It depends on what you need to report on, for more details you could query the SQL database directly using https://www.intoaccess.com/?page_id=674&lang=en .
×
×
  • Create New...