Linux cheatsheet – usefull commands
Network netstat -tulpn | grep LISTEN show all opened TPC/UDP sockets sudo ip link set eth0 up enable/disable network interface eth0-interface name up/down cat /etc/services | less list of services and ports find . -mmin -60 -type f -exec ls -l {} + list changed files in last 60 min find . -type f -newermt […]
Linux cheatsheet – usefull commands Read More »