Uninstall react native cli globally
npm uninstall -g react-native-cli
npm uninstall -g react-native-cli
sudo service postgresql stop sudo service postgresql start
Check all running services service –status-all | grep ‘\[ + \]’ Check all services (Running and Non Running) service –status-all
sudo systemd-resolve –flush-caches
# Apache 2 server on Linux/Unix – Start sudo service apache2 start # Apache 2 server on Linux/Unix – Restart sudo service apache2 restart # Apache 2 server on Linux/Unix – Stop sudo service apache2 stop
sudo /opt/bitnami/ctlscript.sh restart apache
Option 1: sudo grep psk= /etc/NetworkManager/system-connections Option 2: sudo grep -r ‘^psk=’ /etc/NetworkManager/system-connections
sudo snap install telegram-desktop
Option 1: docker rmi -f $(docker images -a -q) Option 2: List all containers (only IDs) docker ps -aq Stop all running containers docker stop $(docker ps -aq) Remove all containers docker rm $(docker ps -aq) Remove all images docker rmi $(docker images -q)
mvn clean install -Dmaven.test.skip=true