vzdump rpm
In some of my projects I use OpenVZ to create containers. One of the tools I use to create backup of running container is vzdump from proxmox.com. Unfortunately rpm provided is older version and latest provided only as debian package. …
In some of my projects I use OpenVZ to create containers. One of the tools I use to create backup of running container is vzdump from proxmox.com. Unfortunately rpm provided is older version and latest provided only as debian package. …
GNU Screen is excellent sysadmin tool and can make your life much easier. If working on remote ssh shell and connection is interrupted (usually at worst time) I often wish that I’ve started screen in advance. Other useful way of …
Shorewal or Shoreline Firewall is is high-level tool for configuring Netfilter. Even RPM packages are available from long time on most YUM repositories only older versions could be found. That is the reason I’ve decided to create this repository. What …
If you want to see what packages are installed in Debian or Ubuntu system use following commands: To list all the package installed: dpkg-query -l This will return something similar to this: dpkg-query -l Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: …
How to list installed packages in Debian or Ubuntu Read more »