Ever stuck with your keepass not responding on Linux / Ubuntu systems?
Find the right process id with:
ps aux |head -n 1; ps aux |grep -v grep |grep -i pass
kill then the process id
Ever stuck with your keepass not responding on Linux / Ubuntu systems?
Find the right process id with:
ps aux |head -n 1; ps aux |grep -v grep |grep -i pass
kill then the process id