Tag: raspberry

  • How To Use Systemctl to Manage Systemd Services and Units

    All credits to: @ Digitalocean.com Justin Ellingwood   Introduction Systemd is an init system and system manager that is widely becoming the new standard for Linux machines. While there are considerable opinions about whether systemd is an improvement over the traditional SysV init systems it is replacing, the majority of distributions plan to adopt it or…

  • Pi-Hole DNS AdBlocker

    Pi-Hole DNS AdBlocker

    Install Run the following script: curl -sSL https://install.pi-hole.net | bash Update Just run the following script: pihole -up

  • Traccar installation on Raspberry Pi

    Traccar installation on Raspberry Pi

    Download and install Traccar Download Traccar wget https://github.com/tananaev/traccar/releases/download/v3.4/traccar-linux-arm-3.4.zip Unzip downloadfile unzip traccar-linux-arm-3.4.zip Remove zipfile rm traccar-linux-arm-3.4.zip Run install script sudo ./traccar.run Start Traccar Server sudo java -jar /opt/traccar/tracker-server.jar Optional configuration Make autostart on boot Start crontab crontab -e Add following line to the bottom of the file @reboot /usr/bin/nohup /usr/bin/java -jar /opt/traccar/tracker-server.jar Exit crontab and…

  • Raspberry RTL-SDR RX-Igate

    With help from this manual you can make your own APRS Igate with a Raspberry Pi and RTL-SDR dongle. If you find any incorrect information or you have additional info, please leave a comment! Offcourse change some of the commands to your personal settings like Callsign, gain, correction factor etc. Installation Warning, donĀ“t put the…