Open Discussion:
Today we talked about several things, including recent power outages and creating screenshots. There were three we spent more time on:
- fixing tables in mysql when the root account password is unknown.
service mysql stop
mysqld_safe --skip grant-tables
mysql -u root mysql
update user set password=PASSWORD('NewOne') where User='root';
quit
service mysql restart
mysqlcheck --autorepair -c -o -A --debuginfo
- resources for recycling or obtaining computers and parts
https://trashnothing.com/beta/browse
https://www.glrescrap.com/
https://dearborn-mi.greenteksolutionsllc.com/buy-used-it-equipment
https://cantoncomputers.com/
https://jibrecycle.com/
- RustDesk as compared to similar remote desktop access programs
- provides remote access for Linux, Windows, Mac and Android
- free and opensource
- can be self-hosted
- see https://rustdesk.com/