Menguji antenna Yaesu ATAS 120a bersama Yaesu FT-891
Malam ini saya luangkan masa untuk menguji antenna ATAS-120a bersama dengan Yaesu FT-891. Objektif ujikaji ini ialah untuk melihat keberkesanan ATAS-120 seperti yang di war-war di youtube, Facebook...
View ArticleYaesu FT-857 LCD replacement : Kes Zebra line
LCD FT-857 yang rosakBaru-baru ini saya menggantikan LCD FT-857 yang mengalami masalah sindrom zebra line. Zebra line ini terjadi akibat daripada pendedahan display kepada haba seperti cahaya matahari...
View Articlehow to decode Radiosonde Weathex Wxr-301D | Raspberry Pi 4 8Gb.
Ini adalah kaedah yang paling asas sekali dalam proses dekod payload ini.step 1 :git clone https://github.com/rs1729/RS.git --branch test --single-branchcd RScd weathexlstukar nama file...
View Articlehow to decode Radiosonde Weathex Wxr-301D | Raspberry Pi 4 8Gb : Part 2
Dalam bahagian ke-2 ini, kita akan plotkan data yang kita peroleh daripada post part 1 iaitu https://9m2zak.blogspot.com/2023/07/how-to-decode-radiosonde-weathex-wxr.html Untuk itu kita perlu tukarkan...
View ArticleHow to rolling back upgrade lightdm
1. kenalpasti version lamaapt-cache showpkg lightdm2. uninstall versi terkinisudo apt-get remove --purge lightdm3. Install versi lepassudo apt-get install lightdm=previous_version4. Block package yang...
View Articlehow to fix login loop issue
Check User Ownership Make sure ur home directory and its contents are owned by ur user. incorrect ownership can cause login issue.sudo chown -R username:username /home/usernameReplace 'username' with...
View Articlestop and delete the x11vnc service
To stop and delete the x11vnc service that you previously set up, follow these steps:1. Stop the x11vnc Service: Use the following command to stop the x11vnc service: sudo systemctl stop...
View ArticleRun automatik weathex on Startup Raspberry Pi
Buat bash script untuk KLIA dahulu. namakan klia.sh#!/bin/bash# Change to the desired directorycd ~/RS/weathex# Run your commandrtl_fm -M fm -s 64k -f 401.1M | sox -t raw -r 64k -e s -b 16 -c 1 - -r...
View ArticleRaspberry pi NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
If you're encountering the "NO_PUBKEY" error while working with a Raspberry Pi, you can still follow a similar process to resolve the issue. Here's how you can import the missing GPG keys on your...
View Articleadd a new symbolic link (symlink) to the wordlists directory
Symbolic links are used to create references to files or directories in other locations1. Navigate to wordlists directory cd/usr/share/wordlists/2. Create the Symlinkln -s /path/to/original...
View ArticleHow to Install 3.5 inch TFT LCD Display on Raspberry Pi Zero
ikut step ini.sudo rm -rf LCD-show git clone https://github.com/goodtft/LCD-show.git chmod -R 755 LCD-show cd LCD-show/sudo ./LCD35-showsudo mkdir -p /etc/X11/xorg.conf.dsudo cp...
View ArticleHow to get grant execute permissions
The "Permission denied" error you're encountering indicates that you don't have execute permissions for the build.sh script. To fix this, you'll need to grant execute permissions to the script before...
View ArticleDisable MLAT (Multilateration) on Flightradar24 (FR24) feed on your...
Important! If you are sharing to other networks alongside Flightradar24, please disable MLAT.When the installation is complete, please make the change in either the Raspberry Pi’s Web UI or edit the...
View ArticleFlightAware / PiAware running log
To follow a file while it is being updated, you can use:tail -f /var/log/piaware.log
View ArticleWarning from apt-key: Key is stored in legacy trusted.gpg keyring...
This worked for me...Code: Select allsudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d
View ArticleHow to run rtl-sdr over tcp with dsdplus fastlane
step 1 : build your own raspberry pi vpn serverwget https://git.io/vpn -O openvpn-install.shchmod +x openvpn-install.shsudo apt update && sudo apt upgradesudo ./openvpn-install.shmasukkan...
View ArticleChromebook OS tukar ke Linux/Window OS
Sebelum kita mulakan, pastikan chromebook anda ada tersenarai dalam list ni, jika tiada... sila beli yang ada dalam list tersebut. klik sini.RT752TNrt752tn adalah model chromebook yang ada pada saya,...
View ArticleHow to transfer AIS signal to aprs.fi with the Raspberry PI 4B
Install RTL-SDRkemudian install dongle anda.git clone https://github.com/osmocom/rtl-sdr.git cd rtl-sdr mkdir build cd build cmake -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON ../ sudo make...
View Article