News:

The Latest electronic and computer Tips that work!

Main Menu

Recent posts

#71
Linux Fixes / PHP-FPM Hanging
Last post by branx86 - September 03, 2021, 07:30:16 AM
If PHP-FPM is hanging adjust the  /etc/php-fpm.d/www.conf

pm.max_children = 70
pm.start_servers = 20
pm.min_spare_servers = 20
pm.max_spare_servers = 35
pm.max_requests = 500

https://myshell.co.uk/blog/2012/07/adjusting-child-processes-for-php-fpm-nginx/
#72
General Discussion / PowerSmart Lawn Mower Self pro...
Last post by branx86 - August 28, 2021, 07:29:43 PM
Power Smart DB8621S  Lawn Mower Self propelled Wheels bearings

P/N#    PSM -303100065
  Also can get them at Amazon "Oregon 45-112 Flanged Wheel Lawn Mower Bearings " 
M&D Mower  http://m-and-d.com

Power smart DB8621S  lawnmower 159cc
Rear wheel wobble order qty 4 for back wheels
#74
Arduino / Espduino
Last post by branx86 - June 30, 2021, 08:59:19 PM
To get the espduino up and ready for programming the IDE settings:

Additional Boards Manager:  http://arduino.esp8266.com/stable/package_esp8266com_index.json
Boards Manager:  esp8266
    Board: ESPDuino (ESP-13 Module)
    CPU: "80 MHZ"
    Flash Size: "4MB (FS:2MB OTA: 1019KB)"
    Reset Method: "Espduino-V2"
   
Most important you need the CH341 USB2Serial Driver



Arduino ESP8266 Boards : http://arduino.esp8266.com/Arduino/versions/2.0.0/doc/installing.html
Blynk Example URL:  https://examples.blynk.cc

#75
Linux Fixes / Change Java Version
Last post by branx86 - June 19, 2021, 02:58:39 PM
To change java version run " alternatives --config java   "
#77
Windows Fixes / Display Drivers installed on W...
Last post by branx86 - June 17, 2021, 08:36:09 PM
Type "driverquery" then enter. you will get a list of all the current windows drivers, alongside install dates and display names.
#78
Windows Fixes / Get Windows Lic. Key
Last post by branx86 - June 17, 2021, 08:34:22 PM
typing "wmic path softwarelicensingservice get 0A3xOriginalProductKey" into command prompt window, then hitting enter.
#79
Windows Fixes / View WiFi Password Windows
Last post by branx86 - June 17, 2021, 08:31:44 PM
"netsh wlan show profile SSID key=clear" and just replace "SSID" with the name of the wifi network. If you're not sure about the networks you're connected to, use the "netsh wlan show profile" command.