News:

The Latest electronic and computer Tips that work!

Main Menu

Recent posts

#71
Raspberry Pi / Python-pip install
Last post by branx86 - May 01, 2022, 07:20:32 PM
sudo apt-get update

#Python 2
sudo apt-get install python-pip
#Python 3
sudo apt-get install python3-pip
#72
Windows Fixes / Clear Teams Cache1
Last post by branx86 - May 01, 2022, 10:03:28 AM
Clear Teams cache if necessary.

For Windows:

1) Go to System (C:) > Users > Your name > AppData > Roaming > Microsoft > Teams. Please clear content in the following folders.

  %appdata%\Microsoft\teams\application cache\cache

  %appdata%\Microsoft\teams\blob_storage

  %appdata%\Microsoft\teams\Cache

  %appdata%\Microsoft\teams\databases

  %appdata%\Microsoft\teams\GPUcache

  %appdata%\Microsoft\teams\IndexedDB

  %appdata%\Microsoft\teams\Local Storage

  %appdata%\Microsoft\teams\tmp

2) Once completed, close Teams client and restart your computer.

#73
Windows Fixes / Check Wireless signal
Last post by branx86 - May 01, 2022, 09:56:35 AM
netsh wlan show interfaces

to Get a report
netsh wlan show wlanreport
#74
Raspberry Pi / Quick Raspberry Pi webcam for ...
Last post by branx86 - April 28, 2022, 09:56:40 PM
1st -  apt-get install python3-flask


In the /home/pi/Documents/camWebServer

To Install: Create directory "Documents" - "camWebServer" , "camWebServer" - "templates" , "camWebServer"- "static"
   in the camWebServer folder put "camera_pi.py" and "appCam.py"
   in the templates folder put "index.html"
   in the static folder put "style.css"

Now, run the python script on the Terminal:

sudo python3 appCam.py

To make it auto start at boot Edit:  /etc/rc.local  Put sudo python3 /home/pi/Documents/camWebServer/appCam.py &

Go to any browser in your network and enter with https://YOUR_Raspberry_IP (for example, 192.168.1.137)

NOTE: If you are not sure about your Raspberry Pi Ip address, run on your terminal:

ifconfig
#77
Raspberry Pi / Find out the PI version you ha...
Last post by branx86 - April 25, 2022, 07:45:45 PM
Type the cmd below to find out what Pi version you have

cat /proc/cpuinfo
#78
Raspberry Pi / Know your version of OS
Last post by branx86 - April 25, 2022, 07:38:05 PM
Run cmd below to know your version of OS

cat /etc/os-release
#79
General Discussion / Any One Needing Flash Use Ruff...
Last post by branx86 - February 17, 2022, 09:17:03 AM
Works just like adobe Flash
https://ruffle.rs/#usage
#80
Raspberry Pi / Setup WiFi on Raspberry PI
Last post by branx86 - November 20, 2021, 07:09:14 PM
in etc/wpa-supplicant.conf

network={
    ssid="YOUR_NETWORK_NAME"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
}

or for  Raspberry Pi OS, Raspbian Stretch, or Raspbian Buster:

country=US # Your 2-digit country code
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev # Include this line for Stretch
network={
    ssid="YOUR_NETWORK_NAME"
    key_mgmt=NONE
}



Use-    sudo iwlist wlan0 scan   -to scan for wireless SSID cmd line
Use-    sudo ifup wlan0      -to start wireless
           iwgetid                  -will give you the SSID
           iwconfig                 -will show you wireless card