[CheatSheet] Configuration of Analysis Environment for Ubuntu
1 2 3 4 5 6 |
sudo apt install apache2 sudo apt install php libapache2-mod-php sudo service apache2 restart sudo apt install mariadb-server php-mysql sudo /usr/bin/mysql_secure_installation //Reference : https://blog.lael.be/post/73 |
1 2 3 4 |
sudo apt install wireshark sudo dpkg-reconfigure wireshark-common sudo usermod -a -G wireshark $USER //Reference : https://tuwlab.com/ece/26783 |