There are options with ps itself for better filter options, than may be doing it with grep, worth a try.
$ ps -LF -u user
There are options with ps itself for better filter options, than may be doing it with grep, worth a try.
$ ps -LF -u user
easier than editing .ssh/authorized_keys file.
ssh-copy-id user@host
find the zombie processes.
ps aux | awk ‘$8 == “Z” { print }’
find the package name of the $file from the apt repository.
apt-cache search $file
Whats running on this port.
$ sudo netstat -tulpn | grep :portnumber
This is how we can get the mac addresses of all the interfaces on the system.
$ /sbin/lspci -v | grep -i “Device Serial Number”
$ ps axu | grep [a]pache2
grep processes list avoiding the grep itself
$ date –set=”$(ssh user@server ‘date -u’)”
dig +short txt .wp.dg.cx
mount | column -t
sudo !!