Advanced Search
Search Results
148 total results found
Kiwiplan - ESP Crystal Reports Standards and Help Hints
Customised Reports: In order to make sure that customised reports, and the SQL views or stored procedures behind them, do not get overwritten during ESP upgrades the following points should be observed: A site specific reports directory should be set up an...
Personal - Redhat
SET GLOBAL validate_password_policy = 0; CREATE USER 'kiwisql'@'%' IDENTIFIED BY '800486kiwi'; GRANT all ON *.* TO 'kiwisql'@'%' WITH GRANT OPTION; CREATE USER 'kiwisql'@'localhost' IDENTIFIED BY '800486kiwi'; GRANT all ON *.* TO 'kiwisql'@'localho...
RedHat - Install a Kubernetes Cluster on RHEL 9.x | Rocky 9.x: A Step-by-Step Guide
https://infotechys.com/install-a-kubernetes-cluster-on-rhel-9 https://www.youtube.com/watch?v=_ELvCuXO6y4 https://medium.com/weeklycloud/kubernetes-installation-on-rhel-9-d5629f2fa4f9 https://www.youtube.com/watch?v=vX2n05t0AQg&t=1782s Prerequisites Updat...
Synology - Host Unifi for FREE on Synology NAS
All you have to do is ass a scheduled task scripts under tasks and run the following docker run -d --name=Unifi-Controller \ -p 3478:3478/udp \ -p 10001:10001/udp \ -p 5514:5514/udp \ -p 8080:8080 \ -p 8443:8443 \ -p 8880:8880 \ -p 8843:8843 \ -e P...
Kiwiplan - MAP Variables
Kiwiplan software uses several environmental variables within the Unix structure. Knowing these variables will provide a better understanding of the directory structure during setup of Kiwiplan software. These variable settings are located in the files: $...
Concrete - Dry Pour Schedule
Synology - Portainer
Install Portainer sudo docker run --name="portainer" -d --restart=always -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data -v /usr/syno/etc/certificate/system/default:/certs portainer/portainer-ce
PiHole - Configuration
This is to create a MAC vlan on you synology to bridge interfaces You will need to create the following folders from the main docker folder. docker/pihole docker/pihole/pihole docker/pihole/dnsmasq.d My testing vlan uses 192.168.253.0/24 sudo docker netw...
Synology - Upgrade 1515+ to 1517+
Worked like a charm https://github.com/prt1999/Synology_model_upgrade Ran the above process Forum Discussions https://xpenology.com/forum/topic/69328-converting-ds1515-into-ds1517-dsm-72/page/3/ https://xpenology.com/forum/topic/69328-converting-ds151...
ESXi - UPS Nut Installation
Vmware ESXi NUT Client Installation and Configuration Requirements You must have a NUT server connected to a UPS and configured in your environment. SSH must be enabled on your ESXi installation Community acceptance level must be enabled on your ESXi i...
PiHole - Adding blocklist urls to the Gravity DB from the command-line
This is to add block list to the Gravity DB from the command line from a text file. You will need a few things to do this This is for allowing zmodem options if you telnet session allows it like SecurCRT that I used. Install the following packages sudo apt...
Synology - Flash uboot ROM
This guide describes a method how to restore u-boot if the flash has been completely erased. This situation can arise if there was a power loss during u-boot upgrade or you accidentally deleted the boatloader while playing with the u-boot commands like I did. ...
Kiwiplan - Add Printer for Classic and Refresh Sites
This is how to add a printer in Kiwiplan for KDG to host the printer and for classic label. Step1: Add the printer to the server were KDG is running under Control Panel\Hardware\Devices and Printers Step2: Verify in KDG top make sure it shows up Ste...
Linux - Commands to Know
This is a quick version of commands to be aware of. System information uname -a : Displays all system information. hostnamectl : Shows current hostname and related details. lscpu : Lists CPU architecture information. timedatectl status : Shows system tim...
Kiwiplan - MySQL log is fill or filled the drive
This document is to explain the procedure on how to get the plant operational again. Couple of things to think about: Is the drive full Do you see many log files for mariadB or MySQL If so then proceed on delete the oldest to the newest date and the on...
Prometheus - Raspberry PI Node Exporter Install
This is to install the node exporter on a raspberry pi for Prometheus to scrap. Step1: Download Install the node exporter for Prometheus on your Raspberry Pi You will need to look at here for the current version of the node exporter from github https://git...
HPE - iLO4 Reflash after Not Responsive 380p Gen8
iLO 4 firmware in Direct Mode Download Online ROM Flash Component for Linux - HPE Integrated Lights-Out 4 (CP######.scexe) https://support.hpe.com/connect/s/product?language=en_US&ismnp=0&l5oid=5219994&cep=on&kmpmoid=5219994&tab=driversAndSoftware&driversAnd...
Kiwiplan - Install Web Launcher
This requires Java to be installed first First program that must be installed in Kiwiplan_Web_Launcher_Setup. This file is usually in the Linux server in the MES folder for the current revision or on the RDS server if it was copied V...
Raspberry PI - Uctronics panel setup
This is to setup the panel on the rack mount UCTRONICS raspberry pi holder with SSD drives You will have to modify the following file sudo nano /boot/config.txt At the end of the file add below the last [ALL] section dtparam=i2c_arm=on,i2c_arm_baudrate=400...
Raspberry PI - Install NFS Server
dnf install nfs-kernel-server sudo cp /etc/exports exports.org vi /etc/exports Configure NFS Exports: Edit the /etc/exports file to define the directories to be shared and the clients allowed to access them. Export the new change sudo nano /etc/exports a...