Open a Terminal
$ sudo apt update
$sudo snap install rpi-imager
or
$ wget https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb
$ sudo apt install ./imager_latest_amd64.deb
SES, SEO, SEM, Linux and Microcontroller Help, News and Experience sharing Blog
"My PIC Microcontroller Articles are moved to http://picmicrochip.blogspot.com
Open a Terminal
$ sudo apt update
$sudo snap install rpi-imager
or
$ wget https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb
$ sudo apt install ./imager_latest_amd64.deb
If you have multiple image files and you want to make a single pdf file from it, just follow the steps
This GUI tool convert multiple image files to a single pdf file in Ubuntu linux
open terminal (Ctrl+Alt+T)
$ sudo apt install gscan2pdf
sudo usermod -a -G dialout $USER && \ sudo apt-get install git && \ wget https://bootstrap.pypa.io/get-pip.py && \ sudo python get-pip.py && \ sudo pip install pyserial
Now make a folder espressif in your arduino/hardware folder and change to that directory
mkdir -p ~/Arduino/hardware/espressif cd ~/Arduino/hardware/espressif
now run the following command
git clone https://github.com/espressif/arduino-esp32.git esp32 && \ cd esp32/tools/ && \ python get.py
Copy and paste the above all commands in a terminal.
It will download and install all the required files and settings.
Restart Arduino IDE.
sudo apt-get install linux-headers-generic build-essential
sudo apt-get install git
git clone https://github.com/art567/mt7601usta.git
cd mt7601usta/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta
Now Check your Wifi
cat mycsv.csv | cut -d ',' -f3
cat mycsv.csv | cut -d "," -f3 | sort | uniq -c | sort -rn | head