script /common/scripts/debianHK.sh http://www.linuxquestions.org/questions/debian-26/how-do-i-get-apt-get-to-completely-uninstall-a-package-237772/ http://www.rootkit.nl/files/lynis-documentation.html apt-get install deborphan debfoster #apt-get remove –purge package #apt-get clean the later will clean the /var #debfoster will show files and libraries still left after the apt-get remove –purge, if you don’t recognize a library, keep it, later on, deborphan will give you a list of […]
Tag: debian
Debian Upgrade 8 to 9
Note: Disable Network Bonding at switch and OS # aptitude search ‘~o’ # apt-get update # apt-get upgrade # apt-get dist-upgrade # dpkg -C # apt-mark showhold /etc/apt/sources.list STRETCH: deb http://httpredir.debian.org/debian stretch main deb http://httpredir.debian.org/debian stretch-updates main deb http://security.debian.org stretch/updates main # apt-get update # apt list –upgradable # apt-get upgrade […]
Debian Squeeze 802.3ad
Debian Lenny and Squeeze 2x Realtek 8169 1x Reaktek 8169, 1x nForce D-Link DGS-1210-24 Rev. A Testing: iptraf cat /proc/net/bonding/bond0 [1] mode=0 (balance-rr) Round-robin policy: Transmit packets in sequential order from the first available slave through the last. This mode provides load balancing and fault tolerance. mode=1 (active-backup) One slave […]
Seagate ST32000542AS 2TB Setup
Debian Squeeze iscsitarget
Since Debian squeeze doesn’t appear to include pre-built iscsitarget kernel modules, the iscsitartget-dkms must be installed. This is a source package and will install gcc etc to compile. It should compile automatically. apt-get install iscsitarget-dkms Here is a list of iscsi related packages I installed on my secondary NAS: iscsitarget […]