Disclaimer: This post is only for educational and security purposes don’t try any illegal activity I’m just sharing these methods so you can protect yourself against these attacks. The notepad method of creating viruses is a technique used by hackers to create viruses and malware. It is one of the oldest methods of virus creation and is it still being… Read more →
Tag: command
Restart Networking Interface in Linux
Try out the following commands: sudo service networking restart sudo /etc/init.d/networking restart or nmcli device set [device] managed true Check Networking Status /etc/init.d/networking status Stop Networking sudo /etc/init.d/networking stop Start Networking sudo /etc/init.d/networking start Restart Networking /etc/init.d/networking restart To start Network Manager : service NetworkManager start or systemctl start NetworkManager To stop Network Manager: service NetworkManager stop… Read more →