StorageCraft – ImageManager

Upon trying to open storagecraft Image Manager the following error is displayed : the property ‘agent connections’ could not be createdChecking all the services showed the service was […]

How To Enable The SSH Server on Bitnami WordPress Turnkey

Debiansudo rm -f /etc/ssh/sshd_not_to_be_run sudo systemctl enable ssh sudo systemctl start sshUbuntusudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf sudo start sshSetting the IPsudo ifconfig eth0 192.168.1.234 netmask 255.255.255.0 up Check […]