Categoria: Linux

Installare WordPress su Ubuntu

Novembre 2, 2020 By luca@studiomondello.eu

apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip apache2 apache2-utils mysql-client mysql-server php7.0 php7.0-mysql libapache2-mod-php7.0 php7.0-cli php7.0-cgi php7.0-gd wget -c http://wordpress.org/latest.tar.gz tar -xzvf latest.tar.gz rsync -av wordpress/* /var/www/html/wordpress […]

Installare Emby su Ubuntu

Novembre 2, 2020 By luca@studiomondello.eu

wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.4.0.40/emby-server-deb_4.4.0.40_amd64.deb dpkg -i emby-server-deb_4.4.0.40_amd64.deb http://localhost:8096 https://emby.media/linux-server.html

Installare VeeamPN2 su Ubuntu

Novembre 2, 2020 By luca@studiomondello.eu

curl -k http://repository.veeam.com/keys/veeam.gpg | apt-key add – echo “deb [arch=amd64] http://repository.veeam.com/pn/public pn stable” > /etc/apt/sources.list.d/veeampn.list apt-add-repository ppa:wireguard/wireguard apt-get update apt-get -y install veeam-vpn-ui veeam-vpn-svc https://x.x.x.x:443

ZFS

Novembre 2, 2020 By luca@studiomondello.eu

apt install zfsutils-linux whereis zfs zpool create zpool raidz sdb sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm zpool status zpool list zfs set dedup=off tank/home zfs […]