Find the files contained in/provided by an Ubuntu/Debian package
On console, run dpkg -L [package name] Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2...
On console, run dpkg -L [package name] Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2...
To find the list of installed packages on ubuntu/debian, on console run <pre>dpkg --get-selections</pre> To find if a specific package is installed ...
To enable password based authentication on RHEL/Centos machines, login as root to the target host. ( sudo the commands below if you are not logging in as root) ...
Problem: SSH asks for password even after updating the .ssh/authorized_keys in target host with user’s public key. Reason: A permission issue Fix: Login with pa...