[33] CCTV and NVR Solution Installation Guide for Ubuntu 20.04 Linux!

In this guide we show you how to install a CCTV and NVR Solution on Ubuntu Linux! The software used is Shinobi. We have installed this at multiple client stores to monitor stock and general security.

Text Guide used in this tutorial: https://hendgrow.com/ugs/HendGrow_CCTV_Text_Guide.txt

For more information visit – https://shinobi.video/

Trademarks and related content are owned by their respective owners /companies.

Disclaimer – https://www.hendgrow.com/disclaimer/

FrontAccounting – How to guide for Ubuntu 20.04

In this guide we show you how to install FrontAccounting. An accounting package we use and have installed for many clients. It is a Web based Accounting system that is simple and powerful accounting system for the entire ERP chain. FrontAccounting is free and released under the GNU General Public License.

----------Guide Start----------

FrontAccounting - Install Guide

Apache & SQL Database server

sudo apt-get install apache2 apache2-utils php-mysql php7.4 php7.4-gd php7.4-curl php7.4-zip php7.4-xml php7.4-mbstring mariadb-server mariadb-client

SQL user and DB Preparation

sudo mysql -u root -p
CREATE DATABASE fadb;
CREATE USER 'fadbuser'@'localhost' IDENTIFIED BY 'yourpasswordhere';
GRANT ALL PRIVILEGES ON fadb.* TO 'fadbuser'@'localhost';
FLUSH PRIVILEGES;
QUIT

Secure DB

sudo mysql_secure_installation

Download the frontaccounting software

Open Browser and navigate to and download the file.  https://sourceforge.net/projects/frontaccounting/

Open Terminal change dir to Downloads and extract the file:

cd Downloads
sudo tar -zxvf frontaccounting-2.4.9.tar.gz

Create sub folder and move extract 

sudo mkdir /var/www/html/fa
sudo mv frontaccounting /var/www/html/fa


Set Permissions
sudo chown -R www-data:www-data /var/www/html/fa
sudo chmod -R 755 /var/www/html/fa


sudo systemctl enable apache2
sudo systemctl restart apache2

Open Web browser and navigate to http://localhost/fa/frontaccounting and follow the onscreen install instructions.
----------Guide End---------- 

The HendGrow Minecraft Experiment

The HendGrow Minecraft Experiment This is a quick tutorial on how to connect and play on our open Minecraft server. Keep in mind this is open Anarchy / Survival server. This means that anything goes in regards to playing on this server.

The Minecraft server will be available for the foreseeable future dependant on demand.

Minecraft: https://www.minecraft.net/en-us/store/minecraft-java-edition

Raspberry Pi with (OMV) openmediavault – How To-

(Including Apple Time Machine Support, Enabling Network Backups) 

Walk-through of how to install a NAS based on (OMV) openmediavault on a Raspberry Pi. Best features for us is the ability to create a SMB share that has Apple Time Machine support. This enables us to backup all our Mac machines 🖥 / 💻 using time machine to the network. No more usb drives.

Walk Through Guidehttps://hendgrow.com/ugs/RaspberryPi_OMV_WT.pdf

—INSTALL START—

Walk-through of how to install a NAS based on (OMV) openmediavault on a Raspberry Pi. Best features for us is the ability to create a SMB share that has Apple Time Machine support. This enables us to backup all our Mac machines 🖥 / 💻 using time machine to the network. No more usb drives.

Software:

Raspbian: https://www.raspberrypi.org/software/

Openmediavault: https://github.com/OpenMediaVault-Plugin-Developers

Commands:

$ sudo raspi-config

$ sudo apt-get update

$ sudo apt-get upgrade

$ wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install

$ chmod +x install

$ sudo ./install

—INSTALL END–

How To Install NAS Using (OMV) openmediavault. (Apple Time Machine Support, Enables Network Backups)

Walk-through of how to install NAS based on (OMV) openmediavault. We use this as it is simple to get up and running and use. Best feature for us is the ability to create a SMB share that has Apple Time Machine support. This enables us to backup all our Mac machines 🖥 / 💻 using time machine to the network. No more usb drives.

URL for openmediavault download – https://www.openmediavault.org/download.html

Posted in NAS