SQL DB Auslesen und darstellen via php nach Aktuellen Datum
Daten via Crontab einlesen mysql -hlocalhost -uroot -pPASSWORD< /home/administrator/search.sql ////////////////////////////////////////// Datenbank erstellen USE Search;DROP TABLE IF EXISTS `users`;CREATE TABLE `users` (`id` int(11) NOT NULL AUTO_INCREMENT,`logo` varchar(255) NOT NULL,`raum` varchar(255) NOT NULL,`va_id` varchar(255) NOT NULL,`name` varchar(255) NOT NULL, `va_ausschilderung` varchar(255) NOT … Continued
Sync private iCloud calendar with MagicMirror
Get app-specific password from iCloud vdirsyncer needs an app-specific password to connect to iCloud. You can create one in your AppleID settings like descibed in Apple’s support document for using app-specific passwords: https://support.apple.com/en-us/HT204397 Create one and write it down for … Continued
Tattingstone, Ipswich, Vereinigtes Königreich
Tattingstone, Ipswich, Vereinigtes Königreich
Geschützt: HSO Kalender
Es gibt keinen Textauszug, da dies ein geschützter Beitrag ist.
Batch files for unattended windows installation to take care of additional work
The situation: You have created an unattended installation of windows (using nLite + DriverPacks BASE or other programs), but usually this isn’t enough, you need more things to be done. So we write batch files to do the following silently … Continued
Geschützt: Player
Es gibt keinen Textauszug, da dies ein geschützter Beitrag ist.
Infosystem automatisiert
Was ist die Idee? Daten die in einer CSV Tabelle sind sollen auf einer Webseite dargestellt werden. Was wird benötigt? Ubuntu xibo Wie Realisieren wir das? Als erstes Ubuntu mit SQL und Apache installieren, Anleitung hierzu gibt es im Internet, … Continued
Windows (11) Installation (NTLite)
VorwortDieses Tutorial soll zeigen wie sich die Limitierung auf bestimmte CPUs, der Online-Account-Zwang in der Home Edition und anderes unerwünschtes Verhalten in der Windows (10 bis 11) Installation mithilfe vom Tool NTLite beheben lässt. Was ist NTLite?Mit NTLite lassen sich … Continued
Install Opigno LMS on Ubuntu 18.04 mit Apache2, MariaDB und PHP 7.2
Youtube: sudo apt updatesudo apt install apache2 sudo systemctl stop apache2.servicesudo systemctl start apache2.servicesudo systemctl enable apache2.service http://localhost The next step is to locate the appropriate Apache configuration file for your site. Depending on your server configuration, the appropriate … Continued
Zabbix Server
Zabbix Server + Agent unter Ubuntu 20.04 LTS installieren 1.1 Einstellungen für die VM Falls Ihr den Zabbix Server oder Proxy als virtuelle Maschine (VM) installiert so könnt Ihr Beispielsweise folgenden Einstellungen nehmen: Konfiguration: TypischName und Speicherort: Nach eigener WahlSpeicher: … Continued