Install Guacamole 1.1.0 on Debian 10 with DB authentication (Part 1)
I started with a fresh Debian 10.3.0 with latest patches. I just installed vim and open-vm-tools because my server runs on an VMWare cluster 1. Install Tomcat 9 apt install…
I started with a fresh Debian 10.3.0 with latest patches. I just installed vim and open-vm-tools because my server runs on an VMWare cluster 1. Install Tomcat 9 apt install…
About one year ago I wrote an article for Linux Magazin about a personal search engine: * Suchmaschinenserver im Eigenbau (Ausgabe 02/2016) * Go Find It (Issue #186 / May…
A few days ago one of my old Thecus N8800PRO NAS storages stopped working. Instead of throwing it away i decided to take a closer look at it. First i…
First step is to add the Dell OpenManage Repository: wget -q -O - http://linux.dell.com/repo/hardware/DSU_16.05.00/bootstrap.cgi | bash Befor we can start the installer we had to fix the centos repository from…
First Download XenServer Installation ISO and the new Windows Management Console from: http://xenserver.org/overview-xenserver-open-source-virtualization/download.html Now upgrade your Management Console an reconnect to your XenServer Cluster. Now stop HA and move all…
Update of my racktables extension: Fixes and new features: - Fix: Fixes Bug in custom report for Racks, Rows and Locations - Fix: Changed directory structure - Feature: Added variable…
A simple backup script using logrotate to save multiple backups. I use a NFS storage mounted via autofs as backup location. Database Backup is optional. #!/bin/bash # Backup Target (Network…
Hi, i published my backup solution for VMs running on a Citrix XenServer Host or Pool at GitHub. https://github.com/avarrish/xenbackup It creates snapshots of all VMs running and download it to…
If you try to connect with java-6-openjdk or java-7-openjdk to an iDrac5 you probably get this message: Error when reading from SSL socket connection The iDrac 5 ( PE 1900,…
1. Informations Graylog is a very good syslog server for Linux. It collecting, indexing, and analyzing a lot of data and can send notifications via mail. https://www.graylog.org/ Note:I only tested…