Fix Domoticz DB
The FIX:: You need to have sqlite3 installed on your Pi CODE: SELECT ALL If you have it you can do the following commands: CODE: SELECT ALL Remove first line…
The FIX:: You need to have sqlite3 installed on your Pi CODE: SELECT ALL If you have it you can do the following commands: CODE: SELECT ALL Remove first line…
Script is created by Johan ven Boomgaard. #!/bin/bash # Set-cisco-port.sh # ============== # |Author: JvdB| # ============== # # Find,disable,enable port using SNMP at Cisco switch# # # Usage: cd…
Monitoring door Monit voor Raspberry Pi en Domoticz
Setup of VPN at the Fritzbox First, a new user is created under System-> FRITZ! Box user. Here, the access from the Internet must be granted and VPN (of course,…
Create with the following command in your raspberry pi the script. sudo nano cleanup.sh Paste below the text and with CTRL + X close nano #!/bin/bash OLDCONF=$(dpkg -l|grep "^rc"|awk '{print…
Login with putty Go to the directory where you want to install wordpress. cd /var/recepten.van-daag.nl sudo chown pi: . rm * wget http://wordpress.org/latest.tar.gz tar xzf latest.tar.gz mv wordpress/* . rm…
Login on your raspberry with putty Create a subdirectory sudo mkdir -p /var/www/recepten.van-daag.nl Create a new apache config sudo cp -a /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/recepten.van-daag.nl.conf Edit the config sudo nano /etc/apache2/sites-available/recepten.van-daag.nl Change/add…
Run update sudo apt-get update Install ftp sudo apt-get install vsftpd You get a message about disk usage enter Yes Now open up the config file by entering the following…
Download Raspbian Place it on SD card Start the raspberry. Login with: pi (root) Password: raspberry Type sudo raspi-config to start the config. Change the password Change the Hostname Change…