Tag: list
Install Package List
July 6, 2009
Install a list of packages from a text file. cat packages.txt | xargs apt-get install
Find the Process that Listen to a Port
June 8, 2009
Find the process that are listening to a said port… lsof -i :80
List Files Provided by Package
April 21, 2009
Show list of files provided by a rpm package installed rpm -ql package_name
chsh Command
February 21, 2009
Command to know if you have to remote into another box chsh –list-shells
Show all Installed Packages in Debian
May 3, 2008
Show all deb packages installed on the system dpkg -l
Update Package List in Apt
April 2, 2008
Update the package list – do this after you change the source in /etc/apt/sources.list . apt-get update
List all Installed RPMs by Size
February 5, 2008
Show space used by rpm packages installed sorted by size (fedora, redhat and like) rpm -q -a –qf “%10{SIZE}\t%{NAME}\n” |…
Recent Comments