[Raspberry Pi] Music playing using Volumio with Sound Blaster X-Fi

Published on Author admin

Music playing using Volumio on Raspberry Pi with Sound Blaster X-Fi Architecture schema: Installation steps: Download Volumio image from https://volumio.org/get-started/ Unzip downloaded image unzip md5sum volumio-2.348-2017-12-22-pi.img.zip Check MD5 checksum of uncompressed image: md5sum volumio-2.348-2017-12-22-pi.img Insert microSD card to your laptop/PC. You can delete all existing partitions using for instance gparted tool. You can install it… Continue reading [Raspberry Pi] Music playing using Volumio with Sound Blaster X-Fi

Configuring FortiSSLVPN on Fedora 27 (using Gnome and NetworkManager)

Published on Author admin

Configuring FortiSSLVPN (FortiGate SSL VPN) on Fedora 27 (using Gnome and NetworkManager) Install required packages: dnf install NetworkManager-ppp NetworkManager-fortisslvpn NetworkManager-fortisslvpn-gnome NetworkManager-openconnect-gnome openfortivpn Enable Fedora testing repository and install upgrades for following packages (1.2.6-3 as version 1.2.6-1 contains some bugs): dnf update NetworkManager-fortisslvpn NetworkManager-fortisslvpn-gnome After that disable Fedora testing repository. Create VPN profile using NetworkManager GUI,… Continue reading Configuring FortiSSLVPN on Fedora 27 (using Gnome and NetworkManager)

Nextcloud - upgrade to 13.0beta1

Published on Author admin

Upgrading Nextcloud from CLI on Linux system with systemd. /var/www/html/owncloud/ - Nextcloud installation directory apache - HTTP server service user cd /var/www/html/ wget https://download.nextcloud.com/server/prereleases/nextcloud-13.0.0beta1.zip systemctl stop httpd rm owncloud-old/ -rf mv owncloud/ owncloud-old/ unzip nextcloud-13.0.0beta1.zip mv nextcloud/ owncloud/ mv owncloud-old/data/ owncloud/data/ cp owncloud-old/config/config.php owncloud/config/config.php chown apache: owncloud/ -R chcon -R -t httpd_sys_rw_content_t /data/var/www/html/owncloud/config chcon -R… Continue reading Nextcloud - upgrade to 13.0beta1