Cockpit

Centos:

yum -y install cockpit
yum -y install cockpit-*          //install all modules
#yum install cockpit-docker (cockpit-storaged, cockpit-kubernetes,cockpit-ws)
systemctl start cockpit
systemctl enable cockpit (systemctl enable –now cockpit.socket)
systemctl stop firewalld

systemctl disable firewalld Continue reading “Cockpit”

Gentoo tomcat

package.license:
dev-java/oracle-jdk-bin Oracle-BCLA-JavaSE

download jdk-8u144-linux-x64.tar.gz
copy jdk-8u144-linux-x64.tar.gz to /usr/portage/distfiles
chown portage:portage jdk-8u144-linux-x64.tar.gz
chmod -x jdk-8u144-linux-x64.tar.gz

emerge -v oracle-jdk-bin
emerge -v tomcat

Gentoo xfce

command (ps axu) (equery uses xorg-server) (which startxfce4)
make.conf (USE=” X -qt4 -qt5″ video_cards=”i965 intel”)
make.conf (XFCE_PLUGINS=”brightness clock trash”)
emerge -vp xorg-server
emerge -vp dbus
emerge -vp xfce4-meta xfce4-notifyd
startxfce4 (userlogon)
F1 (Xsession xfce4session)
#touchpad (emerge xf86-input-synaptics)

Slim => make.conf (use=”branding consolekit pam” XFCE_PLUGINS=”brightness clock trash”)
emerge -vp slim