sudo apt install qemu-system-arm
Download from https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit and extract it somewhere.
Resize to 4GB by:
sudo apt install qemu-system-arm
Download from https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit and extract it somewhere.
Resize to 4GB by:
In Linux, specially Ubuntu, sometimes there is problem with connecting to Enterprise networks using GUI NetworKManager. | |
This is the situation where nmcli is needed. | |
* In terminal: | |
nmcli con add type wifi ifname wlp3s0 con-name work-wifi ssid work-ssid | |
nmcli con edit id work-wifi | |
* Then enter the following: | |
nmcli> set ipv4.method auto | |
nmcli> set 802-1x.eap peap | |
nmcli> set 802-1x.phase2-auth mschapv2 | |
nmcli> set 802-1x.identity myusername |
git clone https://github.com/tsduck/tsduck.git
git checkout 761a21ed96ef66c609d031abd4667f6f37db348e
wget http://ftp.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz
tar -xzvf ruby-3.3.6.tar.gz
cd ruby-3.3.6
./configure --disable-install-doc
make -j
sudo make install