tightvnc ubuntu 18 – Xfce Desktop

STEP 1: PREPARE YOUR SYSTEM FOR UBUNTU VNC SETUP Before installing VNC on Ubuntu let’s update the system. First, gain access to your server’s command line. This can be done through SSH remotely, terminal if you are on the server, or whatever method you usually use. Once you’ve gained access to your server, make sure you have… Leer más »

What is motionEye?

motionEye is a web frontend for the motion daemon, written in Python. https://github.com/ccrisan/motioneye/wiki

raspberry autoupdate

Add the following lines of code to the file and save it (ctrl + X, Y and enter). This will the basis for the automatic updates: #!/bin/sh sudo apt-get update && sudo apt-get upgrade -y sudo rpi-update sudo apt-get autoremove sudo apt-get autoclean sudo reboot You will want to make the shell script executable using the following command:… Leer más »

OPEN SOURCE VIDEO SURVEILLANCE SOFTWARE KERBEROS.IO

https://kerberos.io/ Video surveillance made easy Kerberos.io is a free video surveillance solution, which works with any camera and on every Linux based machine. You can deploy a fully configured video surveillance system within a few minutes on the environment you prefer: Raspberry Pi, Orange Pi, Docker, etc. Installation with magic Installing Kerberos.io to your IoT device, has never been so easy. By using our cross-platform installer, you… Leer más »

RaspberryPi as a NVR solution

https://medium.com/@turhan.oz/raspberrypi-shinobi-as-a-nvr-solution-5e4bcca64c32 Install Shinobi Now that our OS is properly configured and that we can access to our device through ssh, let’s install Shinobi. The easiest way is to run the following command on your PI (as defined on the documentation) : $ sudo su$ sh <(curl -s https://gitlab.com/Shinobi-Systems/Shinobi-Installer/raw/master/shinobi-install.sh) The installation will be interactive, as follow : # install… Leer más »