sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | head -1 | cut -d' ' -f5-8)Z"
https://nmap.org/book/man-host-discovery.html
List all hosts in the subnet:
sudo nmap -PR -sn 192.168.0.0/24
https://help.ubuntu.com/community/UbuntuBonding
sudo apt install ifenslave
CentOS Minimal Distro is a good starting point for deploying a bare-bones no-frills server. However, CentOS Minimal lacks some commonly used Linux packages. This guide covers a couple Linux packages that are nice to have in a server deployment.
All steps are optional.
For clarity and ease of use, we execute these commands as the root
user.
If a server you connected to previously using SSH has changed its server SSH key, you will receive a warning message about possible (man-in-the-middle) MITM attack. When you have verified that the server SSH key has indeed changed, you can use the ssh-keygen
command to fix settings in your known_hosts
file.
ssh-keygen -R SERVER_NAME_OR_IP
Selected options from the ssh-keygen
man page:
-F hostname
>
We can run Linux on Chromebook using Chrombook Crouton:
https://gist.github.com/datacustodian/7e7b04d15cfec149b11bd263c98b270a
It would be nice to use OpenVPN: