Friday, August 4, 2017

Uninstall ant on linux

Uninstall just ant
sudo apt-get remove ant

Uninstall ant and its dependencies
sudo apt-get remove --auto-remove ant

Purging config.data
sudo apt-get purge ant ATAU sudo apt-get purge --auto-remove ant

sumber rujukan:

How to run rtl-sdr over tcp with dsdplus fastlane

step 1 : build your own raspberry pi vpn server wget https://git.io/vpn -O openvpn-install.sh chmod +x openvpn-install.sh sudo apt update &a...