How to configure iptables on Ubuntu – UpCloud
sudo iptables -L
Test a REST API with curl | Baeldung
curl -v http://localhost:8082/spring-rest/foos/9
Source: Test a REST API with curl | Baeldung…
How to Install and Use Wireshark on Ubuntu Linux? – GeeksforGeeks
sudo add-apt-repository ppa:wireshark-dev/stable
Source: How to Install and Use Wireshark on Ubuntu Linux? – GeeksforGeeks…
12 Useful ‘dmidecode’ Command Examples for Linux Admin
dmidecode | more
Source: 12 Useful ‘dmidecode’ Command Examples for Linux Admin…
Install VMware Tools on Ubuntu and Increase VM Performance
sudo apt install open-vm-tools-desktop
Source: Install VMware Tools on Ubuntu and Increase VM Performance…
How to configure Static IP on Debian 10 – Snel.com
sudo nano /etc/network/interfaces
Install and configure PostgreSQL | Ubuntu
sudo apt install postgresql