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.
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 GuideApache & SQL Database serversudo 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 Preparationsudo mysql -u root -p
CREATE DATABASE fadb;
CREATE USER 'fadbuser'@'localhost' IDENTIFIED BY 'yourpasswordhere';
GRANT ALL PRIVILEGES ON fadb.* TO 'fadbuser'@'localhost';
FLUSH PRIVILEGES;
QUITSecure DBsudo mysql_secure_installationDownload 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.gzCreate sub folder and move extract sudo mkdir /var/www/html/fa
sudo mv frontaccounting /var/www/html/faSet Permissionssudo chown -R www-data:www-data /var/www/html/fa
sudo chmod -R 755 /var/www/html/fasudo 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 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.
(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 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 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