# vi /etc/systemd/system/my_service.service [Unit] Description=Service Description After=network.target [Service] Type=simple ExecStart=/path/to/executable TimeoutStartSec=0 [Install] WantedBy=default.target systemctl dae..
Category : Uncategorised
/usr/bin/vhd-util coalesce –debug -n /var/run/sr-mount/<SR-ID>/<n..
Can’t believe I have to write this down. I keep forgetting!! sed -i ‘s/he said/she said/g’ ..
Pretty decent quick grab for useful data System Information dmidecode -t system Chassis Information dmidecode -t chassis BIOS Information dmideco..
Install Composer cd /tmp curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer Install Magento using composer composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition . composer create-project –repository=https://repo.magento.com/ magento/project-community-edition=2.3.* –stability=beta Clear Cache rm -rf var/cache/* php bin/magento cache:clean php bin/magento cache:flush Set URL php bin/magento setup:store-config:set –base-url=”http://domain.com/” php bin/magento setup:store-config:set –base-url-secure=”http://do..