Archivo del Autor: carlosap

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 »

How to extract unique IP addresses from the apache log file on Linux

Question source: https://linuxconfig.org/how-to-extract-unique-ip-addresses-from-the-apache-log-file-on-linux How do I extract all IP addresses from my httpd log. I need to extract only unique IP addresses from my apache log file. Here is a my sample apache log entry: XXX.64.70.XXX – – [26/Mar/2011:00:28:23 -0700] «GET / HTTP/1.1» 403 4609 «-» «Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like… Leer más »

Configure a Direct-Attached Library mtx solaris

«Para que aparezca changer» In the example, Solaris is using the scsiclass,08 alias for the sgen driver: root@solaris:~# grep scs.*,08 /etc/driver_aliases sgen «scsiclass,08» root@solaris:~# If the grep command returns sgen «alias», where alias is an alias in the list above, stop here. The sgen driver is installed and assigned to the alias. If the grep… Leer más »